public class UWLigamentMaterial extends AxialMaterial
Modifier and Type | Field and Description |
---|---|
static PropertyList |
myProps |
Constructor and Description |
---|
UWLigamentMaterial() |
Modifier and Type | Method and Description |
---|---|
double |
computeDFdl(double l,
double ldot,
double l0,
double excitation) |
double |
computeDFdldot(double l,
double ldot,
double l0,
double excitation) |
double |
computeF(double l,
double ldot,
double l0,
double excitation) |
PropertyList |
getAllPropertyInfo()
Returns a list giving static information about all properties exported by
this object.
|
double |
getLigamentTransitionStrain() |
double |
getLinearStiffness() |
double |
getMaxForce() |
double |
getNormalizedDamping() |
double |
getReferenceStrain() |
double |
getTendonSlackLength() |
boolean |
isDFdldotZero()
Returns true if computeDFdldot() always returns zero.
|
void |
setLigamentTransitionStrain(double ligamentTransitionStrain) |
void |
setLinearStiffness(double linearStiffness) |
void |
setMaxForce(double maxForce) |
void |
setNormalizedDamping(double normalizedDamping) |
void |
setReferenceStrain(double referenceStrain) |
void |
setTendonSlackLength(double tendonSlackLength) |
clone, equals, equals, getSubClasses
getProperty, getPropertyHost, getPropertyInfo, hasProperty, hasSymmetricTangent, isWritable, scaleDistance, scaleMass, scan, setPropertyHost, setPropertyInfo, tangentSymmetryChanged, updateMaterial, write
public static PropertyList myProps
public PropertyList getAllPropertyInfo()
HasProperties
getAllPropertyInfo
in interface HasProperties
getAllPropertyInfo
in class MaterialBase
public double computeF(double l, double ldot, double l0, double excitation)
computeF
in class AxialMaterial
public double computeDFdl(double l, double ldot, double l0, double excitation)
computeDFdl
in class AxialMaterial
public double computeDFdldot(double l, double ldot, double l0, double excitation)
computeDFdldot
in class AxialMaterial
public boolean isDFdldotZero()
AxialMaterial
isDFdldotZero
in class AxialMaterial
public double getReferenceStrain()
public void setReferenceStrain(double referenceStrain)
public double getLinearStiffness()
public void setLinearStiffness(double linearStiffness)
public double getLigamentTransitionStrain()
public void setLigamentTransitionStrain(double ligamentTransitionStrain)
public double getNormalizedDamping()
public void setNormalizedDamping(double normalizedDamping)
public double getMaxForce()
public void setMaxForce(double maxForce)
public double getTendonSlackLength()
public void setTendonSlackLength(double tendonSlackLength)