ansys / pymapdl

Pythonic interface to MAPDL
https://mapdl.docs.pyansys.com
MIT License
421 stars 119 forks source link

APDL Classic Bracket Example #2156

Closed mcMunich closed 11 months ago

mcMunich commented 1 year ago

📝 Description of the example

https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/v231/en/ans_tut/structural_cb.html

📁 Files needed for running the example

20230619B.zip

💻 Which operating system are you using?

Windows

📀 Which ANSYS version are you using?

231r1

🐍 Which Python version are you using?

3.11

📦 Installed packages

Naturally this the suggested line of code doesn't work if you use the recommended virtual environment.
mikerife commented 1 year ago

@mcMunich which line of code?

mcMunich commented 1 year ago

image

mikerife commented 1 year ago

@mcMunich Sorry about the brain cramp; I thought one of the lines of the PyMAPDL example was not working. Not enough coffee that day.

germa89 commented 1 year ago

It does work for me:

(.venv_macos) german.ayuso@Ansys-WYN9VF7KGG pymapdl % python -m pip freeze
accessible-pygments==0.0.4
aiofiles==22.1.0
aiohttp==3.8.4
aiosignal==1.3.1
aiosqlite==0.19.0
alabaster==0.7.13
ansys-api-mapdl==0.5.1
ansys-api-platform-instancemanagement==1.0.0b3
ansys-dpf-core==0.8.1
ansys-dpf-gate==0.3.1
...
germa89 commented 1 year ago

Anyway, why the issue?

germa89 commented 1 year ago

Closing because stale.

germa89 commented 1 year ago

@mcMunich this one is on you!

germa89 commented 11 months ago

Reminder @mcMunich ! XD

germa89 commented 11 months ago

Reminder @mcMunich...

pmaroneh commented 11 months ago

@germa89 I think what @mcMunich did here is use the simplified procedure to add an example for ACE... then the DEV team has to formally create the example through standard the CI/CD procedure