HyperWorks Solvers

ese

ese

Previous topic Next topic No expanding text in this topic  

ese

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

I/O Options and Subcase Information Entry

ESE - Output Request

Description

The ESE command can be used in the I/O Options or Subcase Information sections to request strain energy and strain energy density output for all subcases or individual subcases, respectively.

Format

ESE (format_list, type, dmig, peakoutput,THRESH=thresh,RTHRESH=rthresh,TOP=topn,RTOP=rtop) = option

Argument

Options

Description

format

<HM, H3D, PUNCH, OP2, PLOT, blank>

Default = blank

HM:

Results are output in HyperMesh results format (.res file).

H3D:

Results are output in Hyper3D format (.h3d file).

PUNCH:

Results are output in Nastran punch results format (.pch file).

OP2:

Results are output in Nastran output2 format (.op2 file) (Comment 8).

PLOT:

Results are output in Nastran output2 format (.op2 file) when PARAM, POST is defined in the bulk data section.

blank:

Results are output in all active formats for which the result is available.

 

type

<AVERAGE, AMPLITUDE, PEAK>

Default = AVERAGE

See Comment 7

AVERAGE:

In frequency response analysis average energy is output.

AMPLITUDE:

In frequency response analysis the amplitude of energy is output.

PEAK:

In frequency response analysis the peak energy is output. This is the sum of AVERAGE and AMPLITUDE.

 

dmig

<DMIG, NODMIG>

Default = NODMIG

DMIG:

Results are provided for external superelements in the .out file.

NODMIG:

Results are not provided for external superelements in the .out file.

 

peakoutput

<PEAKOUT>

Default = blank

If PEAKOUT is present, 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 (Comment 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

YES, ALL, blank:

Element strain energy and strain energy density are output for all elements.

NO, NONE:

Element strain energy and strain energy density are not output.

SID:

If a set ID is given, element strain energy and strain energy density are output only for elements listed in that set.

Comments

1.When an ESE command is not present, element strain energy and strain energy density is not output.
2.Initial thermal strain is included in the calculation of strain energy and strain energy density.
3.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. See Results Output for information on which results are available in which formats.
4.Multiple instances of this card are allowed; if instances are conflicting, the last instance dominates.
5.For optimization, the frequency of output to a given format is controlled by the I/O option OUTPUT.
6.Type only applies to frequency response analysis.
7.The three ways to calculate the Element Strain Energy in Frequency Response Analysis are listed as follows:

Type of Output

Formula

Average

Amplitude

Peak

Where,

E is the corresponding Element Energy

is the real part of Displacement

is the imaginary part of Displacement

is the Stiffness matrix

8.format=OUTPUT2 can also be used to request results to be output in the Nastran output2 format (.op2 file).
9.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.).

See Also:

I/O Options Section

I/O Options by Function

The Input File