Skip to content

Function based application of loads/boundary conditions in PyMAPDL #1484

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

You must be logged in to vote

Hi @shekhars85 well, you can do this several ways. If you have the table and load in an APDL input file you could use the convert utility to convert it to PyMAPDL format and just copy/paste to your existing PyMAPDL model.

Or you can code this up from scratch in the PyMAPDL script and use the load_table function to send the data as a (load) table, then use that table in a load definition. See the "Lathe Cutter" model here for a simple example:

https://mapdl.docs.pyansys.com/examples/index.html

Mike

Replies: 1 comment

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
2 participants