Skip to content
Snippets Groups Projects
Commit c6fe2f29 authored by sergio's avatar sergio
Browse files

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

parent c33a7413
Branches
Tags
No related merge requests found
......@@ -34,7 +34,9 @@ boundaryField
}
outlet
{
type zeroGradient;
type inletOutlet;
inletValue uniform 100;
value uniform 100;
}
frontAndBack
{
......
......@@ -34,7 +34,9 @@ boundaryField
}
outlet
{
type zeroGradient;
type inletOutlet;
inletValue uniform 1;
value uniform 1;
}
frontAndBack
{
......
/*--------------------------------*- 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;
// ************************************************************************* //
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment