fixed bad fvSolution entries for tutorial cases

- rhoCentralFoam
This commit is contained in:
Mark Olesen
2009-08-01 13:31:50 +02:00
parent b8c4e1f49e
commit 8d78978645
6 changed files with 29 additions and 96 deletions

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.6 | | \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org | | \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -17,17 +17,7 @@ FoamFile
solvers solvers
{ {
rho "(rho|rhoU|rhoE)"
{
solver diagonal;
}
rhoU
{
solver diagonal;
}
rhoE
{ {
solver diagonal; solver diagonal;
} }
@ -43,10 +33,9 @@ solvers
e e
{ {
solver smoothSolver; $U;
smoother GaussSeidel; tolerance 1e-10;
nSweeps 2; relTol 0;
tolerance 1e-10 relTol 0;
} }
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.6 | | \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org | | \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -17,17 +17,7 @@ FoamFile
solvers solvers
{ {
rho "(rho|rhoU|rhoE)"
{
solver diagonal;
}
rhoU
{
solver diagonal;
}
rhoE
{ {
solver diagonal; solver diagonal;
} }
@ -43,10 +33,8 @@ solvers
e e
{ {
solver smoothSolver; $U;
smoother GaussSeidel; relTol 0.1;
nSweeps 2;
tolerance 1e-09 relTol 0.1;
} }
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.6 | | \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org | | \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -17,17 +17,7 @@ FoamFile
solvers solvers
{ {
rho "(rho|rhoU|rhoE)"
{
solver diagonal;
}
rhoU
{
solver diagonal;
}
rhoE
{ {
solver diagonal; solver diagonal;
} }
@ -43,10 +33,9 @@ solvers
h h
{ {
solver smoothSolver; $U;
smoother GaussSeidel; tolerance 1e-10;
nSweeps 2; relTol 0;
tolerance 1e-10 relTol 0;
} }
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.6 | | \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org | | \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -17,17 +17,7 @@ FoamFile
solvers solvers
{ {
rho "(rho|rhoU|rhoE)"
{
solver diagonal;
}
rhoU
{
solver diagonal;
}
rhoE
{ {
solver diagonal; solver diagonal;
} }
@ -43,10 +33,9 @@ solvers
h h
{ {
solver smoothSolver; $U;
smoother GaussSeidel; tolerance 1e-10;
nSweeps 2; relTol 0;
tolerance 1e-10 relTol 0;
} }
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.6 | | \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org | | \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -17,17 +17,7 @@ FoamFile
solvers solvers
{ {
rho "(rho|rhoU|rhoE)"
{
solver diagonal;
}
rhoU
{
solver diagonal;
}
rhoE
{ {
solver diagonal; solver diagonal;
} }
@ -43,10 +33,9 @@ solvers
h h
{ {
solver smoothSolver; $U;
smoother GaussSeidel; tolerance 1e-10;
nSweeps 2; relTol 0;
tolerance 1e-10 relTol 0;
} }
} }

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\ /*--------------------------------*- C++ -*----------------------------------*\
| ========= | | | ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.6 | | \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org | | \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -17,17 +17,7 @@ FoamFile
solvers solvers
{ {
rho "(rho|rhoU|rhoE)"
{
solver diagonal;
}
rhoU
{
solver diagonal;
}
rhoE
{ {
solver diagonal; solver diagonal;
} }
@ -43,10 +33,9 @@ solvers
h h
{ {
solver smoothSolver; $U;
smoother GaussSeidel; tolerance 1e-10;
nSweeps 2; relTol 0;
tolerance 1e-10 relTol 0;
} }
} }