FreeFOAM The Cross-Platform CFD Toolkit
setRegionFluidFields.H
Go to the documentation of this file.
1  const fvMesh& mesh = fluidRegions[i];
2 
3  basicRhoThermo& thermo = thermoFluid[i];
8 
9  compressible::turbulenceModel& turb = turbulence[i];
10 
12  const volScalarField& psi = thermo.psi();
14 
16  (
17  "initialMass",
18  dimMass,
20  );
21 
22  const label pRefCell = pRefCellFluid[i];
23  const scalar pRefValue = pRefValueFluid[i];
24 
26  const volScalarField& gh = ghFluid[i];