Product: Abaqus/Standard
Field expansion effects:
can be defined by specifying field expansion coefficients so that Abaqus/Standard can compute field expansion strains that are driven by changes in predefined field variables;
can be isotropic, orthotropic, or fully anisotropic;
are defined as total expansion from a reference value of the predefined field variable;
can be specified as a function of temperature and/or predefined field variables;
can be specified directly in user subroutine UEXPAN (if the field expansion strains are complicated functions of field variables and state variables); and
can be defined for more than one predefined field variable.
Field expansion is a material property included in a material definition (see “Material data definition,” Section 18.1.2) except when it refers to the expansion of a gasket whose material properties are not defined as part of a material definition. In that case field expansion must be used in conjunction with the gasket behavior definition (see “Defining the gasket behavior directly using a gasket behavior model,” Section 29.6.6).
Input File Usage: | Use the following options to define field expansion associated with predefined field variable number n for most materials: |
*MATERIAL *EXPANSION, FIELD=n The *EXPANSION option can be repeated with different values of the predefined field variable number n to define field expansion associated with more than one field. Use the following options to define field expansion associated with predefined field variable number n for gaskets whose constitutive response is defined directly as gasket behavior: *GASKET BEHAVIOR *EXPANSION, FIELD=n The *EXPANSION option can be repeated with different values of the predefined field variable number n to define field expansion associated with more than one field. |
Abaqus/Standard requires field expansion coefficients, , that define the total field expansion from a reference value of the predefined field variable n,
, as shown in Figure 23.1.31.
is the field expansion coefficient;
is the current value of the predefined field variable n;
is the initial value of the predefined field variable n;
are the current values of the predefined field variables;
are the initial values of the predefined field variables; and
is the reference value of the predefined field variable n for the field expansion coefficient.
The second term in the above equation represents the strain due to the difference between the initial value of the predefined field variablen, , and the corresponding reference value,
. This term is necessary to enforce the assumption that there is no initial field expansion strain for cases in which the reference value of the predefined field variable n does not equal the corresponding initial value.
If the coefficient of field expansion, , is not a function of temperature or field variables, the reference value of the predefined field variable,
, is not needed. If
is a function of temperature or field variables, you can define
.
Input File Usage: | *EXPANSION, FIELD=n, ZERO= |
Total field expansion coefficients can be provided directly as outlined in the previous section. However, you may have field expansion data available in differential form:
Increments of field expansion strain can be specified in user subroutine UEXPAN as functions of temperature and/or predefined field variables. User subroutine UEXPAN must be used if the field expansion strain increments depend on state variables.
You can use user subroutine UEXPAN only once within a single material definition. In particular, you cannot define both thermal and field expansions or multiple field expansions within the same material definition using user subroutine UEXPAN.
Input File Usage: | *EXPANSION, FIELD=n, USER |
If the coefficient of field expansion, , is a function of temperature and/or predefined field variables, the initial temperature and initial predefined field variable values,
and
, are given as described in “Initial conditions,” Section 30.2.1.
If an element has been removed and subsequently reactivated (“Element and contact pair removal and reactivation,” Section 11.2.1), and
in the equation for the field expansion strains represent temperature and predefined field variable values as they were at the moment of reactivation.
Isotropic, orthotropic, or fully anisotropic field expansion can be defined.
Orthotropic and anisotropic field expansion can be used only with materials where the material directions are defined with local orientations (see “Orientations,” Section 2.2.5).
Only isotropic field expansion is allowed with the hyperelastic and hyperfoam material models.
If the field expansion coefficient is defined directly, only one value of is needed at each temperature and/or predefined field variable. If user subroutine UEXPAN is used, only one isotropic field expansion strain increment (
) must be defined.
Input File Usage: | Use the following option to define the field expansion coefficient directly: |
*EXPANSION, FIELD=n, TYPE=ISO Use the following option to define the field expansion with user subroutine UEXPAN: *EXPANSION, FIELD=n, TYPE=ISO, USER |
If the field expansion coefficients are defined directly, the three expansion coefficients in the principal material directions (,
, and
) should be given as functions of temperature and/or predefined field variables. If user subroutine UEXPAN is used, the three components of field expansion strain increment in the principal material directions (
,
, and
) must be defined.
Input File Usage: | Use the following option to define the field expansion coefficients directly: |
*EXPANSION, FIELD=n, TYPE=ORTHO Use the following option to define the field expansion with user subroutine UEXPAN: *EXPANSION, FIELD=n, TYPE=ORTHO, USER |
If the field expansion coefficients are defined directly, all six components of (
,
,
,
,
,
) must be given as functions of temperature and/or predefined field variables. If user subroutine UEXPAN is used, all six components of the field expansion strain increment (
,
,
,
,
,
) must be defined.
Input File Usage: | Use the following option to define the field expansion coefficients directly: |
*EXPANSION, FIELD=n, TYPE=ANISO Use the following option to define the field expansion with user subroutine UEXPAN: *EXPANSION, FIELD=n, TYPE=ANISO, USER |
When a structure is not free to expand, a change in a predefined field variable will cause stress if there is field expansion associated with that predefined field variable. For example, consider a single 2-node truss of length L that is completely restrained at both ends. The cross-sectional area; the Young's modulus, E; and the field expansion coefficient, , are all constants. The stress in this one-dimensional problem can then be calculated from Hooke's Law as
, where
is the total strain and
is the field expansion strain, where
is the change in the value of the predefined field variable number n. Since the element is fully restrained,
. If the values of the field variable at both nodes are the same, we obtain the stress
.
Depending on the value of the field expansion coefficient and the change in the value of the corresponding predefined field variable, a constrained field expansion can cause significant stress and introduce strain energy that will result in an equivalent increase in the total energy of the model. Therefore, it is often important to define boundary conditions with particular care for problems involving this property to avoid overconstraining the field expansion.
Field expansion can be combined with any other (mechanical) material (see “Combining material behaviors,” Section 18.1.3) behavior in Abaqus/Standard.
For most materials field expansion is defined by a single coefficient or a set of orthotropic or anisotropic coefficients or by defining the incremental field expansion strains in user subroutine UEXPAN.