simulation single_run nastran_export dynamic | |
|---|---|
model_name = | an existing model |
type = | open_box/closed_box |
config_file = | string |
end_time = | real |
duration = | real |
number_of_steps = | integer |
step_size = | integer |
output_file_prefix = | string |
write_to_terminal = | on/off |
reset_after_export = | yes/no |
export_all_graphics = | on/off |
simulation single_run nastran_export dynamic & | |
|---|---|
model_name = | .MODEL_1 & |
type = | open_box & |
output_file = | "out" & |
end_time = | 1.0 & |
number_of_steps = | 10 & |
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) |
config_file | string | A configuration file to control the export |
end_time | real | Specify the simulation end time as an alternative to the duration of simulation |
duration | real | Specify the duration of simulation as an alternative to the simulation end time |
number_of_steps | integer | Specify the number of steps, as an alternative to the step size |
step_size | integer | Specify the step size as an alternative to the number of steps parameter |
output_file_prefix | string | The file prefix to be used for the exported Nastran file(s). |
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. |