*includefiles()
Starts an include file output block. The include file references in the HyperMesh database are output according to the user-defined format in this block.
Syntax
*includefiles( (solver_defined_flag1, solver_defined_flag2)
Type
HyperMesh Template Command
Inputs
- solver_defined_flag1, solver_defined_flag2
- Both of these flags are defined based on the solver used. For example, flag1 for Nastran and OptiStruct represent the location of the include block. Either the include file is to be placed in the executive control section of the data file, and so on.
Example
To place an include in the executive controls section, flag 1 is 1:
*includefiles(1,0)
*format()
*string("INCLUDE '")
*field(string,fullname,0)
*string(')
*end()
*output()