-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug located in MPCOPY and other commands which has unused field #3017
Comments
The /post26 command ADD and QUOT still have problems due to multiple blank fields on the command. Also if the data is complex then QUOT using the NAME field returns machine zeros for complex variables. |
Interesting... it seems to work for me: >>> mapdl.mat(1)
>>> mapdl.mp("SONC", 1, 1500) # sonc in m/s
>>> mapdl.mp("DENS", 1, 1000) # Density in kg/m3
>>> mapdl.mpcopy(1, 2)
COPY MATERIAL 1 DENS TO MATERIAL 2
COPY MATERIAL 1 SONC TO MATERIAL 2
I will need an example for testing and debugging this. |
There is an unused/beta field in MPCOPY. So the command should really be mapdl.mpcopy('', 1, 2) |
For reference: #3026 (comment)
|
This issue is locked until #3026 gets closure.
|
🤓 Before submitting the issue
pip install --upgrade --upgrade-strategy eager ansys-mapdl-core
in your activated virtual environment.🔍 Description of the bug
Use of MPCOPY results in TypeError as it has an unused field. Looks like it was fixed, or supposed to be, in prior pull: #1675
Received error using 0.68.1 and mapdl 24R1.
🕵️ Steps To Reproduce
💻 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!
📝 Installed packages
Show the installed packages!
📝 Logger output file
Show the logger output file.
The text was updated successfully, but these errors were encountered: