Itasca C++ Interface
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
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

 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.