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

Single layer mass solver which increases the mass of domains with a high U concentration. More...

#include <MassSolverSingleLayer.hpp>

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

Public Member Functions

virtual void calculateMass (const std::vector< std::vector< nodes::PhysicalNode * > > &fluidGrid)
 calculates the mass on the pysical nodes More...
 
- Public Member Functions inherited from LbmLib::solver::BaseMassSolver< MassSolverSingleLayer >
std::string getName ()
 getName More...
 
- Public Member Functions inherited from LbmLib::solver::MassAbstractSolver
virtual ~MassAbstractSolver ()
 ~MassAbstractSolver virtual Destructor
 

Friends

class BaseMassSolver
 the constructor private to avoid intentation of this class
 

Additional Inherited Members

- Protected Member Functions inherited from LbmLib::solver::BaseMassSolver< MassSolverSingleLayer >
 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< MassSolverSingleLayer >
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< MassSolverSingleLayer >
static bool reg
 reg True if registration was successful
 

Detailed Description

Single layer mass solver which increases the mass of domains with a high U concentration.

Definition at line 34 of file MassSolverSingleLayer.hpp.

Member Function Documentation

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

calculates the mass on the pysical nodes

Parameters
fluidGridthe fluid nodes

Implements LbmLib::solver::MassAbstractSolver.

Definition at line 39 of file MassSolverSingleLayer.cpp.


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