All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
MooneyRivlinMaterial |
clone()
Returns a clone of this composite property.
|
double |
computeDeviatoricEnergy(Matrix3dBase Cdev) |
void |
computeDevStressAndTangent(SymmetricMatrix3d sigma,
Matrix6d D,
DeformedPoint def,
Matrix3d Q,
double excitation,
MaterialStateObject state) |
void |
computePhiVals(double[] vals,
double J) |
boolean |
equals(FemMaterial mat) |
FunctionPropertyList |
getAllPropertyInfo()
Returns a list giving static information about all properties exported by
this object.
|
double |
getC01() |
double |
getC01(FieldPoint dp) |
ScalarField |
getC01Field() |
ScalarFieldPointFunction |
getC01Function() |
PropertyMode |
getC01Mode() |
double |
getC02() |
double |
getC02(FieldPoint dp) |
ScalarField |
getC02Field() |
ScalarFieldPointFunction |
getC02Function() |
PropertyMode |
getC02Mode() |
double |
getC10() |
double |
getC10(FieldPoint dp) |
ScalarField |
getC10Field() |
ScalarFieldPointFunction |
getC10Function() |
PropertyMode |
getC10Mode() |
double |
getC11() |
double |
getC11(FieldPoint dp) |
ScalarField |
getC11Field() |
ScalarFieldPointFunction |
getC11Function() |
PropertyMode |
getC11Mode() |
double |
getC20() |
double |
getC20(FieldPoint dp) |
ScalarField |
getC20Field() |
ScalarFieldPointFunction |
getC20Function() |
PropertyMode |
getC20Mode() |
double |
getJLimit() |
PropertyMode |
getJLimitMode() |
boolean |
isInvertible()
Returns true if this material is defined for a deformation gradient
with a non-positive determinant.
|
static void |
main(java.lang.String[] args) |
void |
scaleDistance(double s)
Scales all distance coordinates.
|
void |
scaleMass(double s)
Scales all mass units.
|
void |
setC01(double c01) |
void |
setC01Field(ScalarField field,
boolean useRestPos) |
void |
setC01Function(ScalarFieldPointFunction func) |
void |
setC01Mode(PropertyMode mode) |
void |
setC02(double c02) |
void |
setC02Field(ScalarField field,
boolean useRestPos) |
void |
setC02Function(ScalarFieldPointFunction func) |
void |
setC02Mode(PropertyMode mode) |
void |
setC10(double c10) |
void |
setC10Field(ScalarField field,
boolean useRestPos) |
void |
setC10Function(ScalarFieldPointFunction func) |
void |
setC10Mode(PropertyMode mode) |
void |
setC11(double c11) |
void |
setC11Field(ScalarField field,
boolean useRestPos) |
void |
setC11Function(ScalarFieldPointFunction func) |
void |
setC11Mode(PropertyMode mode) |
void |
setC20(double c20) |
void |
setC20Field(ScalarField field,
boolean useRestPos) |
void |
setC20Function(ScalarFieldPointFunction func) |
void |
setC20Mode(PropertyMode mode) |
void |
setJLimit(double JLimit) |
void |
setJLimitMode(PropertyMode mode) |