The following template shows the input for the workflow when injection molding results
are imported to a local system (the composite in this example is linear elastic and
macro-level elastic moduli and fiber dispersion are specified):
HEADING
…
ELEMENT, TYPE=C3D8, ELSET=EALL
Choose the three-dimensional continuum element type supported for a multiscale material
…
*DISTRIBUTION TABLE, NAME=orient_table
COORD3D, COORD3D
*DISTRIBUTION, LOCATION=ELEMENT, TABLE=orient_table, NAME=distori
*EXTERNAL FIELD, FILE=plastic.sim
Read in material orientation results from the output database file plastic.sim
ORIENTATION, NAME=ORI, TYPE=RECTANGULAR, DISPERSION
distori,
3, 0
distoritens
Define a local system by specifying both the axes and the fiber dispersion
SOLID SECTION, ELSET=EALL, ORIENTATION=ORI, MATERIAL=COMPOSITE
Define a solid section using the orientation distribution and the fiber dispersion distribution from the previous analysis
The axes of the local system are the principal directions of the orientation tensor
computed by the injection molding simulation
…
*DISTRIBUTION TABLE, NAME=oritens_table
ORITENS
*DISTRIBUTION, LOCATION=ELEMENT, TABLE=oritens_table, NAME=distoritens
*EXTERNAL FIELD, FILE=plastic.sim
Read in fiber orientation tensor results from the output database file plastic.sim
…
MATERIAL, NAME=COMPOSITE
Define a multiscale composite material
ELASTIC,TYPE=TRANSVERSELY ISOTROPIC
Specify the homogenized elastic moduli of composite with aligned fiber. These values are computed from the first-step homogenization as shown in Figure 2
FIBER DISPERSION
No data are specified in the data line, as the fiber dispersion specified in the section definition will be used in the analysis
…
*INITIAL CONDITIONS, TYPE=TEMPERATURE
*EXTERNAL FIELD, FILE=plastic.sim
Read in temperature results from the output database file plastic.sim
*INITIAL CONDITIONS, TYPE=STRESS
*EXTERNAL FIELD, FILE=plastic.sim
Read in stress results from the output database file plastic.sim
…
STEP
STATIC
…
Apply structural loads and boundary conditions
…
END STEP
The following template shows the input for the workflow when injection molding results
are imported to a global system (composite is nonlinear):
HEADING
…
ELEMENT, TYPE=C3D8, ELSET=EALL
Choose the three-dimensional continuum element type supported for a multiscale material
…
ORIENTATION, NAME=ORI, TYPE=RECTANGULAR
1, 0, 0, 0, 1, 0
3, 0
SOLID SECTION, ELSET=EALL, ORIENTATION=ORI, MATERIAL=COMPOSITE
Define a solid section using the composite material and a global coordinate system
…
*DISTRIBUTION TABLE, NAME=oritens_table
ORITENS
*DISTRIBUTION, LOCATION=ELEMENT, TABLE=oritens_table, NAME=distoritens
*EXTERNAL FIELD, FILE=plastic.sim
Read in fiber orientation tensor results from the output database file plastic.sim
…
MATERIAL, NAME=COMPOSITE
MEAN FIELD HOMOGENIZATION
CONSTITUENT, TYPE=MATRIX
…
CONSTITUENT, TYPE=INCLUSION
0.3, 20.0, distoritens
Define geometric attributes of the fiber including volume fraction, aspect ratio,
and fiber orientation tensor distribution
…
*INITIAL CONDITIONS, TYPE=TEMPERATURE
*EXTERNAL FIELD, FILE=plastic.sim
Read in temperature results from the output database file plastic.sim
*INITIAL CONDITIONS, TYPE=STRESS
*EXTERNAL FIELD, FILE=plastic.sim
Read in stress results from the output database file plastic.sim
…
STEP
STATIC
…
Apply structural loads and boundary conditions
…
END STEP