Chaste  Build::
WallShearStressCalculator< DIM > Class Template Reference

#include <WallShearStressCalculator.hpp>

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

Public Member Functions

 WallShearStressCalculator ()
 
 ~WallShearStressCalculator ()
 
void Calculate ()
 
- 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< WallShearStressCalculator< DIM > > Create ()
 

Additional Inherited Members

- Protected Attributes inherited from AbstractVesselNetworkCalculator< DIM >
boost::shared_ptr< VesselNetwork< DIM > > mpNetwork
 

Detailed Description

template<unsigned DIM>
class WallShearStressCalculator< DIM >

This solver calculates the wall shear stress in a vessel as a function of flow rate and viscosity according to: Alarcon et al. (2003), JTB, 225, pp257-274.

Definition at line 48 of file WallShearStressCalculator.hpp.

Constructor & Destructor Documentation

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

Constructor.

Definition at line 40 of file WallShearStressCalculator.cpp.

template<unsigned DIM>
WallShearStressCalculator< DIM >::~WallShearStressCalculator ( )

Destructor.

Definition at line 46 of file WallShearStressCalculator.cpp.

Member Function Documentation

template<unsigned DIM>
void WallShearStressCalculator< DIM >::Calculate ( )
virtual
template<unsigned DIM>
boost::shared_ptr< WallShearStressCalculator< DIM > > WallShearStressCalculator< 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 52 of file WallShearStressCalculator.cpp.


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