MRG: Integrated Foundation code to commit ba4dbed

This commit is contained in:
Andrew Heather
2017-03-23 12:11:49 +00:00
157 changed files with 1051 additions and 1718 deletions

View File

@ -23,8 +23,6 @@ chemistryType
chemistry off;
turbulentReaction off;
initialChemicalTimeStep 1e-07;

View File

@ -90,6 +90,7 @@ tabulation
otherSpecies 1;
Temperature 2500;
Pressure 1e15;
deltaT 1;
}
// Maximum number of leafs stored in the binary tree

View File

@ -87,14 +87,14 @@ addLayersControls
}
meshQualityControls
{
}
{}
writeFlags
(
scalarLevels
layerSets
layerFields
noRefinement
// scalarLevels
// layerSets
// layerFields
);
mergeTolerance 1e-6;

View File

@ -19,11 +19,9 @@ combustionModel PaSR<psiChemistryCombustion>;
active true;
PaSRCoeffs
{
Cmix 1.0;
turbulentReaction on;
}

View File

@ -22,7 +22,6 @@ active false;
PaSRCoeffs
{
Cmix 1.0;
turbulentReaction on;
}

View File

@ -15,15 +15,12 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel PaSR<psiChemistryCombustion>;
combustionModel laminar<psiChemistryCombustion>;
active false;
PaSRCoeffs
{
Cmix 1.0;
turbulentReaction off;
}
laminarCoeffs
{}
// ************************************************************************* //

View File

@ -15,15 +15,12 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel PaSR<psiChemistryCombustion>;
combustionModel laminar<psiChemistryCombustion>;
active false;
PaSRCoeffs
{
Cmix 1.0;
turbulentReaction off;
}
laminarCoeffs
{}
// ************************************************************************* //

View File

@ -15,15 +15,12 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel PaSR<psiChemistryCombustion>;
combustionModel laminar<psiChemistryCombustion>;
active false;
PaSRCoeffs
{
Cmix 1.0;
turbulentReaction off;
}
laminarCoeffs
{}
// ************************************************************************* //

View File

@ -15,15 +15,12 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel PaSR<rhoChemistryCombustion>;
combustionModel laminar<rhoChemistryCombustion>;
active false;
PaSRCoeffs
{
Cmix 1.0;
turbulentReaction off;
}
laminarCoeffs
{}
// ************************************************************************* //

View File

@ -15,15 +15,12 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel PaSR<rhoChemistryCombustion>;
combustionModel laminar<rhoChemistryCombustion>;
active false;
PaSRCoeffs
{
Cmix 1.0;
turbulentReaction off;
}
laminarCoeffs
{}
// ************************************************************************* //

View File

@ -15,15 +15,12 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel PaSR<rhoChemistryCombustion>;
combustionModel laminar<rhoChemistryCombustion>;
active false;
PaSRCoeffs
{
Cmix 1.0;
turbulentReaction off;
}
laminarCoeffs
{}
// ************************************************************************* //

View File

@ -15,15 +15,12 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel PaSR<rhoChemistryCombustion>;
combustionModel laminar<rhoChemistryCombustion>;
active false;
PaSRCoeffs
{
Cmix 0.1;
turbulentReaction off;
}
laminarCoeffs
{}
// ************************************************************************* //

View File

@ -15,15 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel PaSR<rhoChemistryCombustion>;
combustionModel laminar<rhoChemistryCombustion>;
active false;
PaSRCoeffs
{
Cmix 0.1;
turbulentReaction off;
}
laminarCoeffs
{}
// ************************************************************************* //

View File

@ -22,7 +22,6 @@ active yes;
PaSRCoeffs
{
Cmix 1.0;
turbulentReaction yes;
}

View File

@ -20,7 +20,7 @@ solvers
"alpha.*"
{
nAlphaSubCycles 4;
cAlpha 2;
cAlpha 1;
}
pcorr

View File

@ -21,7 +21,7 @@ solvers
{
nAlphaCorr 1;
nAlphaSubCycles 3;
cAlpha 1.5;
cAlpha 1;
}
pcorr

View File

@ -21,7 +21,7 @@ solvers
{
nAlphaCorr 1;
nAlphaSubCycles 4;
cAlpha 2;
cAlpha 1;
}
pcorr

View File

@ -24,7 +24,7 @@ solvers
cAlpha 1;
MULESCorr yes;
nLimiterIter 3;
nLimiterIter 5;
solver smoothSolver;
smoother symGaussSeidel;

View File

@ -20,7 +20,7 @@ solvers
"alpha.*"
{
nAlphaSubCycles 4;
cAlpha 2;
cAlpha 1;
}
pcorr

View File

@ -20,7 +20,7 @@ solvers
"alpha.*"
{
nAlphaSubCycles 4;
cAlpha 2;
cAlpha 1;
}
pcorr

View File

@ -21,7 +21,7 @@ solvers
{
nAlphaCorr 4;
nAlphaSubCycles 4;
cAlpha 2;
cAlpha 1;
}
pcorr

View File

@ -15,22 +15,19 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel PaSR<rhoChemistryCombustion>;
combustionModel PaSR<rhoChemistryCombustion>;
active true;
active true;
laminarCoeffs
{
}
{}
noCombustionCoeffs
{
}
{}
PaSRCoeffs
{
Cmix 1.0;
turbulentReaction yes;
}
// ************************************************************************* //

View File

@ -15,9 +15,9 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel PaSR<rhoChemistryCombustion>;
combustionModel PaSR<rhoChemistryCombustion>;
active false;
active false;
laminarCoeffs
{}
@ -28,7 +28,6 @@ noCombustionCoeffs
PaSRCoeffs
{
Cmix 1.0;
turbulentReaction yes;
}
// ************************************************************************* //

View File

@ -15,9 +15,9 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel PaSR<rhoChemistryCombustion>;
combustionModel PaSR<rhoChemistryCombustion>;
active false;
active false;
laminarCoeffs
{}
@ -28,7 +28,6 @@ noCombustionCoeffs
PaSRCoeffs
{
Cmix 1.0;
turbulentReaction yes;
}
// ************************************************************************* //