Calling Material designer inside pymapdl #3336
Answered
by
mikerife
manuelspinheiro
asked this question in
Q&A
-
Hello, |
Beta Was this translation helpful? Give feedback.
Answered by
mikerife
Aug 7, 2024
Replies: 1 comment 6 replies
-
Sorry.. what is the material designer? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @germa89 @manuelspinheiro
It is a tool based on SpaceClaim and MAPDL. It is hosted inside of SpaceClaim so we can design a unit cube of some material (like a woven composite) then MAPDL runs a series of analyses and it puts together a continum material model.
So, it is not exactly MAPDL so no you can not use PyMAPDL to call the module. If you are a commercial customer I would suggest opening an standard technical support case. I think, but am not sure, that you can record the script using MD. Then write a WB Journal script (python) that would execute MD. And, again I think, then use a...system command from a Python script to launch WB and read the journal file.
Mike