ENH: Default film outer correctors to 1

This commit is contained in:
andy
2012-11-12 12:52:03 +00:00
parent 9961dcbf85
commit 9f128ec497

View File

@ -445,7 +445,7 @@ kinematicSingleLayer::kinematicSingleLayer
surfaceFilmModel(modelType, mesh, g), surfaceFilmModel(modelType, mesh, g),
momentumPredictor_(solution().subDict("PISO").lookup("momentumPredictor")), 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"))), nCorr_(readLabel(solution().subDict("PISO").lookup("nCorr"))),
nNonOrthCorr_ nNonOrthCorr_
( (