Abaqus input file in MOOSE #21812
-
Hi everyone,I am very new to the MOOSE software and I want to extract the mesh obtained in ABAQUS to input it as a MOOSE generated file input to create the mesh and elements? or can you tell me how to use the ABAQUS model with mesh elements in moose, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
You can use |
Beta Was this translation helpful? Give feedback.
-
You can either check the example of an .e file and check similarly to convert your .inp into it. |
Beta Was this translation helpful? Give feedback.
You can use
file = YourAbaqus.inp
in the[Mesh]
block to load the geometry into MOOSE. There is no way (yet) of generating the entire input file from the (i.e. loading conditions, constitutive model parameters). You'll have to manually build the input. In many cases this is straight forward, especially since we offer support for Abaqus UMAT plugins.