MAPDL commands#
本节概述了通过 PyMAPDL 以 Python 封装的经典 MAPDL 命令。大多数命令已被封装,但有一些命令在 PyMAPDL 中不被本地支持或仅被部分支持。详情请参见 不可用的命令 。
Session#
这些命令为会话提供一般控制。这些命令按功能分组。
Database#
这些命令用于对数据库进行全局操作。
Graphics#
这些命令用于控制程序的图形。
APDL#
这些命令构成了 ANSYS 参数化设计语言(APDL)。
Preprocessing#
这些命令用于创建和设置模型。
- Database
- Element type
- Real constants
- Materials
- Material data tables
- Primitives
- Keypoints
- Hard points
- Lines
- Areas
- Volumes
- Booleans
- Meshing
- Nodes
- Elements
- Superelements
- Digitizing
- Coupled degrees of freedom
- Constraint equations
- Status
- Explicit dynamics
- Sections
- Morphing
- Artificially matched layers
- Special purpose
Solution#
这些命令用于加载和求解模型。
- Analysis options
- Nonlinear options
- Dynamic options
- Spectrum options
- Load step options
- Solid constraints
- Solid forces
- Solid surface loads
- Solid body loads
- Inertia
- Miscellaneous loads
- Load step operations
- Master degrees of freedom
- Gap conditions
- Rezoning
- 2D to 3D analysis
- Birth and death
- FE constraints
- FE forces
- FE surface loads
- FE body loads
- Ocean
- Solution status
- Radiosity
- Multi-Field solver definition commands
- Multi-Field solver global controls
- Multi-Field solver time controls
- Multi-Field solver load transfer
- Multi-Field solver convergence controls
- Multi-Field solver interface mapping
POST1#
这些命令用于使用数据库处理器对结果进行后处理。
POST26#
这些命令用于使用时间历程处理器对结果进行后处理。
AUX2#
这些命令用于检查或处理程序生成的二进制文件的内容。
AUX3#
通过辅助处理器 /AUX3
可以对结果文件进行操作,删除数据集或更改数值。
AUX12#
这些命令用于定义热分析中使用的辐射选项。
AUX15#
这些命令用于读取 IGES 文件,以便在 ANSYS 中进行分析。
Mapping processor#
MAP
处理器允许您将外部文件中的数据映射到现有几何体上。
DISPLAY program#
这些命令用于 DISPLAY 程序。DISPLAY 程序是 ANSYS 的配套程序,用于恢复 ANSYS 中生成的图形显示。
Note
这些命令中有许多在使用 PyMAPDL 时并不适用。
REDUCED order modeling#
Connection commands#
这些命令可将外部 CAD 文件读入 MAPDL。
Miscellaneous commands#
未记录的其他命令。
Undocumented inquire commands#
未记录的查询命令。
Warning
声明 : 《ANSYS 命令参考指南》官方文档中没有该功能的说明。因此,对它的支持有限,也不鼓励使用。 Please use it with caution.