MRG: Integrated Foundation code to commit 7d6845d

This commit is contained in:
Andrew Heather
2017-03-23 14:33:33 +00:00
595 changed files with 7175 additions and 11727 deletions

View File

@ -30,7 +30,6 @@ mixture
{
specie
{
nMoles 1;
molWeight 28.9;
}
thermodynamics

View File

@ -15,6 +15,21 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
thermoType
{
type heRhoThermo;
mixture pureMixture;
properties liquid;
energy sensibleInternalEnergy;
}
mixture
{
H2O;
}
/*
thermoType
{
type heRhoThermo;
@ -30,7 +45,6 @@ mixture
{
specie
{
nMoles 1;
molWeight 18.0;
}
equationOfState
@ -49,6 +63,7 @@ mixture
Pr 2.289;
}
}
*/
// ************************************************************************* //

View File

@ -29,15 +29,15 @@ deltaT 0.0001;
writeControl adjustableRunTime;
writeInterval 0.005;
writeInterval 0.01;
purgeWrite 0;
writeFormat ascii;
writeFormat binary;
writePrecision 8;
writeCompression compressed;
writeCompression off;
timeFormat general;
@ -47,10 +47,9 @@ runTimeModifiable yes;
adjustTimeStep yes;
maxCo 0.25;
maxCo 0.5;
maxAlphaCo 0.5;
maxDeltaT 1;
maxAlphaCo 1;
// ************************************************************************* //

View File

@ -17,11 +17,19 @@ FoamFile
solvers
{
alpha.water
"alpha.water.*"
{
nAlphaCorr 1;
nAlphaSubCycles 1;
nAlphaSubCycles 2;
cAlpha 1;
MULESCorr no;
nLimiterIter 5;
solver smoothSolver;
smoother symGaussSeidel;
tolerance 1e-8;
relTol 0;
}
".*(rho|rhoFinal)"

View File

@ -30,7 +30,6 @@ mixture
{
specie
{
nMoles 1;
molWeight 28.9;
}
thermodynamics

View File

@ -30,7 +30,6 @@ mixture
{
specie
{
nMoles 1;
molWeight 18.0;
}
equationOfState

View File

@ -29,7 +29,7 @@ deltaT 0.0001;
writeControl adjustableRunTime;
writeInterval 0.005;
writeInterval 0.01;
purgeWrite 0;
@ -47,10 +47,9 @@ runTimeModifiable yes;
adjustTimeStep yes;
maxCo 0.25;
maxCo 0.5;
maxAlphaCo 0.5;
maxDeltaT 1;
maxAlphaCo 1;
// ************************************************************************* //

View File

@ -17,11 +17,19 @@ FoamFile
solvers
{
alpha.water
"alpha.water.*"
{
nAlphaCorr 1;
nAlphaSubCycles 1;
nAlphaSubCycles 2;
cAlpha 1;
MULESCorr no;
nLimiterIter 5;
solver smoothSolver;
smoother symGaussSeidel;
tolerance 1e-8;
relTol 0;
}
pcorr