ESE
I/O Options and Subcase Information Entry Used to request strain energy and strain energy density output for all subcases or individual subcases, respectively.
Format
ESE (format_list, type, dmig, extras, neuber, group, peakoutput,THRESH=thresh,RTHRESH=rthresh,TOP=topn,RTOP=rtop) = option
Definitions
Argument | Options | Description |
---|---|---|
format | <HM, H3D, PUNCH, OP2, PLOT, blank> |
|
type | <AVERAGE, AMPLITUDE, PEAK> |
|
dmig | <DMIG, NODMIG> |
|
extras | <PLASTIC> Default = blank |
Plastic element strain energy is output in addition to total strain). It is only supported for Neuber method in linear static analysis. This output is only available for H3D format. |
neuber | <NEUBER> Default = blank |
The element strain energy is calculated based on Neuber strain. |
group | <PROP,
COMP, SET,
OPROP, OCOMP,
OSET> 12 Default = blank |
|
peakoutput | <PEAKOUT> Default = blank |
Only the filtered frequencies from the PEAKOUT card will be considered for this output. |
THRESH | <thresh> Real Default = blank |
Specifies an absolute threshold under which strain energy results should not be output. 9 |
RTHRESH | <rthresh> 0.0 < Real < 1.0 Default = blank |
Specifies a relative threshold as a fraction of the total strain energy under which results should not be output. For example, if TSE is the total strain energy in the model, then strain energy results below TSE*rthresh are excluded from the output. |
TOP | <topn> Integer > 0 Default = blank |
Only the top "topn" strain energy values should be output. |
RTOP | <rtop> 0.0 < Real < 1.0 Default = blank |
Only the top fraction "rtop" of the total number of strain energy values should be output. For example, if SETOT is the total number of strain energy values in the model, then only the top SETOT*rtop values are output. |
option | <YES, ALL,
NO, NONE,
SID> Default = ALL |
|
Comments
- When an ESE command is not present, element strain energy and strain energy density is not output.
- Initial thermal strain is included in the calculation of strain energy and strain energy density.
- Multiple formats are allowed on the same entry; these should be comma separated. If a format is not specified, this output control applies to all formats defined by the OUTPUT command, for which the result is available. Refer to Results Output by OptiStruct for information on which results are available, in which formats.
- Multiple instances of this card are allowed; if instances are conflicting, the last instance dominates.
- For optimization, the frequency of output to a given format is controlled by the I/O option OUTPUT. In prior versions of OptiStruct, a combination of the I/O options FORMAT and RESULTS were used; this method is still supported, but not recommended as it does not allow different frequencies for different formats.
- type only applies to Frequency Response Analysis.
- The three ways to calculate the Element Strain Energy in
Frequency Response Analysis are:
- Output Type
- Formula
- Average
- Amplitude
- Peak
- Corresponding Element Energy
- Real Part of Displacement
- Imaginary Part of Displacement
- Stiffness Matrix
- format=OUTPUT2 can also be used to request results to be output in the Nastran output2 format (.op2 file).
- The threshold options (THRESH, RTHRESH, TOP, and RTOP) are available for Static and Frequency Response Analyses only. For H3D, the filter is applied to each dimension of elements (shells, solids, beams, welds, etc.), while for OP2 and punch, it is applied to each element type (quad4, tria3, quad8, etc.).
- The group argument is only supported only
for Static, Eigenvalue, Frequency response, and Transient analysis in H3D and
PCH format. Group Strain Energy and Group Strain Energy Density are available
under the Element Strain Energy results type in the H3D file. In the Punch file,
the Property/Component ID’s and the corresponding Strain Energy and Strain
Energy Density are available.
If SET/OSET is requested a SID of Boolean set with operator OR is expected in the field option. Element SETs referenced when using this option should have the OPERATOR field set to OR. Regular element sets without Boolean OR are not allowed. SET/OSET is currently only supported for H3D and PUNCH formats.
- Rotor Energy output for Direct/Modal Complex Eigenvalue Analysis (with ASYNC, SYNC, and multiple rotors) is available in the <filename>.rengy file when ESE or EKE output requests are present in the model. The output printed to the .rengy file is calculated as a percentage of the ratio of rotor energy to the requested energy output of elements. It is recommended that you request energy output for ALL elements, so that the rotor energy percentage printed in the .rengy file is meaningful.
- Group strain energy is the total energy of all the elements within the group in either PROP, COMP, or SET and group strain energy density is the ratio between the group strain energy and the group volume.