Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
b3208d21
Commit
b3208d21
authored
Nov 15, 2015
by
Chris Greenshields
Browse files
compressibleInflowOutflow template case: corrected turbulent fields and fvSchemes
parent
c1c7b302
Changes
5
Hide whitespace changes
Inline
Side-by-side
etc/templates/compressibleInflowOutflow/0/epsilon
View file @
b3208d21
...
...
@@ -24,7 +24,7 @@ boundaryField
{
inlet
{
type
compressible::
turbulentMixingLengthDissipationRateInlet;
type turbulentMixingLengthDissipationRateInlet;
mixingLength 0.05;
value uniform $epsilonInlet;
}
...
...
@@ -37,7 +37,7 @@ boundaryField
}
wall
{
type
compressible::
epsilonWallFunction;
type epsilonWallFunction;
value uniform $epsilonInlet;
}
...
...
etc/templates/compressibleInflowOutflow/0/k
View file @
b3208d21
...
...
@@ -37,7 +37,7 @@ boundaryField
wall
{
type
compressible::
kqRWallFunction;
type kqRWallFunction;
value uniform $kInlet;
}
...
...
etc/templates/compressibleInflowOutflow/0/nut
View file @
b3208d21
...
...
@@ -14,7 +14,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [
1 -1
-1 0 0 0 0];
dimensions [
0 2
-1 0 0 0 0];
internalField uniform 0;
...
...
etc/templates/compressibleInflowOutflow/0/omega
View file @
b3208d21
...
...
@@ -37,7 +37,7 @@ boundaryField
wall
{
type
compressible::
omegaWallFunction;
type omegaWallFunction;
value uniform $omegaInlet;
}
...
...
etc/templates/compressibleInflowOutflow/system/fvSchemes
View file @
b3208d21
...
...
@@ -49,7 +49,7 @@ divSchemes
div(phid,p) bounded Gauss upwind;
div((phi|interpolate(rho)),p) bounded Gauss upwind;
div((
m
uEff*dev2(T(grad(U)))))
Gauss linear;
div((
(rho*n
uEff
)
*dev2(T(grad(U))))) Gauss linear;
}
laplacianSchemes
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment