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):
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
distori,
3, 0
SOLID SECTION, ELSET=EALL, ORIENTATION=ORI, MATERIAL=COMPOSITE
Define a solid section using the orientation 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
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
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