mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Default film outer correctors to 1
This commit is contained in:
@ -445,7 +445,7 @@ kinematicSingleLayer::kinematicSingleLayer
|
||||
surfaceFilmModel(modelType, mesh, g),
|
||||
|
||||
momentumPredictor_(solution().subDict("PISO").lookup("momentumPredictor")),
|
||||
nOuterCorr_(readLabel(solution().subDict("PISO").lookup("nOuterCorr"))),
|
||||
nOuterCorr_(solution().subDict("PISO").lookupOrDefault("nOuterCorr", 1)),
|
||||
nCorr_(readLabel(solution().subDict("PISO").lookup("nCorr"))),
|
||||
nNonOrthCorr_
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user