Chaste  Build::
ConstantHaematocritSolver< DIM > Class Template Reference

#include <ConstantHaematocritSolver.hpp>

+ Inheritance diagram for ConstantHaematocritSolver< DIM >:
+ Collaboration diagram for ConstantHaematocritSolver< DIM >:

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
 

Detailed Description

template<unsigned DIM>
class ConstantHaematocritSolver< DIM >

This is a dummy solver which simply assigns every vessel the same haematocrit

Definition at line 47 of file ConstantHaematocritSolver.hpp.

Constructor & Destructor Documentation

template<unsigned DIM>
ConstantHaematocritSolver< DIM >::ConstantHaematocritSolver ( )

Constructor

Definition at line 39 of file ConstantHaematocritSolver.cpp.

template<unsigned DIM>
ConstantHaematocritSolver< DIM >::~ConstantHaematocritSolver ( )
virtual

Virtual destructor.

Definition at line 47 of file ConstantHaematocritSolver.cpp.

Member Function Documentation

template<unsigned DIM>
void ConstantHaematocritSolver< DIM >::Calculate ( )
virtual
template<unsigned DIM>
boost::shared_ptr< ConstantHaematocritSolver< DIM > > ConstantHaematocritSolver< DIM >::Create ( )
static

Construct a new instance of the class and return a shared pointer to it.

Returns
a pointer to a new class instance

Definition at line 53 of file ConstantHaematocritSolver.cpp.

template<unsigned DIM>
void ConstantHaematocritSolver< DIM >::SetHaematocrit ( units::quantity< unit::dimensionless >  haematocrit)

Set the haematocrit to be assigned to each vessel

Parameters
haematocritthe haematocrit

Definition at line 60 of file ConstantHaematocritSolver.cpp.

References ConstantHaematocritSolver< DIM >::mHaematocrit.

Member Data Documentation

template<unsigned DIM>
units::quantity<unit::dimensionless> 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().


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