simulation single_run nastran_export static | |
|---|---|
model_name = | an existing model |
type = | open_box/closed_box |
config_file = | string |
output_file_prefix = | string |
write_to_terminal = | on/off |
reset_after_export = | yes/no |
export_all_graphics = | on/off |
simulation single_run nastran_export static & | |
|---|---|
model_name = | .MODEL_1 & |
type = | open_box & |
output_file = | "out" & |
write_to_terminal = | on & |
reset_after_export = | no & |
export_all_graphics = | on |
Parameter | Value Type | Description |
|---|---|---|
model_name | an existing model | The model to be exported. |
type | open_box/closed_box | The type of export, that is low fidelity (open box) or high fidelity (closed box) |
output_file_prefix | string | The file prefix to be used for the exported Nastran file(s). |
config_file | string | A configuration file to control the export. |
write_to_terminal | on/off | Specify whether the output file is to be displayed in the info window after the export operation. |
reset_after_export | yes/no | Specify if the simulation has to be reset automatically after the export operation. |
export_all_graphics | on/off | Specify if you would like to export or not export all the graphics |
Tip: | The write to terminal option can be used to display the output file contents in the info window, for quick reference. |