1 Info<< "Reading transportProperties\n" << endl;
3 IOdictionary transportProperties
17 transportProperties.lookup("nu")
21 Info<< "Reading field p\n" << endl;
36 Info<< "Reading field U\n" << endl;
50 # include "createPhi.H"
54 scalar pRefValue = 0.0;
55 setRefCell(p, mesh.solutionDict().subDict("PISO"), pRefCell, pRefValue);
58 Info<< "Reading field rAU if present\n" << endl;
66 IOobject::READ_IF_PRESENT,
71 zeroGradientFvPatchScalarField::typeName
76 const dictionary& piso = mesh.solutionDict().subDict("PISO");
78 bool momentumPredictor = true;
79 if (piso.found("momentumPredictor"))
81 momentumPredictor = Switch(piso.lookup("momentumPredictor"));
84 bool momentumPredictorSave = momentumPredictor;
85 momentumPredictor = false;
87 momentumPredictor = momentumPredictorSave;