Itasca C++ Interface
Loading...
Searching...
No Matches
Namespaces | Functions
convert.h File Reference

The base class for constitutive model plug-ins. More...

#include "conmodelbase.h"

Go to the source code of this file.

Namespaces

namespace  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.
 

Detailed Description

The base class for constitutive model plug-ins.