|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectartisynth.core.materials.MaterialBase
artisynth.core.materials.MuscleMaterial
artisynth.core.materials.GenericMuscle
public class GenericMuscle
A generic muscle material
Field Summary | |
---|---|
static PropertyList |
myProps
|
Constructor Summary | |
---|---|
GenericMuscle()
|
|
GenericMuscle(double maxLambda,
double maxStress,
double expStressCoeff,
double uncrimpingFactor)
|
Method Summary | |
---|---|
GenericMuscle |
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 |
getExpStressCoeff()
|
PropertyMode |
getExpStressCoeffMode()
|
double |
getFibreModulus()
|
double |
getMaxLambda()
|
PropertyMode |
getMaxLambdaMode()
|
double |
getMaxStress()
|
PropertyMode |
getMaxStressMode()
|
double |
getUncrimpingFactor()
|
PropertyMode |
getUncrimpingFactorMode()
|
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 |
setExpStressCoeff(double coeff)
|
void |
setExpStressCoeffMode(PropertyMode mode)
|
void |
setMaxLambda(double maxLambda)
|
void |
setMaxLambdaMode(PropertyMode mode)
|
void |
setMaxStress(double maxStress)
|
void |
setMaxStressMode(PropertyMode mode)
|
void |
setUncrimpingFactor(double factor)
|
void |
setUncrimpingFactorMode(PropertyMode mode)
|
Methods inherited from class artisynth.core.materials.MuscleMaterial |
---|
equals, getSubClasses, isInvertible |
Methods inherited from class artisynth.core.materials.MaterialBase |
---|
getProperty, getPropertyHost, getPropertyInfo, hasProperty, isWritable, scan, setPropertyHost, setPropertyInfo, tangentSymmetryChanged, updateMaterial, write |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static PropertyList myProps
Constructor Detail |
---|
public GenericMuscle()
public GenericMuscle(double maxLambda, double maxStress, double expStressCoeff, double uncrimpingFactor)
Method Detail |
---|
public PropertyList getAllPropertyInfo()
HasProperties
getAllPropertyInfo
in interface HasProperties
getAllPropertyInfo
in class MaterialBase
public double getFibreModulus()
public void setMaxLambda(double maxLambda)
public double getMaxLambda()
public void setMaxLambdaMode(PropertyMode mode)
public PropertyMode getMaxLambdaMode()
public void setMaxStress(double maxStress)
public double getMaxStress()
public void setMaxStressMode(PropertyMode mode)
public PropertyMode getMaxStressMode()
public void setExpStressCoeff(double coeff)
public double getExpStressCoeff()
public void setExpStressCoeffMode(PropertyMode mode)
public PropertyMode getExpStressCoeffMode()
public void setUncrimpingFactor(double factor)
public double getUncrimpingFactor()
public void setUncrimpingFactorMode(PropertyMode mode)
public PropertyMode getUncrimpingFactorMode()
public void computeStress(SymmetricMatrix3d sigma, double excitation, Vector3d dir0, SolidDeformation def, FemMaterial baseMat)
computeStress
in class MuscleMaterial
public void computeTangent(Matrix6d D, SymmetricMatrix3d stress, double excitation, Vector3d dir0, SolidDeformation def, FemMaterial baseMat)
computeTangent
in class MuscleMaterial
public boolean hasSymmetricTangent()
MaterialBase
hasSymmetricTangent
in class MaterialBase
public boolean equals(MuscleMaterial mat)
equals
in class MuscleMaterial
public GenericMuscle clone()
CompositeProperty
clone
in interface CompositeProperty
clone
in interface Clonable
clone
in class MuscleMaterial
public void scaleDistance(double s)
ScalableUnits
scaleDistance
in interface ScalableUnits
scaleDistance
in class MaterialBase
s
- scaling factorpublic void scaleMass(double s)
ScalableUnits
scaleMass
in interface ScalableUnits
scaleMass
in class MaterialBase
s
- scaling factor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |