nastran#
- class ansys.fluent.core.generated.solver.settings_242.nastran.nastran(name=None, parent=None)#
Bases:
Command
Write a NASTRAN file.
- Parameters:
- file_name
str
Enter the desired file name to export.
- bndry_threads
List
Enter boundary zone name list.
- surfaces
List
Select surface.
- structural_analysisbool
Choose whether structural analysis or not.
- write_loadsbool
Choose whether or not to write loads.
- loads
List
Choose the structural loads type to export.
- cell_func_domain_export
List
Select the list of quantities to export.
- file_name
Arguments
Argument |
Summary |
---|---|
Enter the desired file name to export. |
|
Enter boundary zone name list. |
|
Select surface. |
|
Choose whether structural analysis or not. |
|
Choose whether or not to write loads. |
|
Choose the structural loads type to export. |
|
Select the list of quantities to export. |
Included in:
Parent |
Summary |
---|---|
Allows you to export files. |