mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: (un)refinement: combine topochange+motion. Fixes #2492
Explicitly unset the mesh.moving flag whilst doing the topo change.
This commit is contained in:
@ -10,4 +10,7 @@ cd "${0%/*}" || exit # Run from this directory
|
||||
runApplication decomposePar
|
||||
runParallel $(getApplication)
|
||||
|
||||
runApplication reconstructParMesh
|
||||
runApplication reconstructPar
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user