public class SimpleForceMuscle extends MuscleMaterial
| Modifier and Type | Field and Description |
|---|---|
static PropertyList |
myProps |
| Constructor and Description |
|---|
SimpleForceMuscle() |
SimpleForceMuscle(double maxStress) |
| Modifier and Type | Method and Description |
|---|---|
SimpleForceMuscle |
clone()
Returns a clone of this composite property.
|
void |
computeStress(SymmetricMatrix3d sigma,
double excitation,
Vector3d dir0,
SolidDeformation def,
FemMaterial baseMat) |
void |
computeTangent(Matrix6d D,
SymmetricMatrix3d stress,
double excitation,
Vector3d dir0,
SolidDeformation def,
FemMaterial baseMat) |
boolean |
equals(MuscleMaterial mat) |
PropertyList |
getAllPropertyInfo()
Returns a list giving static information about all properties exported by
this object.
|
double |
getMaxStress() |
PropertyMode |
getMaxStressMode() |
boolean |
hasSymmetricTangent()
Returns true if the tangent matrix for this material is symmetric.
|
void |
scaleDistance(double s)
Scales all distance coordinates.
|
void |
scaleMass(double s)
Scales all mass units.
|
void |
setMaxStress(double maxStress) |
void |
setMaxStressMode(PropertyMode mode) |
equals, getSubClasses, isInvertiblegetProperty, getPropertyHost, getPropertyInfo, hasProperty, isWritable, scan, setPropertyHost, setPropertyInfo, tangentSymmetryChanged, updateMaterial, writepublic static PropertyList myProps
public SimpleForceMuscle()
public SimpleForceMuscle(double maxStress)
public PropertyList getAllPropertyInfo()
HasPropertiesgetAllPropertyInfo in interface HasPropertiesgetAllPropertyInfo in class MaterialBasepublic void setMaxStress(double maxStress)
public double getMaxStress()
public void setMaxStressMode(PropertyMode mode)
public PropertyMode getMaxStressMode()
public void computeStress(SymmetricMatrix3d sigma, double excitation, Vector3d dir0, SolidDeformation def, FemMaterial baseMat)
computeStress in class MuscleMaterialpublic void computeTangent(Matrix6d D, SymmetricMatrix3d stress, double excitation, Vector3d dir0, SolidDeformation def, FemMaterial baseMat)
computeTangent in class MuscleMaterialpublic boolean hasSymmetricTangent()
MaterialBasehasSymmetricTangent in class MaterialBasepublic boolean equals(MuscleMaterial mat)
equals in class MuscleMaterialpublic SimpleForceMuscle clone()
CompositePropertyclone in interface CompositePropertyclone in interface Clonableclone in class MuscleMaterialpublic void scaleDistance(double s)
ScalableUnitsscaleDistance in interface ScalableUnitsscaleDistance in class MaterialBases - scaling factorpublic void scaleMass(double s)
ScalableUnitsscaleMass in interface ScalableUnitsscaleMass in class MaterialBases - scaling factor