Itasca C++ Interface
|
The Constitutive Model interface library. More...
Classes | |
class | ConstitutiveModel |
The base class for constitutive model plug-ins. More... | |
class | IGenericTet |
Generic base class for the tetra interface made available to the constitutive model system. More... | |
class | IGenericZone |
Generic base class for the zone interface made available to the constitutive model system. More... | |
class | PropertyBlock |
The class provides reference count for model properties. More... | |
class | SharedPropertyBlock |
This class allows zones to share model properties minimizing memery usage. Models currently using this class are: elastic, mohr, subi. More... | |
struct | State |
The structure used to pass information to the constitutive model. More... | |
Functions | |
void | getYPfromBS (const Double &bulk, const Double &shear, Double *young, Double *poisson) |
Converts Bulk and Shear Modulus to Young's Modulus and Poisson's Ratio. | |
void | getBSfromYP (const Double &young, const Double &poisson, Double *bulk, Double *shear) |
Converts Young's Modulus and Poisson's Ratio to Bulk and Shear Modulus. | |
Variables | |
std::mutex | lock |
The Constitutive Model interface library.