Welcome to the PyAnsys Project!
PyAnsys 项目是 Python 包的集合,可通过 Python 使用 Ansys 产品。
Python + Ansys = PyAnsys
The PyAnsys project is a collection of Python packages to enable the usage of Ansys products through Python.
This project originally began as a single package, pyansys, and has been expanded to six main packages:
这个 项目 最初是作为一个单独的包开始的pyansys,并且已经扩展到六个主要包:


要使用 PyAnsys,您需要为您的产品安装适用的软件包:
MAPDL:
pip install ansys-mapdl-core
AEDT:
pip install pyaedt
MAPDL Post-Processing:
pip install ansys-dpf-core
pip install ansys-dpf-post
pip install ansys-mapdl-reader
安装此软件包:
pip install ansys-mapdl-core



PyAEDT 旨在整合和扩展围绕 Ansys Electronics Desktop (AEDT) 脚本编写的所有现有功能,以允许重用现有代码、共享最佳实践并加强协作。PyAEDT 在MIT License下获得许可。
PyAEDT 包括与以下 AEDT 工具和 Ansys 产品交互的功能:
安装此软件包:
pip install pyaedt


PyDPF-Core 适用于 Ansys 2021R1 及更高版本。
数据处理框架 (DPF) 旨在为数值模拟用户/工程师提供用于访问和 转换 模拟数据的工具箱。DPF 可以从求解器结果文件以及几种中性格式(csv、hdf5、vtk 等)访问数据。可以使用各种运算符来处理和转换这些数据。
DPF 是一个基于工作流的框架,它允许通过链接 运算符 进行简单和/或复杂的评估。DPF 中的数据是基于在称为字段的自给自足实体中描述的与物理无关的数学量定义的。这使得 DPF 成为具有多种功能的模块化且易于使用的工具。它是一种旨在处理大量数据的产品。
Pythonansys.dpf.core模块为强大的 DPF 框架提供 Python 接口,无需离开 Python 环境即可对各种 Ansys 文件格式和物理场解决方案进行快速后处理。
DPF-Core is a Python client API for easily accessing DPF (Data Processing Framework) postprocessing capabilities. The ansys.dpf.core package makes highly efficient computation, customization, and remote postprocessing accessible in Python.
These sections describe the most common DPF entities:
使用以下命令安装此存储库:
pip install ansys-dpf-core
或
爱阅读的小沐技术探讨 / 代码分享 / 软件定制 / 阅读感悟
免责声明:本文系网络转载或改编,未找到原创作者,版权归原作者所有。如涉及版权,请联系删