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

default class of a mass solver which does nothing More...

#include <MassSolver.hpp>

Inheritance diagram for LbmLib::solver::MassSolver:
LbmLib::solver::BaseMassSolver< MassSolver > 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< MassSolver >
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 instantiation of this class
 

Additional Inherited Members

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

Detailed Description

default class of a mass solver which does nothing

Definition at line 34 of file MassSolver.hpp.

Member Function Documentation

void LbmLib::solver::MassSolver::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 30 of file MassSolver.cpp.


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