This method creates a MeanFieldInclusion object.
Path
mdb.models[name].materials[name].meanFieldHomogenization.MeanFieldInclusion
session.odbs[name].materials[name].meanFieldHomogenization.MeanFieldInclusion
Required arguments
- name
- A
String specifying the constituent repository
key.
- table
-
A sequence of sequences of Floats specifying the items described below.
Optional arguments
- material
-
A String specifying the name of the material.
- isotropizationCoefficient
-
A Float specifying the factor used for scaling the plastic strain of the
constituent when calculating the isotropic part of the tangent.
- volumeFractionType
-
A SymbolicConstant specifying the type of volume fraction. Possible values
are UNIFORM, ANALYTICAL_FIELD, and
DISCRETE_FIELD. The default value is
UNIFORM.
- volumeFractionFieldName
-
A String specifying the name of the
AnalyticalField
object or
DiscreteField
object.
- aspectRatioType
-
A SymbolicConstant specifying the type of aspect ratio. Possible values are
UNIFORM, ANALYTICAL_FIELD, and
DISCRETE_FIELD. The default value is
UNIFORM.
- aspectRatioFieldName
-
A String specifying the name of the
AnalyticalField
object or
DiscreteField
object.
- orientationTensorType
-
A SymbolicConstant specifying the type of orientation tensor. Possible
values are UNIFORM, ANALYTICAL_FIELD,
and DISCRETE_FIELD. The default value is
UNIFORM.
- orientationTensorFieldName
-
A String specifying the name of the
AnalyticalField
object or
DiscreteField
object.
- shape
-
A SymbolicConstant specifying the type of inclusion shapes. Possible values
are SPHERE, PROLATE,
OBLATE, CYLINDER,
PENNY, and ELLIPTIC_CYLINDER. The
default value is SPHERE.
- direction
-
A SymbolicConstant specifying the type of inclusion direction. Possible
values are FIXED, RANDOM3D, and
ORIENTATION_TENSOR.
- strainConcentrationTensor
-
A sequence of Floats defining the 36 components of the strain concentration
tensor.
- temperatureGradientConcentrationTensor
-
A sequence of Floats defining the 9 components of the temperature gradient
concentration tensor.
Table data
The table data specify the following:
Return value
A
MeanFieldInclusion object.