TUT: Adjusting settings for hPoly thermo for phase change

This commit is contained in:
sergio 2022-01-07 11:37:04 -08:00 committed by Andrew Heather
parent 99b2550af2
commit 7825d24de1
5 changed files with 8 additions and 8 deletions

View File

@ -55,7 +55,7 @@ solution
constantProperties
{
rho0 1000;
T0 300;
T0 310;
Cp0 4100;
constantVolume false;
@ -510,7 +510,7 @@ proteinB 0.3;
liquidEvaporationCoeffs
{
enthalpyTransfer enthalpyDifference;
enthalpyTransfer latentHeat;//enthalpyDifference;
activeLiquids ( H2O );
}

View File

@ -96,8 +96,8 @@ H2O
}
thermodynamics
{
Hf -13423000;
Sf 10482;
Hf 0;//-13423000;
Sf 0;//10482;
CpCoeffs<8> ( 1563.1 1.604 -0.0029334 3.2168e-06 -1.1571e-09 0 0 0 );
}
transport

View File

@ -73,8 +73,8 @@ H2O
}
thermodynamics
{
Hf -13423000;
Sf 10482;
Hf 0;
Sf 0;
CpCoeffs<8> ( 1563.1 1.604 -0.0029334 3.2168e-06 -1.1571e-09 0 0 0 );
}
transport

View File

@ -169,7 +169,7 @@ subModels
liquidEvaporationCoeffs
{
enthalpyTransfer enthalpyDifference;
enthalpyTransfer latentHeat;//enthalpyDifference;
activeLiquids ( H2O );
}
}

View File

@ -77,7 +77,7 @@ PIMPLE
maxCo 2.5;
rDeltaTSmoothingCoeff 0.5;
alphaTemp 1;
alphaTemp 0.05;
maxDeltaT 1;
}