twoPhaseEulerFoam/phaseModel: Make consistent with compressibleTwoPhaseEulerFoam

This commit is contained in:
Henry
2012-03-19 11:56:22 +00:00
parent 7841318b76
commit 6056c00f28

View File

@ -43,14 +43,20 @@ Foam::phaseModel::phaseModel
name_(phaseName),
d_
(
"d",
dimLength,
dict_.lookup("d")
),
nu_
(
"nu",
dimensionSet(0, 2, -1, 0, 0),
dict_.lookup("nu")
),
rho_
(
"rho",
dimDensity,
dict_.lookup("rho")
),
U_