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];
11 
13  const volScalarField& psi = thermo.psi();
15 
17  const volScalarField& gh = ghFluid[i];
19 
21  (
22  "initialMass",
23  dimMass,
25  );