OrthotropicConductivityTensors< ELEMENT_DIM, SPACE_DIM > Class Template Reference

#include <OrthotropicConductivityTensors.hpp>

Inherits AbstractConductivityTensors< ELEMENT_DIM, SPACE_DIM >.

Collaboration diagram for OrthotropicConductivityTensors< ELEMENT_DIM, SPACE_DIM >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void Init (AbstractTetrahedralMesh< ELEMENT_DIM, SPACE_DIM > *pMesh) throw (Exception)

Detailed Description

template<unsigned ELEMENT_DIM, unsigned SPACE_DIM>
class OrthotropicConductivityTensors< ELEMENT_DIM, SPACE_DIM >

This class provides an abstraction for the definition of constant/non-constant difussion tensors associated to the different elements of the mesh.

After instantiating the class any of SetFibreOrientationFile() or SetNonConstantConductivities() (or both) can be called to implement fibre orientation or heterogeneous conductivity into the tensors, respectively. If none of them is called a constant tensor (with constant conductivities) will be generated for all the elements of the mesh.

Init() should be called to actually create the tensors.

Initial values for conductivity from "Laminar Arrangement of Ventricular Myocytes Influences Electrical Behavior of the Heart", Hooks et al. 2007

Definition at line 53 of file OrthotropicConductivityTensors.hpp.


Member Function Documentation

template<unsigned ELEMENT_DIM, unsigned SPACE_DIM>
void OrthotropicConductivityTensors< ELEMENT_DIM, SPACE_DIM >::Init ( AbstractTetrahedralMesh< ELEMENT_DIM, SPACE_DIM > *  pMesh  )  throw (Exception) [inline, virtual]

Computes the tensors based in all the info set

Parameters:
pMesh a pointer to the mesh on which these tensors are to be used

Implements AbstractConductivityTensors< ELEMENT_DIM, SPACE_DIM >.

Definition at line 33 of file OrthotropicConductivityTensors.cpp.

References EXCEPTION.


The documentation for this class was generated from the following files:
Generated on Thu Dec 22 13:07:07 2011 for Chaste by  doxygen 1.6.3