1 Info << "Reading field p\n" << endl;
15 Info<< "Reading field Urel\n" << endl;
29 Info<< "Reading/calculating face flux field phi\n" << endl;
30 surfaceScalarField phi
37 IOobject::READ_IF_PRESENT,
40 linearInterpolate(Urel) & mesh.Sf()
44 scalar pRefValue = 0.0;
45 setRefCell(p, mesh.solutionDict().subDict("SIMPLE"), pRefCell, pRefValue);
47 singlePhaseTransportModel laminarTransport(Urel, phi);
49 autoPtr<incompressible::RASModel> turbulence
51 incompressible::RASModel::New(Urel, phi, laminarTransport)
54 Info<< "Creating SRF model\n" << endl;
55 autoPtr<SRF::SRFModel> SRF
57 SRF::SRFModel::New(Urel)
60 // Create Uabs as a permanent field to make it available for on-the-fly
61 // post-processing operations