pymapdl icon indicating copy to clipboard operation
pymapdl copied to clipboard

RDEC and VFQUERY need updating.

Open mikerife opened this issue 10 months ago โ€ข 2 comments

๐Ÿค“ Before submitting the issue

๐Ÿ” Description of the bug

PyMAPDL RDEC is missing the 3rd field which is a blank field. VFQUERY was updated at 2023R2 and now has a blank 3rd field and a WrOpt 4th field.

๐Ÿ•ต๏ธ Steps To Reproduce

The log will automatically be formatted as Python code! No need to type backticks.

๐Ÿ’ป Which Operating System are you using?

Windows

๐Ÿ Which Python version are you using?

3.10

๐Ÿ’พ Which MAPDL version are you using?

0.68.1

๐Ÿ“ PyMAPDL Report

Show the Report!

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

๐Ÿ“ Installed packages

Show the installed packages!

# PASTE HERE THE OUTPUT OF `python -m pip freeze` here

๐Ÿ“ Logger output file

Show the logger output file.

# PASTE HERE THE CONTENT OF THE LOGGER OUTPUT FILE.

mikerife avatar Apr 15 '24 18:04 mikerife

For reference: https://github.com/ansys/pymapdl/discussions/3026#discussion-6554930

GitHub
Given this APDL command: MPCOPY,--,matf,matt where: -- is an "unused" field or, in pythonic terms, an undocumented argument. This undocumented argument can serve different purposes: Maybe it is a d...

germa89 avatar Apr 24 '24 15:04 germa89

Because of discusion #3026, probably the RDEC command is not going to be updated.

germa89 avatar Apr 26 '24 15:04 germa89