1 Info<< "\nReading transportProperties\n" << endl;
3 IOdictionary transportProperties
18 transportProperties.lookup("nu")
22 dimensionedScalar rhoFluid
24 transportProperties.lookup("rho")
28 Info<< "Reading field p\n" << endl;
43 Info<< "Reading field U\n" << endl;
57 # include "createPhi.H"
60 scalar pRefValue = 0.0;
61 setRefCell(p, mesh.solutionDict().subDict("PISO"), pRefCell, pRefValue);
63 // pRefCell = mesh.findNearestCell(vector(0,0.205,0));
64 // Info << "Ref. cell: " << pRefCell << endl;
65 // Info << "Ref. cell position: " << mesh.C()[pRefCell] << endl;