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
8383a137
Commit
8383a137
authored
Dec 29, 2014
by
Henry
Browse files
Minor reformatting
parent
94897015
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentTemperatureCoupledBaffleMixed/turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C
View file @
8383a137
...
...
@@ -183,9 +183,6 @@ void turbulentTemperatureCoupledBaffleMixedFvPatchScalarField::updateCoeffs()
const
fvPatch
&
nbrPatch
=
refCast
<
const
fvMesh
>
(
nbrMesh
).
boundary
()[
samplePatchI
];
//tmp<scalarField> intFld = patchInternalField();
// Calculate the temperature by harmonic averaging
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
...
@@ -237,11 +234,8 @@ void turbulentTemperatureCoupledBaffleMixedFvPatchScalarField::updateCoeffs()
// - refValue = neighbour value
// - mixFraction = nbrKDelta / (nbrKDelta + myKDelta())
this
->
refValue
()
=
nbrIntFld
();
this
->
refGrad
()
=
0
.
0
;
this
->
valueFraction
()
=
nbrKDelta
()
/
(
nbrKDelta
()
+
myKDelta
());
mixedFvPatchScalarField
::
updateCoeffs
();
...
...
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