Go to the documentation of this file.
47 incompressibleTwoPhaseMixture(
U,
phi),
107 subDict(phase2Name_),
121 subDict(phase1Name_).readEntry(
"kappa", kappa1_);
122 subDict(phase2Name_).readEntry(
"kappa", kappa2_);
124 subDict(phase1Name_).readEntry(
"Cp", Cp1_);
125 subDict(phase2Name_).readEntry(
"Cp", Cp2_);
127 subDict(phase1Name_).readEntry(
"Cv", Cv1_);
128 subDict(phase2Name_).readEntry(
"Cv", Cv2_);
130 subDict(phase1Name_).readEntry(
"hf", Hf1_);
131 subDict(phase2Name_).readEntry(
"hf", Hf2_);
thermoIncompressibleTwoPhaseMixture(const volVectorField &U, const surfaceScalarField &phi)
const dimensionSet dimLength(0, 1, 0, 0, 0, 0, 0)
const dimensionSet dimEnergy
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
const dimensionSet dimMass(1, 0, 0, 0, 0, 0, 0)
GeometricField< vector, fvPatchField, volMesh > volVectorField
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
const dimensionSet dimTemperature(0, 0, 0, 1, 0, 0, 0)
defineTypeNameAndDebug(combustionModel, 0)