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.
|
void |
computeStressAndTangent(SymmetricMatrix3d sigma,
Matrix6d D,
DeformedPoint def,
Vector3d dir0,
double excitation,
MaterialStateObject state) |
double |
computeStretch(Vector3d dir0,
DeformedPoint def) |
boolean |
equals(MuscleMaterial mat) |
FunctionPropertyList |
getAllPropertyInfo()
Returns a list giving static information about all properties exported by
this object.
|
double |
getExpStressCoeff() |
double |
getExpStressCoeff(FieldPoint dp) |
ScalarField |
getExpStressCoeffField() |
ScalarFieldPointFunction |
getExpStressCoeffFunction() |
PropertyMode |
getExpStressCoeffMode() |
double |
getG1() |
double |
getG1(FieldPoint dp) |
ScalarField |
getG1Field() |
ScalarFieldPointFunction |
getG1Function() |
PropertyMode |
getG1Mode() |
double |
getG2() |
double |
getG2(FieldPoint dp) |
ScalarField |
getG2Field() |
ScalarFieldPointFunction |
getG2Function() |
PropertyMode |
getG2Mode() |
double |
getMaxLambda() |
double |
getMaxLambda(FieldPoint dp) |
ScalarField |
getMaxLambdaField() |
ScalarFieldPointFunction |
getMaxLambdaFunction() |
PropertyMode |
getMaxLambdaMode() |
double |
getMaxStress() |
double |
getMaxStress(FieldPoint dp) |
ScalarField |
getMaxStressField() |
ScalarFieldPointFunction |
getMaxStressFunction() |
PropertyMode |
getMaxStressMode() |
double |
getOptLambda() |
double |
getOptLambda(FieldPoint dp) |
ScalarField |
getOptLambdaField() |
ScalarFieldPointFunction |
getOptLambdaFunction() |
PropertyMode |
getOptLambdaMode() |
double |
getUncrimpingFactor() |
double |
getUncrimpingFactor(FieldPoint dp) |
ScalarField |
getUncrimpingFactorField() |
ScalarFieldPointFunction |
getUncrimpingFactorFunction() |
PropertyMode |
getUncrimpingFactorMode() |
void |
scaleDistance(double s)
Scales all distance coordinates.
|
void |
scaleMass(double s)
Scales all mass units.
|
void |
setExpStressCoeff(double coeff) |
void |
setExpStressCoeffField(ScalarField field,
boolean useRestPos) |
void |
setExpStressCoeffFunction(ScalarFieldPointFunction func) |
void |
setExpStressCoeffMode(PropertyMode mode) |
void |
setG1(double G1) |
void |
setG1Field(ScalarField field,
boolean useRestPos) |
void |
setG1Function(ScalarFieldPointFunction func) |
void |
setG1Mode(PropertyMode mode) |
void |
setG2(double G2) |
void |
setG2Field(ScalarField field,
boolean useRestPos) |
void |
setG2Function(ScalarFieldPointFunction func) |
void |
setG2Mode(PropertyMode mode) |
void |
setMaxLambda(double maxLambda) |
void |
setMaxLambdaField(ScalarField field,
boolean useRestPos) |
void |
setMaxLambdaFunction(ScalarFieldPointFunction func) |
void |
setMaxLambdaMode(PropertyMode mode) |
void |
setMaxStress(double maxStress) |
void |
setMaxStressField(ScalarField field,
boolean useRestPos) |
void |
setMaxStressFunction(ScalarFieldPointFunction func) |
void |
setMaxStressMode(PropertyMode mode) |
void |
setOptLambda(double optLambda) |
void |
setOptLambdaField(ScalarField field,
boolean useRestPos) |
void |
setOptLambdaFunction(ScalarFieldPointFunction func) |
void |
setOptLambdaMode(PropertyMode mode) |
void |
setUncrimpingFactor(double factor) |
void |
setUncrimpingFactorField(ScalarField field,
boolean useRestPos) |
void |
setUncrimpingFactorFunction(ScalarFieldPointFunction func) |
void |
setUncrimpingFactorMode(PropertyMode mode) |