ENH: Changing BC for k and epsilon and scheme for Xi for oscillatingCylinder tutorial

This commit is contained in:
sergio
2016-01-05 12:17:06 -08:00
parent c33a741327
commit c6fe2f29fb
4 changed files with 7 additions and 28 deletions

View File

@ -34,7 +34,9 @@ boundaryField
}
outlet
{
type zeroGradient;
type inletOutlet;
inletValue uniform 100;
value uniform 100;
}
frontAndBack
{

View File

@ -34,7 +34,9 @@ boundaryField
}
outlet
{
type zeroGradient;
type inletOutlet;
inletValue uniform 1;
value uniform 1;
}
frontAndBack
{

View File

@ -1,25 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.2.1 |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "constant";
object RASProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
RASModel kEpsilon;
turbulence on;
printCoeffs on;
// ************************************************************************* //

View File

@ -35,7 +35,7 @@ divSchemes
div(phi,epsilon) Gauss limitedLinear 1;
div(phi,R) Gauss limitedLinear 1;
div(R) Gauss linear;
div(phiXi,Xi) Gauss limitedLinear 1;
div(phiXi,Xi) Gauss upwind;
div(phiXi,Su) Gauss limitedLinear 1;
div(phiSt,b) Gauss limitedLinear01 1;
div(phi,ft_b_ha_hau) Gauss multivariateSelection