Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
OpenFOAM-plus
Commits
47c6b9e1
Commit
47c6b9e1
authored
Aug 04, 2016
by
Henry Weller
Browse files
epsilonWallFunction, omegaWallFunction: Set generation to zero in laminar sub-layer
Improves stability for complex flows
parent
454df842
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.C
View file @
47c6b9e1
...
...
@@ -255,8 +255,6 @@ void Foam::epsilonWallFunctionFvPatchScalarField::calculate
else
{
epsilon0
[
celli
]
+=
w
*
2
.
0
*
k
[
celli
]
*
nuw
[
facei
]
/
sqr
(
y
[
facei
]);
G0
[
celli
]
+=
w
*
G
[
celli
];
}
}
}
...
...
src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.C
View file @
47c6b9e1
...
...
@@ -280,8 +280,6 @@ void omegaWallFunctionFvPatchScalarField::calculate
{
omega0
[
celli
]
+=
w
*
omegaVis
;
}
G0
[
celli
]
+=
w
*
G
[
celli
];
}
}
}
...
...
Write
Preview
Markdown
is supported
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