amresult#
- AdditiveManufacturing.amresult(item='', key='', **kwargs)#
Specifies additive manufacturing result data written to a
.txtNone file.Mechanical APDL Command: AMRESULT
- Parameters:
- item
str Result item to output to a tab-delimited
.txtfile:RINT- Recoater interference. Available in a structural additive manufacturing analysis only.DTEMP- Layer end temperature. Available in a thermal additive manufacturing analysis only.HSTN- High Strain. Available in a structural additive manufacturing analysis only.
- key
str Write-control key:
OFF- Does not write the specified result item (default).ON- Writes the specified result item.
- item
Notes
This command controls additive manufacturing result data written to a
.txtfile. Specifically,AMResults.txtis written for recoater interference and layer end temperature, andAMHighStrain.txtis written for high strains. The specified results are not written to the database results (.RST) file.Result items written to the
.txtfile also include node numbers and x, y, z locations.RINT gives the z-deformation of a layer just before a new layer is applied. This result value can help to determine whether an issue may occur when spreading a new layer.
DTEMP gives the temperature of a layer just before a new layer is applied. This result value can help to identify regions where the build may be overheating that may result in problematic thermal conditions.
HSTN gives the maximum equivalent strain experienced during the build process. This result value can help to identify regions at risk of cracking.