1 Info<< "Reading field p\n" << endl;
15 p.internalField() = 0;
17 Info<< "Reading field U\n" << endl;
31 if (args.optionFound("resetU"))
33 U.internalField() = vector::zero;
36 surfaceScalarField phi
46 fvc::interpolate(U) & mesh.Sf()
51 scalar pRefValue = 0.0;
52 setRefCell(p, mesh.solutionDict().subDict("SIMPLE"), pRefCell, pRefValue);
53 mesh.schemesDict().setFluxRequired(p.name());