Skip to content
GitLab
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
b50395b8
Commit
b50395b8
authored
Jan 04, 2011
by
Andrew Heather
Browse files
STYLE: Minor code formatting changes
parent
603aa1e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/meshes/boundBox/boundBoxTemplates.C
View file @
b50395b8
...
...
@@ -30,7 +30,6 @@ License
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
template
<
unsigned
Size
>
Foam
::
boundBox
::
boundBox
(
...
...
@@ -75,7 +74,6 @@ Foam::boundBox::boundBox
// * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * * //
template
<
unsigned
Size
>
bool
Foam
::
boundBox
::
contains
(
...
...
src/turbulenceModels/incompressible/RAS/LaunderGibsonRSTM/LaunderGibsonRSTM.C
View file @
b50395b8
...
...
@@ -390,7 +390,7 @@ void LaunderGibsonRSTM::correct()
const
volSymmTensorField
reflect
(
C1Ref_
*
epsilon_
/
k_
*
R_
-
C2Ref_
*
Clg2_
*
dev
(
P
)
C1Ref_
*
epsilon_
/
k_
*
R_
-
C2Ref_
*
Clg2_
*
dev
(
P
)
);
tmp
<
fvSymmTensorMatrix
>
REqn
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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