The Elastic object specifies elastic material properties.
import material mdb.models[name].materials[name].elastic import odbMaterial session.odbs[name].materials[name].elastic
This method creates an Elastic object.
mdb.models[name].materials[name].Elastic session.odbs[name].materials[name].Elastic
Required argument
A sequence of sequences of Floats specifying the items described below.
Optional arguments
A SymbolicConstant specifying the type of elasticity data provided. Possible values are:
The default value is ISOTROPIC.
ISOTROPIC
ORTHOTROPIC
ANISOTROPIC
ENGINEERING_CONSTANTS
LAMINA
TRACTION
COUPLED_TRACTION
SHORT_FIBER
SHEAR
A Boolean specifying whether compressive stress is allowed. The default value is OFF.
A Boolean specifying whether tensile stress is allowed. The default value is OFF.
A Boolean specifying whether the data depend on temperature. The default value is OFF.
An Int specifying the number of field variable dependencies. The default value is 0.
A SymbolicConstant specifying the time-dependence of the elastic material constants. Possible values are INSTANTANEOUS and LONG_TERM. The default value is LONG_TERM.
Table data
If type=ISOTROPIC, the table data specify the following:
The Young's modulus, .
The Poisson's ratio, .
Temperature, if the data depend on temperature.
Value of the first field variable, if the data depend on field variables.
Value of the second field variable.
Etc.
The shear modulus,.
Temperature, if the data depend on temperature.
Value of the first field variable, if the data depend on field variables.
Value of the second field variable.
Etc.
.
.
.
.
.
.
.
.
.
Temperature, if the data depend on temperature.
Value of the first field variable, if the data depend on field variables.
Value of the second field variable.
Etc.
.
.
.
.
. This shear modulus is needed to define transverse shear behavior in shells.
. This shear modulus is needed to define transverse shear behavior in shells.
Temperature, if the data depend on temperature.
Value of the first field variable, if the data depend on field variables.
Value of the second field variable.
Etc.
.
.
.
.
.
.
.
.
.
Temperature, if the data depend on temperature.
Value of the first field variable, if the data depend on field variables.
Value of the second field variable.
Etc.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Temperature, if the data depend on temperature.
Value of the first field variable, if the data depend on field variables.
Value of the second field variable.
Etc.
for warping elements; for cohesive elements.
for warping elements; for cohesive elements.
for warping elements; for cohesive elements.
Temperature, if the data depend on temperature.
Value of the first field variable, if the data depend on field variables.
Value of the second field variable.
Etc.
.
.
.
.
.
.
Temperature, if the data depend on temperature.
Value of the first field variable, if the data depend on field variables.
Value of the second field variable.
Etc.
Return value
An Elastic object.
Exceptions
RangeError.
This method modifies the Elastic object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the Elastic method.
Return value
Exceptions
RangeError.
The Elastic object has members with the same names and descriptions as the arguments to the Elastic method.
In addition, the Elastic object can have the following members:
A FailStress object.
A FailStrain object.