1 Info<< "Reading thermophysical properties\n" << endl;
3 Info<< "Reading field T\n" << endl;
17 Info<< "Reading field p_rgh\n" << endl;
31 Info<< "Reading field U\n" << endl;
45 #include "createPhi.H"
47 #include "readTransportProperties.H"
49 Info<< "Creating turbulence model\n" << endl;
50 autoPtr<incompressible::RASModel> turbulence
52 incompressible::RASModel::New(U, phi, laminarTransport)
55 // Kinematic density for buoyancy force
67 // kinematic turbulent thermal thermal conductivity m2/s
68 Info<< "Reading field kappat\n" << endl;
82 Info<< "Calculating field g.h\n" << endl;
83 volScalarField gh("gh", g & mesh.C());
84 surfaceScalarField ghf("ghf", g & mesh.Cf());
100 scalar pRefValue = 0.0;
105 mesh.solutionDict().subDict("SIMPLE"),
110 if (p_rgh.needReference())
112 p += dimensionedScalar
116 pRefValue - getRefCellValue(p, pRefCell)