STY: adding name to PDRFoam tutorial

This commit is contained in:
sergio
2011-03-07 16:51:08 +00:00
parent f25f3d6f07
commit 1654393724
42 changed files with 151 additions and 160 deletions

View File

@ -15,4 +15,3 @@ runApplication PDRMesh
runApplication PDRFoam runApplication PDRFoam
# ----------------------------------------------------------------- end-of-file # ----------------------------------------------------------------- end-of-file

View File

@ -8,5 +8,4 @@ Step to introduce the PDR fields:
1) Create zero-size patches for wall or/and coupled baffles in 1) Create zero-size patches for wall or/and coupled baffles in
the boundary file. the boundary file.
2) Specify the boundary contitions for these patches in the fields. 2) Specify the boundary contitions for these patches in the fields.
3) Create the new PDR mesh using the PDRMesh utility 3) Create the new PDR mesh using the PDRMesh utility.

View File

@ -60,5 +60,3 @@ burntProducts
} }
// ************************************************************************* // // ************************************************************************* //

View File

@ -52,4 +52,3 @@ maxCo 0.3;
maxDeltaT 1; maxDeltaT 1;
// ************************************************************************* // // ************************************************************************* //

View File

@ -22,7 +22,7 @@ ddtSchemes
gradSchemes gradSchemes
{ {
default Gauss linear; default Gauss linear;
grad(p) Gauss linear; grad(p) Gauss linear;
} }
@ -82,6 +82,4 @@ fluxRequired
default no; default no;
p; p;
} }
// ************************************************************************* // // ************************************************************************* //

View File

@ -15,7 +15,6 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
solvers solvers
{ {
rho rho
@ -29,9 +28,9 @@ solvers
p p
{ {
solver PCG; solver PCG;
preconditioner DIC; preconditioner DIC;
tolerance 1e-6; tolerance 1e-6;
relTol 0; relTol 0;
}; };
"(U|ft|fu|b|Xi|Su|h|hu|R|k|epsilon)" "(U|ft|fu|b|Xi|Su|h|hu|R|k|epsilon)"