TUT: combustion: clean up tutorials

This commit is contained in:
Kutalmis Bercin
2021-05-28 16:47:37 +01:00
committed by Andrew Heather
parent 1a747a12ab
commit ab5c7765c4
719 changed files with 1230 additions and 91195 deletions

View File

@ -5,7 +5,6 @@
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
@ -84,4 +83,5 @@ mergePatchPairs
(
);
// ************************************************************************* //

View File

@ -5,7 +5,6 @@
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
@ -13,7 +12,6 @@ FoamFile
class dictionary;
object controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application fireFoam;
@ -56,4 +54,5 @@ maxDi 0.25;
maxDeltaT 0.01;
// ************************************************************************* //

View File

@ -12,7 +12,6 @@ FoamFile
class dictionary;
object createPatchDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
pointSync false;
@ -38,4 +37,5 @@ patches
}
);
// ************************************************************************* //

View File

@ -35,4 +35,5 @@ linearNormalCoeffs
thickness 0.001;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// ************************************************************************* //

View File

@ -37,4 +37,5 @@ linearNormalCoeffs
thickness 0.0039;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// ************************************************************************* //

View File

@ -22,4 +22,5 @@ boundary
}
}
// ************************************************************************* //

View File

@ -70,4 +70,5 @@ patches
}
);
// ************************************************************************* //

View File

@ -10,37 +10,36 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system/wallFilmRegion";
object fvSchemes;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
ddtSchemes
{
default Euler;
default Euler;
}
divSchemes
{
default none;
div(phi,Uf) Gauss upwind;
default none;
div(phi,Uf) Gauss upwind;
div(phid,deltaf) Gauss upwind;
div(phi,hf) Gauss upwind;
div(phi,hf) Gauss upwind;
}
gradSchemes
{
default Gauss linear;
default Gauss linear;
}
laplacianSchemes
{
default Gauss linear uncorrected;
default Gauss linear uncorrected;
}
snGradSchemes
{
default uncorrected;
default uncorrected;
}

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system/wallFilmRegion";
object fvSolution;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -24,6 +23,7 @@ solvers
tolerance 0;
relTol 1e-3;
}
"(Uf|deltaf\*rhof)"
{
solver PBiCGStab;
@ -31,6 +31,7 @@ solvers
tolerance 1e-10;
relTol 0;
}
deltaf
{
solver PBiCGStab;
@ -40,7 +41,6 @@ solvers
}
}
PISO
{
momentumPredictor yes;
@ -50,8 +50,8 @@ PISO
dfMin 1e-10;
}
relaxationFactors
{}
// ************************************************************************* //

View File

@ -12,7 +12,6 @@ FoamFile
class dictionary;
object topoSetDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
actions
@ -25,7 +24,6 @@ actions
box (-1 -0.00001 -0.00001) (1 1.00001 0.00001);
}
{
name f1;
type faceSet;
@ -51,4 +49,5 @@ actions
}
);
// ************************************************************************* //

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object fvSchemes;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -10,10 +10,8 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object fvSolution;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
solvers
@ -47,7 +45,6 @@ solvers
tolerance 1e-6;
relTol 0;
smoother GaussSeidel;
//nCellsInCoarsestLevel 1;
};
ph_rgh

View File

@ -16,7 +16,7 @@ FoamFile
ddtSchemes
{
default Euler;
default Euler;
}
gradSchemes
@ -43,7 +43,7 @@ interpolationSchemes
snGradSchemes
{
default uncorrected;
default uncorrected;
}

View File

@ -32,14 +32,13 @@ solvers
relTol 0;
}
"rho|rhot"
"(rho|rhot)"
{
solver PCG;
preconditioner DIC;
tolerance 0;
relTol 0;
};
}
SIMPLE
@ -55,4 +54,5 @@ relaxationFactors
}
}
// ************************************************************************* //

View File

@ -12,7 +12,6 @@ FoamFile
class dictionary;
object topoSetDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
actions
@ -25,7 +24,6 @@ actions
box (-0.1 -2.1 -0.1)(0.201 2.51 0.01);
}
{
name coupledWall;
type faceSet;
@ -43,4 +41,5 @@ actions
}
);
// ************************************************************************* //