Skip to content

MASTER-OOCC/Snippets-PyAnsys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyAnsys Snippets

Este repositorio contiene distintos recursos y ejemplos para aprender y practicar con PyAnsys.

Homogenization Example


Inclusion

Matrix

RVE

Von Mises Stress

Displacement

Installation instructions

Form A — using environment.yml

conda env create -f environment.yml
conda activate pyansys

Form 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"

Dependencies (versionadas)

  • ANSYS MAPDL (Student Version) = 2025 R2 (external, licensed)
  • Python = 3.11

Estructura del repositorio

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.

About

Distintos recursos y ejemplos para aprender y practicar con PyAnsys

Topics

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors