Skip to content

Loading of workbench .dat file via mapdl.input() slow #2037

Answered by mikerife
Jaar00n asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Jaar00n
Well, mapdl.input() does not issue anything so no, it (input command) is not rerunning the solve. WB Mechanical does write APDL commands to *get the 'interactive' state of MAPDL and write a *if/then statement to determine whether to bypass the solve command or not. If the state is 'interactive' then it bypasses, if not it will solve. MAPDL aaS that PyMAPDL launches is a interactive instance in this regard.

The PyMAPDL 'Input' is not the same as the APDL '/input' command. It's an new method for inputting into MAPDL aaS - see the following: https://mapdl.docs.pyansys.com/version/stable/mapdl_commands/session/_autosummary/ansys.mapdl.core.Mapdl.input.html#input

I think you can re…

Replies: 1 comment 11 replies

Comment options

You must be logged in to vote
11 replies
@mikerife
Comment options

@germa89
Comment options

@Jaar00n
Comment options

@germa89
Comment options

@Jaar00n
Comment options

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