ansys / pymapdl

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

OCDATA can define up to 14 values. PyMAPDL OCDATA limits to 4. #3199

Open mikerife opened 1 week ago

mikerife commented 1 week ago

🤓 Before submitting the issue

🔍 Description of the bug

The PyMAPDL OCDATA can only define 4 values. But MAPDL OCDATA can define up to 14.

🕵️ Steps To Reproduce

Not Needed

💻 Which Operating System are you using?

Windows

🐍 Which Python version are you using?

3.10

💾 Which MAPDL version are you using?

24R1

📝 PyMAPDL Report

Show the Report! ```text # PASTE HERE THE OUTPUT OF `python -c "from ansys.mapdl import core as pymapdl; print(pymapdl.Report())"` here ```

📝 Installed packages

Show the installed packages! ```text # PASTE HERE THE OUTPUT OF `python -m pip freeze` here ```

📝 Logger output file

Show the logger output file. ```text # PASTE HERE THE CONTENT OF THE LOGGER OUTPUT FILE. ```