ENH: Updated rhoPisoTwinParcelFoam simplifiedSiwek tutorial case

This commit is contained in:
andy
2010-02-15 18:36:10 +00:00
parent ca00cf2487
commit 539e911822
4 changed files with 6 additions and 5 deletions

View File

@ -99,6 +99,7 @@ StandardWallInteractionCoeffs
RanzMarshallCoeffs RanzMarshallCoeffs
{ {
// thermal shielding
BirdCorrection false; BirdCorrection false;
} }

View File

@ -15,7 +15,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
thermoType hPsiThermo<pureMixture<constTransport<specieThermo<hConstThermo<perfectGas>>>>>; thermoType hsPsiThermo<pureMixture<constTransport<specieThermo<hConstThermo<perfectGas>>>>>;
mixture air 1 28.9 1007 0 1.84e-05 0.7; mixture air 1 28.9 1007 0 1.84e-05 0.7;

View File

@ -32,7 +32,7 @@ divSchemes
div(phi,U) Gauss upwind; div(phi,U) Gauss upwind;
div(phid,p) Gauss upwind; div(phid,p) Gauss upwind;
div(phiU,p) Gauss linear; div(phiU,p) Gauss linear;
div(phi,h) Gauss upwind; div(phi,hs) Gauss upwind;
div(phi,k) Gauss upwind; div(phi,k) Gauss upwind;
div(phi,epsilon) Gauss upwind; div(phi,epsilon) Gauss upwind;
div(U) Gauss linear; div(U) Gauss linear;
@ -49,7 +49,7 @@ laplacianSchemes
laplacian(DepsilonEff,epsilon) Gauss linear corrected; laplacian(DepsilonEff,epsilon) Gauss linear corrected;
laplacian(DREff,R) Gauss linear corrected; laplacian(DREff,R) Gauss linear corrected;
laplacian((rho*(1|A(U))),p) Gauss linear corrected; laplacian((rho*(1|A(U))),p) Gauss linear corrected;
laplacian(alphaEff,h) Gauss linear corrected; laplacian(alphaEff,hs) Gauss linear corrected;
} }
interpolationSchemes interpolationSchemes
@ -65,7 +65,7 @@ snGradSchemes
fluxRequired fluxRequired
{ {
default no; default no;
p ; p;
} }

View File

@ -33,7 +33,7 @@ solvers
relTol 0; relTol 0;
} }
"(U|h|R|k|epsilon)" "(U|hs|R|k|epsilon)"
{ {
$p; $p;
tolerance 1e-05; tolerance 1e-05;