Itasca C++ Interface
|
The base class for constitutive model plug-ins. More...
#include "conmodelbase.h"
Go to the source code of this file.
Namespaces | |
models | |
The Constitutive Model interface library. | |
Functions | |
void | models::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 | models::getBSfromYP (const double &young, const double &poisson, double *bulk, double *shear) |
Converts Young's Modulus and Poisson's Ratio to Bulk and Shear Modulus. | |
The base class for constitutive model plug-ins.