pymapdl icon indicating copy to clipboard operation
pymapdl copied to clipboard

Add `SFE` and `SF` to enriched command output

Open germa89 opened this issue 1 year ago • 0 comments

As the title, we should add SFE and SF to the Enriched command output.

Some snippet is already in: https://github.com/ansys/pymapdl/discussions/3321#discussioncomment-10261864

Context

Discussed in https://github.com/ansys/pymapdl/discussions/3321

Originally posted by Saivellampati August 1, 2024 I have a cdb file which is having pressure loads. In mapdl we have a method Mapdl.flist() which is giving only force loads. Can someone explain how to get pressure loads information from this Mapdl. I am loading the cdb file by following process.

from ansys.mapdl.core import Mapdl
filedata = mapdl.input("test_1.cdb")
```</div>

Other sources: https://github.com/ansys/pymapdl/issues/772

germa89 avatar Aug 07 '24 08:08 germa89