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.