exbopt#
- AnalysisOptions.exbopt(outinv2='', outtcms='', outsub='', outcms='', outcomp='', outrm='', noinv='', outele='', **kwargs)#
Specifies
.EXBfile output options in a CMS generation pass.Mechanical APDL Command: EXBOPT
Command default:
Default settings as described for each argument are used.
- Parameters:
- outinv2
intorstr Output control for 2nd order invariant:
0- Do not output (default).1- Output the second order invariant.
- outtcms
intorstr Output control for
.TCMSfile:0- Do not output (default).1- Output the.TCMSfile.
- outsub
intorstr Output control for
.SUBfile:0- Do not output (default).1- Output the.SUBfile.
- outcms
intorstr Output control for
.CMSfile:0- Do not output (default).1- Output the.CMSfile.
- outcomp
intorstr Output control for node and element component information:
0- Do not output any component information.1- Output node component information only.2- Output element component information only.3- Output both node and element component information (default).
- outrm
intorstr Output control for the recovery matrix:
0- Do not output (default).1- Output the recovery matrix tofileEXB.2- Output the recovery matrix to a separate file,file_RECOVEREXB.
- noinv
intorstr Invariant calculation:
0- Calculate all invariants (default).1- Suppress calculation of the 1st and 2nd order invariants. NOINV = 1 suppresses OUTINV2 = 1.
- outele
intorstr Output control for the element data:
0- Do not output (default).1- Output the element data.
- outinv2
Notes
When the body property file (
file.EXB) is requested in a CMS generation pass ( cmsopt,,,,,,,EXB command), the.TCMS,.SUB, and.CMSfiles are not output by default. Use the exbopt command to request these files, as needed.exbopt can also be used to manage some content in the
.EXBfile for improving performance and storage (see theOUTINV2,OUTCOMP,OUTRM,NOINV, andOUTELEarguments described above).If both recovery matrix output (
OUTRM= 1 or 2) and the.TCMSfile (OUTTCMS= 1) are requested, the.TCMSfile writing is turned off due to potentially large in-core memory use.For more information on how to generate
file.EXB, see Ansys Interface to AVL EXCITE