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
Commits
1c5a9745
Commit
1c5a9745
authored
May 17, 2010
by
mattijs
Browse files
STYLE: turbulentTemperatureCoupledBaffleMixed : renamed alpha to alpaEff
parent
052ef89a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentTemperatureCoupledBaffleMixed/turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C
View file @
1c5a9745
...
...
@@ -151,13 +151,11 @@ turbulentTemperatureCoupledBaffleMixedFvPatchScalarField::K() const
const
compressible
::
RASModel
&
model
=
db
().
lookupObject
<
compressible
::
RASModel
>
(
"RASProperties"
);
tmp
<
volScalarField
>
talpha
=
model
.
alphaEff
();
const
basicThermo
&
thermo
=
db
().
lookupObject
<
basicThermo
>
(
"thermophysicalProperties"
);
return
talpha
().
boundaryField
()[
patch
().
index
()]
model
.
alphaEff
()
().
boundaryField
()[
patch
().
index
()]
*
thermo
.
Cp
()().
boundaryField
()[
patch
().
index
()];
}
else
if
(
mesh
.
objectRegistry
::
foundObject
<
volScalarField
>
(
KName_
))
...
...
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