mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Added change missed during commit 9f128ec
This commit is contained in:
@ -61,7 +61,7 @@ bool kinematicSingleLayer::read()
|
||||
{
|
||||
const dictionary& solution = this->solution().subDict("PISO");
|
||||
solution.lookup("momentumPredictor") >> momentumPredictor_;
|
||||
solution.lookup("nOuterCorr") >> nOuterCorr_;
|
||||
solution.readIfPresent("nOuterCorr", nOuterCorr_);
|
||||
solution.lookup("nCorr") >> nCorr_;
|
||||
solution.lookup("nNonOrthCorr") >> nNonOrthCorr_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user