![]() |
Chaste
Build::
|
#include <AbstractVesselNetworkComponentChemicalProperties.hpp>
Inheritance diagram for AbstractVesselNetworkComponentChemicalProperties< DIM >:
Collaboration diagram for AbstractVesselNetworkComponentChemicalProperties< DIM >:Public Member Functions | |
| AbstractVesselNetworkComponentChemicalProperties () | |
| virtual | ~AbstractVesselNetworkComponentChemicalProperties () |
| units::quantity< unit::membrane_permeability > | GetPermeability () const |
| virtual void | SetPermeability (units::quantity< unit::membrane_permeability > permeability) |
Public Member Functions inherited from AbstractVesselNetworkComponentProperties< DIM > | |
| AbstractVesselNetworkComponentProperties () | |
| virtual | ~AbstractVesselNetworkComponentProperties () |
| virtual std::map< std::string, double > | GetOutputData () const =0 |
Protected Attributes | |
| units::quantity< unit::membrane_permeability > | mPermeability |
This class contains common functionality for chemical property containers for all vessel network components.
Definition at line 51 of file AbstractVesselNetworkComponentChemicalProperties.hpp.
| AbstractVesselNetworkComponentChemicalProperties< DIM >::AbstractVesselNetworkComponentChemicalProperties | ( | ) |
Constructor
Definition at line 39 of file AbstractVesselNetworkComponentChemicalProperties.cpp.
|
virtual |
Destructor
Definition at line 45 of file AbstractVesselNetworkComponentChemicalProperties.cpp.
| units::quantity< unit::membrane_permeability > AbstractVesselNetworkComponentChemicalProperties< DIM >::GetPermeability | ( | ) | const |
Return the permeability in the component
Definition at line 50 of file AbstractVesselNetworkComponentChemicalProperties.cpp.
References AbstractVesselNetworkComponentChemicalProperties< DIM >::mPermeability.
|
virtual |
Set the permeability in the component
| permeability | the component permeability |
Definition at line 57 of file AbstractVesselNetworkComponentChemicalProperties.cpp.
References AbstractVesselNetworkComponentChemicalProperties< DIM >::mPermeability.
|
protected |
Dimensionless pressure in the component
Definition at line 60 of file AbstractVesselNetworkComponentChemicalProperties.hpp.
Referenced by AbstractVesselNetworkComponentChemicalProperties< DIM >::GetPermeability(), and AbstractVesselNetworkComponentChemicalProperties< DIM >::SetPermeability().