Chaste
Build::
|
#include <ConstantHaematocritSolver.hpp>
Public Member Functions | |
ConstantHaematocritSolver () | |
virtual | ~ConstantHaematocritSolver () |
void | Calculate () |
void | SetHaematocrit (units::quantity< unit::dimensionless > haematocrit) |
Public Member Functions inherited from AbstractHaematocritSolver< DIM > | |
AbstractHaematocritSolver () | |
virtual | ~AbstractHaematocritSolver () |
Public Member Functions inherited from AbstractVesselNetworkCalculator< DIM > | |
AbstractVesselNetworkCalculator () | |
virtual | ~AbstractVesselNetworkCalculator () |
void | SetVesselNetwork (boost::shared_ptr< VesselNetwork< DIM > > pNetwork) |
Static Public Member Functions | |
static boost::shared_ptr< ConstantHaematocritSolver< DIM > > | Create () |
Private Attributes | |
units::quantity< unit::dimensionless > | mHaematocrit |
Additional Inherited Members | |
Protected Attributes inherited from AbstractVesselNetworkCalculator< DIM > | |
boost::shared_ptr< VesselNetwork< DIM > > | mpNetwork |
This is a dummy solver which simply assigns every vessel the same haematocrit
Definition at line 47 of file ConstantHaematocritSolver.hpp.
ConstantHaematocritSolver< DIM >::ConstantHaematocritSolver | ( | ) |
Constructor
Definition at line 39 of file ConstantHaematocritSolver.cpp.
|
virtual |
Virtual destructor.
Definition at line 47 of file ConstantHaematocritSolver.cpp.
|
virtual |
Assign the haematocrit
Implements AbstractHaematocritSolver< DIM >.
Definition at line 66 of file ConstantHaematocritSolver.cpp.
References ConstantHaematocritSolver< DIM >::mHaematocrit, and AbstractVesselNetworkCalculator< DIM >::mpNetwork.
|
static |
Construct a new instance of the class and return a shared pointer to it.
Definition at line 53 of file ConstantHaematocritSolver.cpp.
void ConstantHaematocritSolver< DIM >::SetHaematocrit | ( | units::quantity< unit::dimensionless > | haematocrit | ) |
Set the haematocrit to be assigned to each vessel
haematocrit | the haematocrit |
Definition at line 60 of file ConstantHaematocritSolver.cpp.
References ConstantHaematocritSolver< DIM >::mHaematocrit.
|
private |
The haematocrit to be assigned to each vessel.
Definition at line 55 of file ConstantHaematocritSolver.hpp.
Referenced by ConstantHaematocritSolver< DIM >::Calculate(), and ConstantHaematocritSolver< DIM >::SetHaematocrit().