Generalized Plane Strain in the new Lagrangian Kernel System #32163
Unanswered
pbandil
asked this question in
Q&A Modules: Solid mechanics
Replies: 1 comment
-
|
Hello I think by manually it means to not use the Physics at all.
and work from the second one to include the generalized plane strain manually. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Developers,
I have written a custom material (inherited from computeQpPK2Stress, similar to ComputeNeoHookeanStress). I am using the new Lagrangian kernel system within the solid mechanics module. I now want to use generalized plane strain for my problem, and when I use the feature planar_formulation within the Quasistatic block, it throws an error stating that generalized plane strain is not supported when new_system = true.
It says that I need to do that manually. I modified my Physics block to the following:
It then gives the following errors:
The following occurred in the Problem 'MOOSE Problem' of type FEProblem.
Material property 'Jacobian_mult', requested by 'gpsGeneralizedPlaneStrainOffDiag_disp0' is not defined on block 0
Material property 'Jacobian_mult', requested by 'gpsGeneralizedPlaneStrainOffDiag_disp1' is not defined on block 0
Material property 'Jacobian_mult', requested by 'gps_GeneralizedPlaneStrainUserObject' is not defined on block 0
Material property 'stress', requested by 'gps_GeneralizedPlaneStrainUserObject' is not defined on block 0
#######################################################################################
I assume I need to make some changes to my custom material code, but I don't know what needs to be done precisely to run the generalized plane strain model. Please help. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions