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
f0eb0d94
Commit
f0eb0d94
authored
Apr 04, 2013
by
andy
Browse files
ENH: Minor update to BC
parent
3c85bee4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/externalWallHeatFluxTemperature/externalWallHeatFluxTemperatureFvPatchScalarField.C
View file @
f0eb0d94
...
...
@@ -229,7 +229,7 @@ void Foam::externalWallHeatFluxTemperatureFvPatchScalarField::updateCoeffs()
scalarField
q
(
size
(),
0
.
0
);
const
scalarField
Tc
(
patchInternalField
());
const
scalarField
KWall
(
kappa
(
Tc
));
const
scalarField
KWall
(
kappa
(
*
this
));
const
scalarField
KDelta
(
KWall
*
patch
().
deltaCoeffs
());
switch
(
mode_
)
...
...
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