Chaste Release::3.1
|
#include <AxisymmetricConductivityTensors.hpp>
Public Member Functions | |
AxisymmetricConductivityTensors () | |
void | SetConstantConductivities (c_vector< double, 3 > constantConductivities) |
void | Init (AbstractTetrahedralMesh< ELEMENT_DIM, SPACE_DIM > *pMesh) throw (Exception) |
The class is templated over SPACE_DIM to keep compatibility with the abstract class. However axisymmetric conductivity only makes sense in 3D, so we check in the constructor for SPACE_DIM to be 3.
Definition at line 46 of file AxisymmetricConductivityTensors.hpp.
AxisymmetricConductivityTensors< ELEMENT_DIM, SPACE_DIM >::AxisymmetricConductivityTensors | ( | ) |
Constructor
Definition at line 43 of file AxisymmetricConductivityTensors.cpp.
References EXCEPTION.
void AxisymmetricConductivityTensors< ELEMENT_DIM, SPACE_DIM >::Init | ( | AbstractTetrahedralMesh< ELEMENT_DIM, SPACE_DIM > * | pMesh | ) | throw (Exception) [virtual] |
Set up the tensors.
See extensive comments within the implementation of this method.
pMesh | a pointer to the mesh on which these tensors are to be used |
Implements AbstractConductivityTensors< ELEMENT_DIM, SPACE_DIM >.
Definition at line 65 of file AxisymmetricConductivityTensors.cpp.
References EXCEPTION.
void AxisymmetricConductivityTensors< ELEMENT_DIM, SPACE_DIM >::SetConstantConductivities | ( | c_vector< double, 3 > | constantConductivities | ) | [virtual] |
Sets constant conductivities for all the elements of the mesh.
constantConductivities | Longitudinal, Transverse (y axis) and Normal conductivity (z axis) |
Reimplemented from AbstractConductivityTensors< ELEMENT_DIM, SPACE_DIM >.
Definition at line 52 of file AxisymmetricConductivityTensors.cpp.
References EXCEPTION.