1 Info<< "Reading transportProperties\n" << endl;
3 IOdictionary transportProperties
17 transportProperties.lookup("rho")
22 transportProperties.lookup("nu")
27 transportProperties.lookup("mu")
30 dimensionedScalar sigma
32 transportProperties.lookup("sigma")
35 Info<< "Reading field p\n" << endl;
50 Info<< "Reading field U\n" << endl;
64 # include "createPhi.H"
66 Info<< "Reading field pB\n" << endl;
81 Info<< "Reading field B\n" << endl;
96 # include "createPhiB.H"
98 dimensionedScalar DB = 1.0/(mu*sigma);
101 dimensionedScalar DBU = 1.0/(2.0*mu*rho);
106 scalar pRefValue = 0.0;
107 setRefCell(p, mesh.solutionDict().subDict("PISO"), pRefCell, pRefValue);