Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev
Conflicts: src/thermophysicalModels/basic/Make/files src/thermophysicalModels/basic/basicThermo/basicThermo.C src/thermophysicalModels/basic/psiThermo/hPsiThermo/hPsiThermo.C src/thermophysicalModels/basic/psiThermo/hsPsiThermo/hsPsiThermo.C src/thermophysicalModels/basic/rhoThermo/hRhoThermo/hRhoThermo.C src/thermophysicalModels/basic/rhoThermo/hsRhoThermo/hsRhoThermo.C src/thermophysicalModels/thermalPorousZone/thermalModel/fixedTemperature/fixedTemperature.C
This commit is contained in:
@ -61,10 +61,14 @@ Foam::wordList Foam::basicThermo::heBoundaryTypes()
|
||||
{
|
||||
hbt[patchi] = gradientEnergyFvPatchScalarField::typeName;
|
||||
}
|
||||
else if (isA<mixedFvPatchScalarField>(tbf[patchi]))
|
||||
else if(isA<mixedFvPatchScalarField>(tbf[patchi]))
|
||||
{
|
||||
hbt[patchi] = mixedEnergyFvPatchScalarField::typeName;
|
||||
}
|
||||
else if (isA<temperatureJumpFvPatchScalarField>(tbf[patchi]))
|
||||
{
|
||||
hbt[patchi] = enthalpyJumpFvPatchScalarField::typeName;
|
||||
}
|
||||
}
|
||||
|
||||
return hbt;
|
||||
|
||||
Reference in New Issue
Block a user