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

View File

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

View File

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

View File

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

View File

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

View File

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