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) |
FungMaterial |
clone()
Returns a clone of this composite property.
|
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) |
FunctionPropertyList |
getAllPropertyInfo()
Returns a list giving static information about all properties exported by
this object.
|
double |
getCC() |
double |
getCC(FieldPoint dp) |
ScalarField |
getCCField() |
ScalarFieldPointFunction |
getCCFunction() |
PropertyMode |
getCCMode() |
double |
getL11() |
double |
getL11(FieldPoint dp) |
ScalarField |
getL11Field() |
ScalarFieldPointFunction |
getL11Function() |
PropertyMode |
getL11Mode() |
double |
getL12() |
double |
getL12(FieldPoint dp) |
ScalarField |
getL12Field() |
ScalarFieldPointFunction |
getL12Function() |
PropertyMode |
getL12Mode() |
double |
getL22() |
double |
getL22(FieldPoint dp) |
ScalarField |
getL22Field() |
ScalarFieldPointFunction |
getL22Function() |
PropertyMode |
getL22Mode() |
double |
getL23() |
double |
getL23(FieldPoint dp) |
ScalarField |
getL23Field() |
ScalarFieldPointFunction |
getL23Function() |
PropertyMode |
getL23Mode() |
double |
getL31() |
double |
getL31(FieldPoint dp) |
ScalarField |
getL31Field() |
ScalarFieldPointFunction |
getL31Function() |
PropertyMode |
getL31Mode() |
double |
getL33() |
double |
getL33(FieldPoint dp) |
ScalarField |
getL33Field() |
ScalarFieldPointFunction |
getL33Function() |
PropertyMode |
getL33Mode() |
double |
getMU1() |
double |
getMU1(FieldPoint dp) |
ScalarField |
getMU1Field() |
ScalarFieldPointFunction |
getMU1Function() |
PropertyMode |
getMU1Mode() |
double |
getMU2() |
double |
getMU2(FieldPoint dp) |
ScalarField |
getMU2Field() |
ScalarFieldPointFunction |
getMU2Function() |
PropertyMode |
getMU2Mode() |
double |
getMU3() |
double |
getMU3(FieldPoint dp) |
ScalarField |
getMU3Field() |
ScalarFieldPointFunction |
getMU3Function() |
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 |
setCC(double CC) |
void |
setCCField(ScalarField field,
boolean useRestPos) |
void |
setCCFunction(ScalarFieldPointFunction func) |
void |
setCCMode(PropertyMode mode) |
void |
setL11(double L11) |
void |
setL11Field(ScalarField field,
boolean useRestPos) |
void |
setL11Function(ScalarFieldPointFunction func) |
void |
setL11Mode(PropertyMode mode) |
void |
setL12(double L12) |
void |
setL12Field(ScalarField field,
boolean useRestPos) |
void |
setL12Function(ScalarFieldPointFunction func) |
void |
setL12Mode(PropertyMode mode) |
void |
setL22(double L22) |
void |
setL22Field(ScalarField field,
boolean useRestPos) |
void |
setL22Function(ScalarFieldPointFunction func) |
void |
setL22Mode(PropertyMode mode) |
void |
setL23(double L23) |
void |
setL23Field(ScalarField field,
boolean useRestPos) |
void |
setL23Function(ScalarFieldPointFunction func) |
void |
setL23Mode(PropertyMode mode) |
void |
setL31(double L31) |
void |
setL31Field(ScalarField field,
boolean useRestPos) |
void |
setL31Function(ScalarFieldPointFunction func) |
void |
setL31Mode(PropertyMode mode) |
void |
setL33(double L33) |
void |
setL33Field(ScalarField field,
boolean useRestPos) |
void |
setL33Function(ScalarFieldPointFunction func) |
void |
setL33Mode(PropertyMode mode) |
void |
setMU1(double MU1) |
void |
setMU1Field(ScalarField field,
boolean useRestPos) |
void |
setMU1Function(ScalarFieldPointFunction func) |
void |
setMU1Mode(PropertyMode mode) |
void |
setMU2(double MU2) |
void |
setMU2Field(ScalarField field,
boolean useRestPos) |
void |
setMU2Function(ScalarFieldPointFunction func) |
void |
setMU2Mode(PropertyMode mode) |
void |
setMU3(double MU3) |
void |
setMU3Field(ScalarField field,
boolean useRestPos) |
void |
setMU3Function(ScalarFieldPointFunction func) |
void |
setMU3Mode(PropertyMode mode) |