mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: multiphaseInter: ensure consistent Hf treatment for phases
TUT: icoReactingMultiphaseInterFoam: update thermophysicalProperties.liquid
This commit is contained in:
@ -39,7 +39,7 @@ mixture
|
||||
thermodynamics
|
||||
{
|
||||
Cp 4181;
|
||||
Hf 2.45e6;//-1.5833e7;//deltaHv 2.45e6; //[J/Kg]
|
||||
Hf -2.45e6; //[J/Kg]
|
||||
}
|
||||
transport
|
||||
{
|
||||
|
||||
@ -40,7 +40,7 @@ mixture
|
||||
thermodynamics
|
||||
{
|
||||
Cp 4181;
|
||||
Hf 2.45e6; //[J/Kg]
|
||||
Hf -2.45e6; //[J/Kg]
|
||||
}
|
||||
transport
|
||||
{
|
||||
|
||||
@ -39,7 +39,7 @@ mixture
|
||||
thermodynamics
|
||||
{
|
||||
Cp 4216;
|
||||
Hf 2.45e6;
|
||||
Hf -2.45e6;
|
||||
}
|
||||
transport
|
||||
{
|
||||
|
||||
@ -41,7 +41,7 @@ mixture
|
||||
thermodynamics
|
||||
{
|
||||
Cp 381;
|
||||
Hf 0;
|
||||
Hf 8.016e4;
|
||||
}
|
||||
transport
|
||||
{
|
||||
|
||||
@ -39,7 +39,7 @@ mixture
|
||||
thermodynamics
|
||||
{
|
||||
Cp 381;
|
||||
Hf 8.016e4;//[J/Kg];
|
||||
Hf 0; //[J/Kg];
|
||||
}
|
||||
transport
|
||||
{
|
||||
@ -48,4 +48,4 @@ mixture
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user