1 const fvMesh& mesh = fluidRegions[i];
3 basicRhoThermo& thermo = thermoFluid[i];
4 volScalarField& rho = rhoFluid[i];
5 volScalarField& K = KFluid[i];
6 volVectorField& U = UFluid[i];
7 surfaceScalarField& phi = phiFluid[i];
9 compressible::turbulenceModel& turb = turbulence[i];
11 volScalarField& p = thermo.p();
12 const volScalarField& psi = thermo.psi();
13 volScalarField& h = thermo.h();
15 const dimensionedScalar initialMass
22 radiation::radiationModel& rad = radiation[i];
24 const label pRefCell = pRefCellFluid[i];
25 const scalar pRefValue = pRefValueFluid[i];
27 volScalarField& p_rgh = p_rghFluid[i];
28 const volScalarField& gh = ghFluid[i];
29 const surfaceScalarField& ghf = ghfFluid[i];