Contact Block Error in MultiApp Environment #31388
-
|
Problem Description: I'm encountering a "contact block error" when running a contact simulation as a sub-application in a stochastic analysis. The problem is that my input file works perfectly when run standalone, but fails when executed as a sub-app in a MultiApp environment. Setup: Error Message: sub0: *** ERROR ***
sub0: /home/_username_/Simulation/ailuro/problems/2d_indenter/indenter_rz_fine.i:106.3:
sub0: Contact/contact/block: the following blocks (ids) do not exist on the mesh: contact_secondary_subdomain (65535)
sub0: Blocks names (resp. ids) that do exist: , (1, 2)stochastic_tool_test.i indenter_rz_fine.i indenter_rz_fine_bigsideset.e located in moose's official repository |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Hello Yes this is not normal. The mesh generation is not happening as expected. You can work around this I think using in the multiapp input file |
Beta Was this translation helpful? Give feedback.
That s the patch
#31398
thanks for reporting