All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
FullBlemkerMuscle |
clone()
Returns a clone of this composite property.
|
void |
computeDevLeftCauchyGreen(SymmetricMatrix3d BD,
DeformedPoint def)
Computes the left deviatoric Cauchy-Green tensor from the deformation
gradient.
|
double |
computeStrainEnergyDensity(DeformedPoint def,
Vector3d dir0,
double excitation,
MaterialStateObject state) |
void |
computeStressAndTangent(SymmetricMatrix3d sigma,
Matrix6d D,
DeformedPoint def,
Vector3d dir0,
double excitation,
MaterialStateObject state) |
double |
computeStretch(Vector3d dir0,
DeformedPoint def) |
boolean |
equals(MuscleMaterial mat) |
FieldPropertyList |
getAllPropertyInfo()
Returns a list giving static information about all properties exported by
this object.
|
double |
getExpStressCoeff() |
double |
getExpStressCoeff(FemFieldPoint dp) |
ScalarFieldComponent |
getExpStressCoeffField() |
PropertyMode |
getExpStressCoeffMode() |
double |
getG1() |
double |
getG1(FemFieldPoint dp) |
ScalarFieldComponent |
getG1Field() |
PropertyMode |
getG1Mode() |
double |
getG2() |
double |
getG2(FemFieldPoint dp) |
ScalarFieldComponent |
getG2Field() |
PropertyMode |
getG2Mode() |
double |
getMaxLambda() |
double |
getMaxLambda(FemFieldPoint dp) |
ScalarFieldComponent |
getMaxLambdaField() |
PropertyMode |
getMaxLambdaMode() |
double |
getMaxStress() |
double |
getMaxStress(FemFieldPoint dp) |
ScalarFieldComponent |
getMaxStressField() |
PropertyMode |
getMaxStressMode() |
double |
getOptLambda() |
double |
getOptLambda(FemFieldPoint dp) |
ScalarFieldComponent |
getOptLambdaField() |
PropertyMode |
getOptLambdaMode() |
double |
getUncrimpingFactor() |
double |
getUncrimpingFactor(FemFieldPoint dp) |
ScalarFieldComponent |
getUncrimpingFactorField() |
PropertyMode |
getUncrimpingFactorMode() |
void |
scaleDistance(double s)
Scales all distance coordinates.
|
void |
scaleMass(double s)
Scales all mass units.
|
void |
setExpStressCoeff(double coeff) |
void |
setExpStressCoeffField(ScalarFieldComponent func) |
void |
setExpStressCoeffMode(PropertyMode mode) |
void |
setG1(double G1) |
void |
setG1Field(ScalarFieldComponent func) |
void |
setG1Mode(PropertyMode mode) |
void |
setG2(double G2) |
void |
setG2Field(ScalarFieldComponent func) |
void |
setG2Mode(PropertyMode mode) |
void |
setMaxLambda(double maxLambda) |
void |
setMaxLambdaField(ScalarFieldComponent func) |
void |
setMaxLambdaMode(PropertyMode mode) |
void |
setMaxStress(double maxStress) |
void |
setMaxStressField(ScalarFieldComponent func) |
void |
setMaxStressMode(PropertyMode mode) |
void |
setOptLambda(double optLambda) |
void |
setOptLambdaField(ScalarFieldComponent func) |
void |
setOptLambdaMode(PropertyMode mode) |
void |
setUncrimpingFactor(double factor) |
void |
setUncrimpingFactorField(ScalarFieldComponent func) |
void |
setUncrimpingFactorMode(PropertyMode mode) |