LBIBCell
 All Classes Functions Variables Friends Pages
LbmLib::solver::MassSolverBoxOutlet Class Reference

this solver introduces a constant local mass source to all domains with domainID!=0. Furthermore, it defines a mass ink at (x=0,y=y) and (x=x,y=0). More...

#include <MassSolverBoxOutlet.hpp>

Inheritance diagram for LbmLib::solver::MassSolverBoxOutlet:
LbmLib::solver::BaseMassSolver< MassSolverBoxOutlet > LbmLib::solver::MassAbstractSolver

Public Member Functions

virtual void calculateMass (const std::vector< std::vector< nodes::PhysicalNode * > > &fluidGrid)
 The isopressure outflow boundary condition for the domain. More...
 
- Public Member Functions inherited from LbmLib::solver::BaseMassSolver< MassSolverBoxOutlet >
std::string getName ()
 getName More...
 
- Public Member Functions inherited from LbmLib::solver::MassAbstractSolver
virtual ~MassAbstractSolver ()
 ~MassAbstractSolver virtual Destructor
 

Friends

class BaseMassSolver
 Define the constructor as private member to avoid initialisation of this class.
 

Additional Inherited Members

- Protected Member Functions inherited from LbmLib::solver::BaseMassSolver< MassSolverBoxOutlet >
 BaseMassSolver ()
 BaseMassSolver The Constructor which enforces that the specialisation is done.
 
virtual ~BaseMassSolver ()
 ~BaseMassSolver virtual Destructor
 
- Protected Member Functions inherited from LbmLib::solver::MassAbstractSolver
 MassAbstractSolver ()
 protected Constructor only use create method for instantiation
 
- Static Protected Member Functions inherited from LbmLib::solver::BaseMassSolver< MassSolverBoxOutlet >
static MassAbstractSolvercreate ()
 create Static constructor. A pointer to this function along with the name of the algorithm is registered with the Solver Factory. More...
 
static bool init ()
 init Registers the class in the Solver Factory More...
 
- Static Protected Attributes inherited from LbmLib::solver::BaseMassSolver< MassSolverBoxOutlet >
static bool reg
 reg True if registration was successful
 

Detailed Description

this solver introduces a constant local mass source to all domains with domainID!=0. Furthermore, it defines a mass ink at (x=0,y=y) and (x=x,y=0).

Definition at line 34 of file MassSolverBoxOutlet.hpp.

Member Function Documentation

void LbmLib::solver::MassSolverBoxOutlet::calculateMass ( const std::vector< std::vector< nodes::PhysicalNode * > > &  fluidGrid)
virtual

The isopressure outflow boundary condition for the domain.

Parameters
fluidGridthe fluid nodes

Implements LbmLib::solver::MassAbstractSolver.

Definition at line 42 of file MassSolverBoxOutlet.cpp.


The documentation for this class was generated from the following files: