#include <OrthotropicConductivityTensors.hpp>
Public Member Functions | |
void | Init () throw (Exception) |
Private Member Functions | |
void | ReadOrientationMatrixFromFile (c_matrix< double, SPACE_DIM, SPACE_DIM > &orientMatrix) |
After instanciating the class any of SetFibreOrientationFile() or SetNonConstantConductivities() (or both) can be called to implement fiber orientation or heterogeneous conductivity into the tensors, respectively. If none of them is called a constant tensor (with constant conductivies) 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.
void OrthotropicConductivityTensors< SPACE_DIM >::Init | ( | ) | throw (Exception) [inline] |
Computes the tensors based in all the info set
Definition at line 54 of file OrthotropicConductivityTensors.cpp.