Mesh and periodic boundary condition in updated MOOSE #32317
Unanswered
mdh23rct
asked this question in
Q&A Modules: General
Replies: 1 comment 3 replies
-
|
Hello There were some fixes in the periodic BCs about a year ago if I recall. The fix made sure the error came out correctly when the auto BCs were not being detected. So I'm thinking the input likely did not work as expected before the update. Can you try to set up the periodic BCs differently? With the other parameters not the auto ones |
Beta Was this translation helpful? Give feedback.
3 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.
-
Dear all,

I have updated MOOSE in HPC. I tried to run an input file in updated MOOSE. However, I am getting problem with the mesh and periodic boundary condition, although the file was running error free in the OLD MOOSE version.
The errors I am getting are attached here. The errors appear, when I use the periodic boundary condition:
''[BCs]
[./Periodic]
[./All]
auto_direction = 'x y'
[../]
[../]
[] ''
When I turn off the periodic boundary condition, the errors are gone. However, the simulation get stuck and does not move after Setting Mesh.....
The mesh definition I am using:
''[Mesh]
type = GeneratedMesh
dim = 2
nx = 50
ny = 50
xmin = 0
xmax = 80
ymin = 0
ymax = 80
uniform_refine = 2
elem_type = QUAD4
parallel_type = DISTRIBUTED
[]''
Any advice from your side, what is going wrong?
Thanks, and best regards.
Beta Was this translation helpful? Give feedback.
All reactions