mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: Adjusting settings for hPoly thermo for phase change
This commit is contained in:
@ -55,7 +55,7 @@ solution
|
|||||||
constantProperties
|
constantProperties
|
||||||
{
|
{
|
||||||
rho0 1000;
|
rho0 1000;
|
||||||
T0 300;
|
T0 310;
|
||||||
Cp0 4100;
|
Cp0 4100;
|
||||||
|
|
||||||
constantVolume false;
|
constantVolume false;
|
||||||
@ -510,7 +510,7 @@ proteinB 0.3;
|
|||||||
|
|
||||||
liquidEvaporationCoeffs
|
liquidEvaporationCoeffs
|
||||||
{
|
{
|
||||||
enthalpyTransfer enthalpyDifference;
|
enthalpyTransfer latentHeat;//enthalpyDifference;
|
||||||
|
|
||||||
activeLiquids ( H2O );
|
activeLiquids ( H2O );
|
||||||
}
|
}
|
||||||
|
|||||||
@ -96,8 +96,8 @@ H2O
|
|||||||
}
|
}
|
||||||
thermodynamics
|
thermodynamics
|
||||||
{
|
{
|
||||||
Hf -13423000;
|
Hf 0;//-13423000;
|
||||||
Sf 10482;
|
Sf 0;//10482;
|
||||||
CpCoeffs<8> ( 1563.1 1.604 -0.0029334 3.2168e-06 -1.1571e-09 0 0 0 );
|
CpCoeffs<8> ( 1563.1 1.604 -0.0029334 3.2168e-06 -1.1571e-09 0 0 0 );
|
||||||
}
|
}
|
||||||
transport
|
transport
|
||||||
|
|||||||
@ -73,8 +73,8 @@ H2O
|
|||||||
}
|
}
|
||||||
thermodynamics
|
thermodynamics
|
||||||
{
|
{
|
||||||
Hf -13423000;
|
Hf 0;
|
||||||
Sf 10482;
|
Sf 0;
|
||||||
CpCoeffs<8> ( 1563.1 1.604 -0.0029334 3.2168e-06 -1.1571e-09 0 0 0 );
|
CpCoeffs<8> ( 1563.1 1.604 -0.0029334 3.2168e-06 -1.1571e-09 0 0 0 );
|
||||||
}
|
}
|
||||||
transport
|
transport
|
||||||
|
|||||||
@ -169,7 +169,7 @@ subModels
|
|||||||
|
|
||||||
liquidEvaporationCoeffs
|
liquidEvaporationCoeffs
|
||||||
{
|
{
|
||||||
enthalpyTransfer enthalpyDifference;
|
enthalpyTransfer latentHeat;//enthalpyDifference;
|
||||||
activeLiquids ( H2O );
|
activeLiquids ( H2O );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -77,7 +77,7 @@ PIMPLE
|
|||||||
|
|
||||||
maxCo 2.5;
|
maxCo 2.5;
|
||||||
rDeltaTSmoothingCoeff 0.5;
|
rDeltaTSmoothingCoeff 0.5;
|
||||||
alphaTemp 1;
|
alphaTemp 0.05;
|
||||||
maxDeltaT 1;
|
maxDeltaT 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user