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/transientDyMFoam/readBlockSolverControls.H

29 lines
477 B
C++

{
dictionary blockSolverDict = mesh.solutionDict().subDict("blockSolver");
setRefCell
(
p,
blockSolverDict,
pRefCell,
pRefValue
);
blockSolverDict.readIfPresent
(
"nOuterCorrectors",
nOuterCorrectors
);
blockSolverDict.readIfPresent
(
"correctPhi",
correctPhi
);
blockSolverDict.readIfPresent
(
"checkMeshCourantNo",
checkMeshCourantNo
);
}