Cleaned dbnsFoam, dbnsTurbFoam, rhoCentralFoam tutorials (backports)

This commit is contained in:
Vanja Skuric 2016-05-08 14:55:17 +02:00
parent f609442e99
commit bb0cb435e5
9 changed files with 11 additions and 41 deletions

View file

@ -47,9 +47,4 @@ snGradSchemes
default corrected;
}
fluxRequired
{
default no;
}
// ************************************************************************* //

View file

@ -39,7 +39,4 @@ interpolationSchemes
snGradSchemes
{}
fluxRequired
{}
// ************************************************************************* //

View file

@ -39,7 +39,4 @@ interpolationSchemes
snGradSchemes
{}
fluxRequired
{}
// ************************************************************************* //

View file

@ -32,8 +32,6 @@ divSchemes
div(phi,epsilon) Gauss upwind;
div(devRhoReff) Gauss linear;
div((devRhoReff&U)) Gauss linear;
div((muEff*dev2(grad(U).T()))) Gauss linear;
}
laplacianSchemes
@ -56,11 +54,6 @@ snGradSchemes
default corrected;
}
fluxRequired
{
default no;
}
relaxationFactors
{
k 0.7;

View file

@ -1,9 +1,9 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.2 |
| \\ / O peration | Version: 4.0 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
| \\/ M anipulation | For copyright notice see file Copyright |
\*---------------------------------------------------------------------------*/
FoamFile
{

View file

@ -1,9 +1,9 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.2 |
| \\ / O peration | Version: 4.0 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
| \\/ M anipulation | For copyright notice see file Copyright |
\*---------------------------------------------------------------------------*/
FoamFile
{
@ -20,35 +20,30 @@ FoamFile
inlet
{
type patch;
physicalType supersonicInlet;
nFaces 80;
startFace 31936;
}
outlet
{
type patch;
physicalType pressureTransmissiveOutlet;
nFaces 64;
startFace 32016;
}
bottom
{
type symmetryPlane;
physicalType symmetryPlane;
nFaces 48;
startFace 32080;
}
top
{
type symmetryPlane;
physicalType symmetryPlane;
nFaces 240;
startFace 32128;
}
obstacle
{
type patch;
physicalType adiabaticWall;
nFaces 208;
startFace 32368;
}

View file

@ -1,9 +1,9 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.2 |
| \\ / O peration | Version: 4.0 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
| \\/ M anipulation | For copyright notice see file Copyright |
\*---------------------------------------------------------------------------*/
FoamFile
{
@ -19,36 +19,31 @@ FoamFile
(
top
{
type patch;
physicalType inlet;
type wall;
nFaces 60;
startFace 3510;
}
inlet
{
type patch;
physicalType supersonicInlet;
nFaces 30;
startFace 3570;
}
outlet
{
type patch;
physicalType extrapolatedOutlet;
nFaces 30;
startFace 3600;
}
bottom
{
type symmetryPlane;
physicalType symmetryPlane;
nFaces 60;
startFace 3630;
}
frontAndBack
{
type empty;
physicalType empty;
nFaces 3600;
startFace 3690;
}

View file

@ -1,9 +1,9 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.2 |
| \\ / O peration | Version: 4.0 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
| \\/ M anipulation | For copyright notice see file Copyright |
\*---------------------------------------------------------------------------*/
FoamFile
{
@ -20,14 +20,12 @@ FoamFile
sides
{
type patch;
physicalType outletAdiabatic;
nFaces 2;
startFace 99;
}
empty
{
type empty;
physicalType empty;
nFaces 400;
startFace 101;
}

View file

@ -1,9 +1,9 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.2 |
| \\ / O peration | Version: 4.0 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
| \\/ M anipulation | For copyright notice see file Copyright |
\*---------------------------------------------------------------------------*/
FoamFile
{