Skip to content

How to extract the pressure loads from .cdb file #3321

Answered by germa89
Saivellampati asked this question in Q&A
Discussion options

You must be logged in to vote

HI @Saivellampati

the SF and SFE loads post processing commands are not supported yet.

However you can do some string processing by doing (from #772):

# turning off printing after each page break
mapdl.post1()
mapdl.header('OFF', 'OFF', 'OFF', 'OFF', 'OFF', 'OFF')
nsigfig = 10
mapdl.format('', 'E', nsigfig + 9, nsigfig)
mapdl.page(1E9, '', -1, 240)

#
sfe = mapdl.sfelist()

sfe object will be:

 LIST ELEMENT SURFACE LOAD PRES FOR ALL SELECTED ELEMENTS

 *** MAPDL - ENGINEERING ANALYSIS SYSTEM  RELEASE 2025 R1          25.1BETA ***
 Ansys Mechanical Enterprise                       
 00000031  VERSION=LINUX x64     03:54:14  AUG 07, 2024 CP=      4.626

 test--____ (A5)                      …

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@mikerife
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by germa89
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants