tutorials/reactingTwoPhaseEulerFoam/.../titaniaSynthesis: Corrected parameters and fixed file permissions

Patch contributed by Institute of Fluid Dynamics, Helmholtz-Zentrum Dresden -
Rossendorf (HZDR) and VTT Technical Research Centre of Finland Ltd.
This commit is contained in:
Will Bainbridge
2019-09-09 09:27:05 +01:00
parent 99fc24102f
commit d4042c0e49
8 changed files with 11 additions and 7 deletions

View File

@ -37,7 +37,7 @@ boundaryField
wall
{
type slip;
type noSlip;
}
}

View File

@ -25,6 +25,7 @@ species
N2
);
// Data from NASA Technical Memorandum 4513
Ar
{
specie
@ -135,15 +136,15 @@ Cl2
{
specie
{
molWeight 35.45270;
molWeight 70.90540;
}
thermodynamics
{
Tlow 200;
Thigh 6000;
Tcommon 1000;
highCpCoeffs ( 2.94658358e+00 -3.85985408e-04 1.36139388e-07 -2.17032923e-11 1.28751025e-15 1.36970327e+04 3.11330136e+00 );
lowCpCoeffs ( 2.26062480e+00 1.54154399e-03 -6.80283622e-07 -1.59972975e-09 1.15416636e-12 1.38552986e+04 6.57020799e+00 );
highCpCoeffs ( 4.74727508e+00 -4.88581710e-04 2.68444871e-07 -2.43476083e-11 -1.03683148e-15 -1.51101862e+03 -3.44551305e-01 );
lowCpCoeffs ( 2.73638114e+00 7.83525799e-03 -1.45104963e-05 1.25730834e-08 -4.13247145e-12 -1.05880114e+03 9.44555879e+00 );
}
transport
{

View File

@ -38,6 +38,7 @@ solvers
preconditioner DIC;
tolerance 1e-7;
relTol 0;
minIter 1;
maxIter 20;
}
@ -73,6 +74,7 @@ solvers
tolerance 1e-7;
relTol 0;
residualAlpha 1e-5;
minIter 1;
}
}