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
d941a698
Commit
d941a698
authored
Jan 03, 2012
by
andy
Browse files
STYLE: Updated usage of tmp in fiexdShearStress BC
parent
40fda4f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/fixedShearStress/fixedShearStressFvPatchVectorField.C
View file @
d941a698
...
...
@@ -118,7 +118,9 @@ void fixedShearStressFvPatchVectorField::updateCoeffs()
const
scalarField
&
ry
=
patch
().
deltaCoeffs
();
tmp
<
scalarField
>
nuEffw
=
rasModel
.
nuEff
()().
boundaryField
()[
patchI
];
tmp
<
volScalarField
>
tnuEff
=
rasModel
.
nuEff
();
const
volScalarField
&
nuEff
=
tnuEff
();
const
scalarField
&
nuEffw
=
nuEff
.
boundaryField
()[
patchI
];
tmp
<
vectorField
>
UwUpdated
=
tauHat
*
(
tauHat
&
(
tau0_
*
(
1
.
0
/
(
ry
*
nuEffw
))
+
Ui
));
...
...
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