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
11c5c744
Commit
11c5c744
authored
May 21, 2010
by
mattijs
Browse files
STYLE: corrected debug printing for temperature coupled bc.
parent
09143ab9
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentTemperatureCoupledBaffle/turbulentTemperatureCoupledBaffleFvPatchScalarField.C
View file @
11c5c744
...
...
@@ -330,11 +330,11 @@ void Foam::turbulentTemperatureCoupledBaffleFvPatchScalarField::updateCoeffs()
Info
<<
patch
().
boundaryMesh
().
mesh
().
name
()
<<
':'
<<
patch
().
name
()
<<
':'
<<
this
->
dimensionedInternalField
().
name
()
<<
" -
>
"
<<
this
->
dimensionedInternalField
().
name
()
<<
"
<
- "
<<
nbrMesh
.
name
()
<<
':'
<<
nbrPatch
.
name
()
<<
':'
<<
this
->
dimensionedInternalField
().
name
()
<<
" :"
<<
" heat
Flux
:"
<<
Q
<<
" heat
[W]
:"
<<
Q
<<
" walltemperature "
<<
" min:"
<<
gMin
(
*
this
)
<<
" max:"
<<
gMax
(
*
this
)
...
...
src/turbulenceModels/compressible/RAS/derivedFvPatchFields/turbulentTemperatureCoupledBaffleMixed/turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C
View file @
11c5c744
...
...
@@ -198,7 +198,7 @@ void turbulentTemperatureCoupledBaffleMixedFvPatchScalarField::updateCoeffs()
// Get the coupling information from the directMappedPatchBase
const
directMappedPatchBase
&
mpp
=
refCast
<
const
directMappedPatchBase
>
(
this
->
patch
().
patch
()
patch
().
patch
()
);
const
polyMesh
&
nbrMesh
=
mpp
.
sampleMesh
();
const
fvPatch
&
nbrPatch
=
refCast
<
const
fvMesh
>
...
...
@@ -285,11 +285,11 @@ void turbulentTemperatureCoupledBaffleMixedFvPatchScalarField::updateCoeffs()
Info
<<
patch
().
boundaryMesh
().
mesh
().
name
()
<<
':'
<<
patch
().
name
()
<<
':'
<<
this
->
dimensionedInternalField
().
name
()
<<
" -
>
"
<<
this
->
dimensionedInternalField
().
name
()
<<
"
<
- "
<<
nbrMesh
.
name
()
<<
':'
<<
nbrPatch
.
name
()
<<
':'
<<
this
->
dimensionedInternalField
().
name
()
<<
" :"
<<
" heat
Flux
:"
<<
Q
<<
" heat
[W]
:"
<<
Q
<<
" walltemperature "
<<
" min:"
<<
gMin
(
*
this
)
<<
" max:"
<<
gMax
(
*
this
)
...
...
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