This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/applications/solvers/coupled/MRFPorousFoam/readBlockSolverControls.H

17 lines
305 B
C++
Raw Normal View History

2015-04-27 14:34:02 +00:00
label pRefCell = 0;
scalar pRefValue = 0;
2017-06-16 11:39:53 +00:00
2015-04-27 14:34:02 +00:00
setRefCell
(
p,
mesh.solutionDict().subDict("blockSolver"),
pRefCell,
pRefValue
);
mesh.solutionDict().subDict("blockSolver").readIfPresent
(
"convergence",
convergenceCriterion
);