Chaste  Build::
AbstractVesselNetworkComponentChemicalProperties< DIM > Class Template Reference

#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
 

Detailed Description

template<unsigned DIM>
class AbstractVesselNetworkComponentChemicalProperties< DIM >

This class contains common functionality for chemical property containers for all vessel network components.

Definition at line 51 of file AbstractVesselNetworkComponentChemicalProperties.hpp.

Constructor & Destructor Documentation

Member Function Documentation

template<unsigned DIM>
units::quantity< unit::membrane_permeability > AbstractVesselNetworkComponentChemicalProperties< DIM >::GetPermeability ( ) const

Return the permeability in the component

Returns
the permeability in the component

Definition at line 50 of file AbstractVesselNetworkComponentChemicalProperties.cpp.

References AbstractVesselNetworkComponentChemicalProperties< DIM >::mPermeability.

template<unsigned DIM>
void AbstractVesselNetworkComponentChemicalProperties< DIM >::SetPermeability ( units::quantity< unit::membrane_permeability >  permeability)
virtual

Set the permeability in the component

Parameters
permeabilitythe component permeability

Definition at line 57 of file AbstractVesselNetworkComponentChemicalProperties.cpp.

References AbstractVesselNetworkComponentChemicalProperties< DIM >::mPermeability.

Member Data Documentation

template<unsigned DIM>
units::quantity<unit::membrane_permeability> AbstractVesselNetworkComponentChemicalProperties< DIM >::mPermeability
protected

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