ENH: multiphaseInter: ensure consistent Hf treatment for phases

TUT: icoReactingMultiphaseInterFoam: update thermophysicalProperties.liquid
This commit is contained in:
sergio
2022-04-26 14:05:16 -07:00
committed by Kutalmis Bercin
parent 0f0a5c5c0f
commit d91fe9a6ac
9 changed files with 15 additions and 15 deletions

View File

@ -39,7 +39,7 @@ mixture
thermodynamics
{
Cp 4181;
Hf 2.45e6;//-1.5833e7;//deltaHv 2.45e6; //[J/Kg]
Hf -2.45e6; //[J/Kg]
}
transport
{

View File

@ -40,7 +40,7 @@ mixture
thermodynamics
{
Cp 4181;
Hf 2.45e6; //[J/Kg]
Hf -2.45e6; //[J/Kg]
}
transport
{

View File

@ -39,7 +39,7 @@ mixture
thermodynamics
{
Cp 4216;
Hf 2.45e6;
Hf -2.45e6;
}
transport
{

View File

@ -41,7 +41,7 @@ mixture
thermodynamics
{
Cp 381;
Hf 0;
Hf 8.016e4;
}
transport
{

View File

@ -39,7 +39,7 @@ mixture
thermodynamics
{
Cp 381;
Hf 8.016e4;//[J/Kg];
Hf 0; //[J/Kg];
}
transport
{
@ -48,4 +48,4 @@ mixture
}
// ************************************************************************* //
// ************************************************************************* //