public class Blankevoort1991AxialLigament extends AxialMaterial
Modifier and Type | Field and Description |
---|---|
static double |
DEFAULT_DAMPING |
static double |
DEFAULT_LINEAR_STIFFNESS |
static double |
DEFAULT_SLACK_LENGTH |
static double |
DEFAULT_TRANSITION_STRAIN |
static PropertyList |
myProps |
Constructor and Description |
---|
Blankevoort1991AxialLigament() |
Blankevoort1991AxialLigament(double stiffness,
double slackLen,
double damping) |
Modifier and Type | Method and Description |
---|---|
Blankevoort1991AxialLigament |
clone()
Returns a clone of this composite property.
|
double |
computeDFdl(double l,
double ldot,
double l0,
double excitation)
Computes and returns the derivative of the axial spring tension
with respect to the length.
|
double |
computeDFdldot(double l,
double ldot,
double l0,
double excitation)
Computes and returns the derivative of the axial spring tension
with respect to the length time derivative.
|
double |
computeF(double l,
double ldot,
double l0,
double excitation)
Computes and returns the axial spring tension, as a function of
length, length time derivative, rest length, and excitation.
|
boolean |
equals(AxialMaterial mat) |
PropertyList |
getAllPropertyInfo()
Returns a list giving static information about all properties exported by
this object.
|
double |
getDamping() |
double |
getLinearStiffness() |
double |
getSlackLength() |
double |
getTransitionStrain() |
boolean |
isDFdldotZero()
Returns true if computeDFdldot() always returns zero.
|
void |
scaleDistance(double s)
Scales all distance coordinates.
|
void |
scaleMass(double s)
Scales all mass units.
|
void |
setDamping(double d) |
void |
setLinearStiffness(double linearStiffness) |
void |
setSlackLength(double sl) |
void |
setTransitionStrain(double e) |
equals, getSubClasses
advanceState, createStateObject, getProperty, getPropertyHost, getPropertyInfo, hasProperty, hasState, hasSymmetricTangent, isWritable, postscan, scan, setPropertyHost, setPropertyInfo, symmetryOrStateChanged, updateMaterial, write, writeItems
public static double DEFAULT_LINEAR_STIFFNESS
public static double DEFAULT_TRANSITION_STRAIN
public static double DEFAULT_DAMPING
public static double DEFAULT_SLACK_LENGTH
public static PropertyList myProps
public Blankevoort1991AxialLigament()
public Blankevoort1991AxialLigament(double stiffness, double slackLen, double damping)
public PropertyList getAllPropertyInfo()
HasProperties
getAllPropertyInfo
in interface HasProperties
getAllPropertyInfo
in class MaterialBase
public double computeF(double l, double ldot, double l0, double excitation)
AxialMaterial
computeF
in class AxialMaterial
l
- spring lengthldot
- spring length time derivativel0
- spring rest lengthexcitation
- excitation value (varying from 0 to 1)public double computeDFdl(double l, double ldot, double l0, double excitation)
AxialMaterial
computeDFdl
in class AxialMaterial
l
- spring lengthldot
- spring length time derivativel0
- spring rest lengthexcitation
- excitation value (varying from 0 to 1)public double computeDFdldot(double l, double ldot, double l0, double excitation)
AxialMaterial
computeDFdldot
in class AxialMaterial
l
- spring lengthldot
- spring length time derivativel0
- spring rest lengthexcitation
- excitation value (varying from 0 to 1)public boolean isDFdldotZero()
AxialMaterial
isDFdldotZero
in class AxialMaterial
public double getLinearStiffness()
public void setLinearStiffness(double linearStiffness)
public double getTransitionStrain()
public void setTransitionStrain(double e)
public double getDamping()
public void setDamping(double d)
public double getSlackLength()
public void setSlackLength(double sl)
public boolean equals(AxialMaterial mat)
equals
in class AxialMaterial
public Blankevoort1991AxialLigament clone()
CompositeProperty
clone
in interface CompositeProperty
clone
in interface Clonable
clone
in class AxialMaterial
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