Entries and Format

Entries recognized in the configuration file. The configuration file contained in the installation may be used as a template for other configuration files.

The format of the entries (with the exception of ELEMQUAL) is similar to the format of the I/O Options Entry in the input deck, namely:

ENTRY = Argument

Comments may be inserted using the $ character; which indicates that everything which follows on that line is a comment.

ELEMQUAL is a recognized entry in the configuration file. It is used as described in the Bulk Data Entry description ELEMQUAL with the condition that it must be written in free format (Bulk Data Guidelines).

Entry Argument Description
ASSIGN, UPDATE, filename Various See ASSIGN in the I/O Options Entry section.
BLOCKPARAM
<Parameter>
Parameters (with or without their specific values) can be specified for which the model should error out if these parameters are present in the input file. The ERROR message ID of the error which is printed is #1705.
<ERROR Message to be printed>
You can specify your own ERROR message text which should be included when the corresponding blocked parameters are encountered. The ERROR message text should be specified after the parameter name in the configuration file, and it should be preceded by “#”. The error message you specify is automatically formatted to within the standard 80 columns.

Example:

If the below line is included in the OptiStruct configuration file:
BLOCKPARAM,VMOPT,2 # This parameter is not recommended for our current use-case. 
Please switch the model to use PARAM,VMOPT,1 instead. 
If the input file contains PARAM,VMOPT,2 (and the OptiStruct configuration file contains the above line), then the model will fail with the below ERROR:
*** ERROR # 1705 *** in the input data:
This parameter is not recommended for our current use-case. Please switch the
model to use PARAM,VMOPT,1 instead.
BUFFSIZE Integer Default = 65537 The maximum size in 8 byte words of the records of data written to the .op2 file. Use -1 to turn off buffering.
CARDLENGTH Integer Same as CARDLENGTH in the SYSSETTING I/O Options Entry.
CHECKEL <YES, NO, FULL> Same as CHECKEL option for Bulk Data Entry PARAM.
CHECKMAT <YES, NO, FULL> Same as CHECKMAT option for Bulk Data Entry PARAM.
CORE <OFF, AUTO, IN, OUT, MMIN> Same as the -core run option in Run Options.
COUPMASS <-1, 0, 1, YES, NO> Same as COUPMASS option for Bulk Data Entry PARAM.
DOS_DRIVE_$ <path> Same as DOS_DRIVE_$ environment variable (Run OptiStruct).
EFFMASS Integer Same as EFFMASS option for Bulk Data Entry PARAM.
FLEXH3D <AUTO, YES, NO> Same as FLEXH3D option for Bulk Data Entry PARAM.
FORMAT <HM, H3D, ASCII, OPTI, OS, NASTRAN, PUNCH, O2, OUT2, OUTPUT2, PATRAN, APATRAN> Same as I/O Options Entry FORMAT.
INCPATH <path> Same as the –incpath run option in Run Options.
KGRGD <YES, NO> Same as KGRGD option for Bulk Data Entry PARAM.
MAXLEN Integer Used to define the maximum allowable amount of memory to be used in MB.

No default.

MAXRATIO Value, option

Value: <Real>

Option: <ERROR>

Same as MAXRATIO in the SYSSETTING I/O Options Entry.
MBDH3D <NODAL, MODAL, BOTH, NONE> Same as MBDH3D option for Bulk Data Entry PARAM.
MDSDIR <path> Path to the location of the Altair Multiscale Designer™ installation. For more information, refer to the MDSDIR I/O Entry.
MINLEN Integer Used to define the initial memory allocation in MB.

The default is 10% of OS_RAM.

MSGLMT Various See MSGLMT setting in the I/O Options Entry section.
MULTIPLEOUTPUT <YES, NO>

Default=NO

Same as MULTIPLEOUTPUT in the SYSSETTING I/O Options Entry.
OS_RAM RAM in Mbytes Same as OS_RAM in the SYSSETTING I/O Options Entry.

Default = 8000 MB

OutputDefault <AUTO, NONE> Allows default outputs to be disabled. This entry controls output for subcases for which there is no output requested.
AUTO
Output is automatically generated for certain solution sequences.
NONE
No output that is not specifically requested is output.
OutStress <CORNER, BILIN, CUBIC, SGAGE> Defines the default location output for STRESS output. This entry controls the output for subcases when there is no location defined in the STRESS output.
CORNER or BILIN
Element stresses for shell and solid elements are output at the element center and grid points using bilinear extrapolation.
CUBIC
Element stresses for shell elements are output at the element center and grid points using the strain gage approach with cubic bending correction.
SGAGE
Element stresses for shell elements are output at the element center and grid points using the strain gage approach.
PLOTELID <UNIQUE, ALLOWFIX> Same as PLOTELID in the SYSSETTING I/O Options Entry.
PRGPST <YES, NO> Same as PRGPST option for Bulk Data Entry PARAM.
PRINFACC <0, 1> Same as PRINFACC option for Bulk Data Entry PARAM.
RAM_SAFETY_FACTOR Multiplier Same as -rsf option for running from the script (Run Options).
RAMDISK Integer Same as RAMDISK in the SYSSETTING I/O Options Entry.
REFPNT <GEOM, CG> Same as REFPNT option for Bulk Data Entry PARAM.
SAVEFILE <ALL, OUT, NONE> Same as SAVEFILE in the SYSSETTING I/O Options Entry.
SCREEN <OUT, LOG, NONE> Same as I/O Options Entry SCREEN.
SCRFMODE <BASIC, BUFFERED, UNBUFFER, STRIPE, MIXFCIO> Same as SCRFMODE in the SYSSETTING I/O Options Entry.
SKIP10FIELD <CHECK, WARN> Same as SKIP10FIELD in the SYSSETTING I/O Options Entry.
SPSYNTAX <STRICT, CHECK, MIXED> Same as SPSYNTAX in the SYSSETTING I/O Options Entry.
SRCHDCLR <YES, NO> Same as SRCHDCLR in the SYSSETTING I/O Options Entry.
SYNTAX <ALLOWINT, STRICT> Same as SYNTAX in the SYSSETTING I/O Options Entry.
TABSTOPS Integer Used to change the default tab length from 8 to another value.
TLOADMAT <0, 1, 2> Same as TLOADMAT in the SYSSETTING I/O Options Entry.
TMPDIR <path> Same as I/O Options Entry TMPDIR.
UNKNDATA <WARN, ERROR> Same as UNKNDATA in the SYSSETTING I/O Options Entry.
WTMASS Real > 0.0 Same as WTMASS option for Bulk Data Entry PARAM.