ENH: Updated buoyantSimpleFoam tuts

This commit is contained in:
andy
2013-02-01 12:49:51 +00:00
parent e1913362ad
commit ed96224c12
6 changed files with 10 additions and 12 deletions

View File

@ -17,7 +17,7 @@ FoamFile
thermoType thermoType
{ {
type hePsiThermo; type heRhoThermo;
mixture pureMixture; mixture pureMixture;
transport const; transport const;
thermo hConst; thermo hConst;

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: dev | | \\ / O peration | Version: 2.2.0 |
| \\ / A nd | Web: www.OpenFOAM.org | | \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | | | \\/ M anipulation | |
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/
@ -42,16 +42,16 @@ solvers
SIMPLE SIMPLE
{ {
momentumPredictor yes; momentumPredictor no;
nNonOrthogonalCorrectors 0; nNonOrthogonalCorrectors 0;
pRefCell 0; pRefCell 0;
pRefValue 0; pRefValue 0;
residualControl residualControl
{ {
p_rgh 1e-2; p_rgh 1e-4;
U 1e-3; U 1e-4;
h 1e-3; h 1e-4;
// possibly check turbulence fields // possibly check turbulence fields
"(k|epsilon|omega)" 1e-3; "(k|epsilon|omega)" 1e-3;

View File

@ -17,7 +17,7 @@ FoamFile
thermoType thermoType
{ {
type hePsiThermo; type heRhoThermo;
mixture pureMixture; mixture pureMixture;
transport const; transport const;
thermo hConst; thermo hConst;

View File

@ -17,7 +17,7 @@ FoamFile
thermoType thermoType
{ {
type hePsiThermo; type heRhoThermo;
mixture pureMixture; mixture pureMixture;
transport const; transport const;
thermo hConst; thermo hConst;

View File

@ -17,7 +17,7 @@ FoamFile
thermoType thermoType
{ {
type hePsiThermo; type heRhoThermo;
mixture pureMixture; mixture pureMixture;
transport const; transport const;
thermo hConst; thermo hConst;

View File

@ -15,11 +15,9 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// thermoType hePsiThermo<pureMixture<const<hConst<perfectGas<specie>>,sensibleEnthalpy>>>;
thermoType thermoType
{ {
type hePsiThermo; type heRhoThermo;
mixture pureMixture; mixture pureMixture;
transport const; transport const;
thermo hConst; thermo hConst;