All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
static void |
addTensorProduct4(Matrix6d c,
double s,
Matrix3dBase A,
Matrix3dBase B) |
FungOrthotropicMaterial |
clone()
Returns a clone of this composite property.
|
double |
computeDevStrainEnergy(DeformedPoint def,
Matrix3d Q,
double excitation,
MaterialStateObject state) |
void |
computeDevStressAndTangent(SymmetricMatrix3d sigma,
Matrix6d D,
DeformedPoint def,
Matrix3d Q,
double excitation,
MaterialStateObject state) |
static Matrix6d |
ddots(Matrix6d a,
Matrix6d b) |
boolean |
equals(FemMaterial mat) |
FieldPropertyList |
getAllPropertyInfo()
Returns a list giving static information about all properties exported by
this object.
|
double |
getC() |
double |
getC(FemFieldPoint dp) |
ScalarFieldComponent |
getCField() |
PropertyMode |
getCMode() |
double |
getLam11() |
double |
getLam11(FemFieldPoint dp) |
ScalarFieldComponent |
getLam11Field() |
PropertyMode |
getLam11Mode() |
double |
getLam12() |
double |
getLam12(FemFieldPoint dp) |
ScalarFieldComponent |
getLam12Field() |
PropertyMode |
getLam12Mode() |
double |
getLam22() |
double |
getLam22(FemFieldPoint dp) |
ScalarFieldComponent |
getLam22Field() |
PropertyMode |
getLam22Mode() |
double |
getLam23() |
double |
getLam23(FemFieldPoint dp) |
ScalarFieldComponent |
getLam23Field() |
PropertyMode |
getLam23Mode() |
double |
getLam31() |
double |
getLam31(FemFieldPoint dp) |
ScalarFieldComponent |
getLam31Field() |
PropertyMode |
getLam31Mode() |
double |
getLam33() |
double |
getLam33(FemFieldPoint dp) |
ScalarFieldComponent |
getLam33Field() |
PropertyMode |
getLam33Mode() |
double |
getMu1() |
double |
getMu1(FemFieldPoint dp) |
ScalarFieldComponent |
getMu1Field() |
PropertyMode |
getMu1Mode() |
double |
getMu2() |
double |
getMu2(FemFieldPoint dp) |
ScalarFieldComponent |
getMu2Field() |
PropertyMode |
getMu2Mode() |
double |
getMu3() |
double |
getMu3(FemFieldPoint dp) |
ScalarFieldComponent |
getMu3Field() |
PropertyMode |
getMu3Mode() |
static void |
main(java.lang.String[] args) |
void |
scaleDistance(double s)
Scales all distance coordinates.
|
void |
scaleMass(double s)
Scales all mass units.
|
void |
setC(double C) |
void |
setCField(ScalarFieldComponent func) |
void |
setCMode(PropertyMode mode) |
void |
setLam11(double L11) |
void |
setLam11Field(ScalarFieldComponent func) |
void |
setLam11Mode(PropertyMode mode) |
void |
setLam12(double L12) |
void |
setLam12Field(ScalarFieldComponent func) |
void |
setLam12Mode(PropertyMode mode) |
void |
setLam22(double L22) |
void |
setLam22Field(ScalarFieldComponent func) |
void |
setLam22Mode(PropertyMode mode) |
void |
setLam23(double L23) |
void |
setLam23Field(ScalarFieldComponent func) |
void |
setLam23Mode(PropertyMode mode) |
void |
setLam31(double L31) |
void |
setLam31Field(ScalarFieldComponent func) |
void |
setLam31Mode(PropertyMode mode) |
void |
setLam33(double L33) |
void |
setLam33Field(ScalarFieldComponent func) |
void |
setLam33Mode(PropertyMode mode) |
void |
setMu1(double mu1) |
void |
setMu1Field(ScalarFieldComponent func) |
void |
setMu1Mode(PropertyMode mode) |
void |
setMu2(double mu2) |
void |
setMu2Field(ScalarFieldComponent func) |
void |
setMu2Mode(PropertyMode mode) |
void |
setMu3(double mu3) |
void |
setMu3Field(ScalarFieldComponent func) |
void |
setMu3Mode(PropertyMode mode) |