https://github.com/ansys/pyansys-sanjose-workshop
PyAnsys Examples for Demos
https://github.com/ansys/pyansys-sanjose-workshop
Last synced: 2 months ago
JSON representation
PyAnsys Examples for Demos
- Host: GitHub
- URL: https://github.com/ansys/pyansys-sanjose-workshop
- Owner: ansys
- Created: 2024-04-17T04:24:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-10T13:38:01.000Z (11 months ago)
- Last Synced: 2025-01-25T20:42:44.860Z (4 months ago)
- Language: HTML
- Size: 59.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Demo_Examples
## PyAnsys Examples for Demos#### Getting the environment Ready
##### Using Ansys Python Manager
- Install Python
- Create a Virtual Environment
- Install ansys-dpf-core(PyDpf) and ansys-mechanical-core(PyMechanical) in this venv.
- "Launch Console"
- pip install pyvista[all]
- "Launch VS Code" (Recommended)
- install these VS Code Extensions : Workshop\Miscellaneous\VSCode-Extensions
- restart VS Code#### About the contents of this Repository
#### Use these subfolders inside the Workshop Folder :
##### PyDpf :
- PyDpf Demo and Workshops. The inputs needed are in the "inputs" Folder##### PyMechanical :
- PyMechanical Demo and Workshops. The inputs needed are in the "Files" Folder##### Miscellaneous : Use this folder to
- To Get your environment ready and
- To Try some additional examples