Solvers: Updated to solve EEqn rather than h,hs,eEqn

This commit is contained in:
Henry
2012-09-22 16:34:20 +01:00
parent 790409ae2b
commit 78121bac4a
215 changed files with 13149 additions and 1094 deletions

View File

@ -38,6 +38,7 @@ FoamFile
frontAndBack
{
type empty;
inGroups 1(empty);
nFaces 8000;
startFace 8140;
}

View File

@ -0,0 +1,58 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
6
(
front
{
type wall;
nFaces 700;
startFace 63400;
}
back
{
type wall;
nFaces 700;
startFace 64100;
}
wall
{
type wall;
nFaces 1400;
startFace 64800;
}
porosityWall
{
type wall;
nFaces 1600;
startFace 66200;
}
inlet
{
type patch;
nFaces 400;
startFace 67800;
}
outlet
{
type patch;
nFaces 400;
startFace 68200;
}
)
// ************************************************************************* //

View File

@ -32,6 +32,7 @@ FoamFile
frontAndBack
{
type empty;
inGroups 1(empty);
nFaces 800;
startFace 840;
}

View File

@ -38,6 +38,7 @@ FoamFile
frontAndBack
{
type empty;
inGroups 1(empty);
nFaces 8000;
startFace 8140;
}

View File

@ -20,12 +20,14 @@ FoamFile
back
{
type symmetryPlane;
inGroups 1(symmetryPlane);
nFaces 9340;
startFace 265900;
}
front
{
type symmetryPlane;
inGroups 1(symmetryPlane);
nFaces 9340;
startFace 275240;
}

View File

@ -15,7 +15,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
psiChemistryModel ODEChemistryModel<gasThermoPhysics>;
rhoChemistryModel ODEChemistryModel<gasThermoPhysics>;
chemistry off;

View File

@ -15,7 +15,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel PaSR<psiChemistryCombustion>;
combustionModel PaSR<rhoChemistryCombustion>;
active false;

View File

@ -26,6 +26,7 @@ FoamFile
frontAndBack
{
type empty;
inGroups 1(empty);
nFaces 800;
startFace 840;
}

View File

@ -66,6 +66,8 @@ constantProperties
Pr 0.7;
Tvap 273;
Tbp 373;
LDevol 0;
hRetentionCoeff 1;
constantVolume false;
}
@ -107,10 +109,14 @@ subModels
heatTransferModel RanzMarshall;
compositionModel singlePhaseMixture;
compositionModel singleMixtureFraction;
phaseChangeModel liquidEvaporation;
devolatilisationModel none;
surfaceReactionModel none;
surfaceFilmModel none;
radiation off;
@ -125,15 +131,24 @@ subModels
BirdCorrection true;
}
singlePhaseMixtureCoeffs
singleMixtureFractionCoeffs
{
phases
(
gas
{
}
liquid
{
H2O 1;
}
solid
{
}
);
YGasTot0 0;
YLiquidTot0 1;
YSolidTot0 0;
}
liquidEvaporationCoeffs

View File

@ -15,7 +15,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
thermoType hePsiReactionThermo<reactingMixture<gasThermoPhysics>>;
thermoType heRhoReactionThermo<reactingMixture<gasThermoPhysics>>;
chemistryReader foamChemistryReader;

View File

@ -36,7 +36,7 @@ divSchemes
div(phi,epsilon) Gauss upwind;
div(U) Gauss linear;
div((muEff*dev2(T(grad(U))))) Gauss linear;
div(phi,Yi_hs) Gauss upwind;
div(phi,Yi_h) Gauss upwind;
}
laplacianSchemes

View File

@ -76,16 +76,21 @@ solvers
PIMPLE
{
transonic no;
nOuterCorrectors 1;
nCorrectors 2;
nNonOrthogonalCorrectors 0;
momentumPredictor yes;
}
additional
{
solveSpecies true;
}
relaxationFactors
{
fields
{
".*Final" 1;
}
equations
{

View File

@ -38,6 +38,7 @@ FoamFile
cycLeft_half0
{
type cyclic;
inGroups 1(cyclic);
nFaces 20;
startFace 3506;
matchTolerance 0.0001;
@ -46,6 +47,7 @@ FoamFile
cycLeft_half1
{
type cyclic;
inGroups 1(cyclic);
nFaces 20;
startFace 3526;
matchTolerance 0.0001;
@ -54,6 +56,7 @@ FoamFile
cycRight_half0
{
type cyclic;
inGroups 1(cyclic);
nFaces 20;
startFace 3546;
matchTolerance 0.0001;
@ -62,6 +65,7 @@ FoamFile
cycRight_half1
{
type cyclic;
inGroups 1(cyclic);
nFaces 20;
startFace 3566;
matchTolerance 0.0001;
@ -70,6 +74,7 @@ FoamFile
frontAndBack
{
type empty;
inGroups 1(empty);
nFaces 3440;
startFace 3586;
}

View File

@ -16,6 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
thermoType heRhoReactionThermo<reactingMixture<icoPoly8ThermoPhysics>>;
dpdt no;
chemistryReader foamChemistryReader;

View File

@ -15,7 +15,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application porousExplicitSourceReactingParcelFoam;
application reactingParcelFoam;
startFrom startTime;

View File

@ -85,14 +85,12 @@ PIMPLE
additional
{
pressureWorkTimeDerivative false;
}
relaxationFactors
{
fields
{
".*Final" 1;
}
equations
{

View File

@ -38,12 +38,14 @@ FoamFile
back
{
type symmetryPlane;
inGroups 1(symmetryPlane);
nFaces 25;
startFace 400;
}
front
{
type symmetryPlane;
inGroups 1(symmetryPlane);
nFaces 25;
startFace 425;
}

View File

@ -16,6 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
thermoType heRhoReactionThermo<reactingMixture<icoPoly8ThermoPhysics>>;
dpdt no;
chemistryReader foamChemistryReader;

View File

@ -15,7 +15,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application porousExplicitSourceReactingParcelFoam;
application reactingParcelFoam;
startFoam startTime;

View File

@ -84,14 +84,12 @@ PIMPLE
additional
{
pressureWorkTimeDerivative false;
}
relaxationFactors
{
fields
{
".*" 1;
}
equations
{

Some files were not shown because too many files have changed in this diff Show More