Removed turbulence model coefficients from the dictionaries to allow them to default.

This commit is contained in:
henry
2009-07-21 19:05:30 +01:00
parent fb9e5bc4fe
commit b3d455de80
117 changed files with 331 additions and 6167 deletions

View File

@ -23,42 +23,6 @@ turbulence on;
printCoeffs on;
laminarCoeffs
{
}
oneEqEddyCoeffs
{
ce 1.048;
ck 0.094;
}
dynOneEqEddyCoeffs
{
ce 1.05;
filter simple;
}
lowReOneEqEddyCoeffs
{
ck 0.07;
ce 1.05;
beta 0.01;
}
SmagorinskyCoeffs
{
ck 0.02;
ce 0.202;
}
DeardorffDiffStressCoeffs
{
ce 1.048;
ck 0.094;
cm 4.13;
}
cubeRootVolCoeffs
{
deltaCoeff 1;
@ -120,13 +84,5 @@ smoothCoeffs
maxDeltaRatio 1.1;
}
kappa 0.4187;
wallFunctionCoeffs
{
E 9;
Prt 0.85;
}
// ************************************************************************* //

View File

@ -0,0 +1,38 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.5 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "system";
object setFieldsDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
defaultFieldValues
(
volScalarFieldValue b 1
volScalarFieldValue T 293
);
regions
(
boxToCell
{
box (-1 -1 -1) (1 0 1);
fieldValues
(
volScalarFieldValue b 0
volScalarFieldValue T 1650
);
}
);
// ************************************************************************* //

View File

@ -25,6 +25,7 @@ boundaryField
type turbulentInlet;
referenceField uniform (13.3 0 0);
fluctuationScale (0.04 0.02 0.02);
alpha 0.1;
}
outlet

View File

@ -17,48 +17,12 @@ FoamFile
LESModel oneEqEddy;
delta cubeRootVol;
delta vanDriest;
turbulence on;
printCoeffs on;
laminarCoeffs
{
}
oneEqEddyCoeffs
{
ce 1.048;
ck 0.094;
}
dynOneEqEddyCoeffs
{
ce 1.05;
filter simple;
}
lowReOneEqEddyCoeffs
{
ck 0.07;
ce 1.05;
beta 0.01;
}
SmagorinskyCoeffs
{
ck 0.02;
ce 0.202;
}
DeardorffDiffStressCoeffs
{
ce 1.048;
ck 0.094;
cm 4.13;
}
cubeRootVolCoeffs
{
deltaCoeff 1;
@ -120,13 +84,5 @@ smoothCoeffs
maxDeltaRatio 1.1;
}
kappa 0.4187;
wallFunctionCoeffs
{
E 9;
Prt 0.85;
}
// ************************************************************************* //

View File

@ -34,7 +34,11 @@ divSchemes
div(phiXi,Xi) Gauss limitedLinear01 0.1;
div(phiXi,Su) Gauss limitedLinear01 0.1;
div(phiSt,b) Gauss limitedLinear01 0.1;
div(phi,ft_b_h_hu) Gauss multivariateSelection
div(phi,ft) Gauss limitedLinear01 0.1;
div(phi,b) Gauss limitedLinear01 0.1;
div(phi,h) Gauss limitedLinear 0.1;
div(phi,hu) Gauss limitedLinear 0.1;
div(phi,ft_b_h_hu)_0 Gauss multivariateSelection
{
ft limitedLinear01 0.1;
b limitedLinear01 0.1;