mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: generalise masterCoarsest restart (GAMG)
This commit is contained in:
@ -20,7 +20,11 @@ runParallel $(getApplication)
|
||||
foamDictionary -entry solvers.p.processorAgglomerator -set 'masterCoarsest' system/fvSolution
|
||||
runParallel -s masterCoarsest $(getApplication)
|
||||
|
||||
#- Run with processorAgglomerator - multiple masters
|
||||
#- Run with processorAgglomerator+nCellsInMasterLevel
|
||||
foamDictionary -entry solvers.p.nCellsInMasterLevel -set '1' system/fvSolution
|
||||
runParallel -s nCellsInMasterLevel $(getApplication)
|
||||
|
||||
#- Run with processorAgglomerator - multiple masters
|
||||
foamDictionary -entry solvers.p.nMasters -set '2' system/fvSolution
|
||||
runParallel -s masterCoarsest2 $(getApplication)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user