Este repositorio contiene distintos recursos y ejemplos para aprender y practicar con PyAnsys.
![]() Inclusion |
![]() Matrix |
![]() RVE |
![]() Von Mises Stress |
![]() Displacement |
Form A — using environment.yml
conda env create -f environment.yml
conda activate pyansysForm B — manual installation
conda create -n pyansys python=3.11
conda activate pyansys
conda install -c conda-forge gmsh gmshModel
pip install \
ansys-mapdl-core[graphics] \
vtk trame trame-vtk trame-vuetify ipywidgets \
nbformat ipython \
plotly imageio pandas \
"numpy<2"- ANSYS MAPDL (Student Version) = 2025 R2 (external, licensed)
- Python = 3.11
PyAnsys-snippets/
├── doc/
├── notebooks/
│ ├── codes_course
│ ├── codes_homogenization
│ ├── codes_official
│ └── Vamsi
├── tests/
├── environment.yml
├── README.md
├── CONTRIBUTING.md
├── CITATION.cff
├── AUTHORS
└── LICENSE
-
codes_course
Talleres introductorios para iniciarse en PyANSYS (ESSS). -
codes_homogenization
Ejemplo de homogenización en APDL y su adaptación a PyANSYS usando gmshmodel para generar el RVE. -
codes_official
Códigos oficiales de PyANSYS compatibles con ANSYS 2025 R2. -
Vamsi
Ejemplos externos, incluyendo generación de mallas tipo honeycomb.




