|
LBIBCell
|
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>
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 MassAbstractSolver * | create () |
| 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 | |
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.
|
virtual |
The isopressure outflow boundary condition for the domain.
| fluidGrid | the fluid nodes |
Implements LbmLib::solver::MassAbstractSolver.
Definition at line 42 of file MassSolverBoxOutlet.cpp.