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
ff89b5d4
Commit
ff89b5d4
authored
Nov 12, 2013
by
mattijs
Browse files
ENH: thermalBaffle1DFvPatchScalarField: use of mappedPatchBase with patchGroup coupling
parent
04ad9a85
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/thermalBaffle1D/thermalBaffle1DFvPatchScalarField.C
View file @
ff89b5d4
...
...
@@ -93,14 +93,7 @@ thermalBaffle1DFvPatchScalarField
const
dictionary
&
dict
)
:
mappedPatchBase
(
p
.
patch
(),
p
.
boundaryMesh
().
mesh
().
name
(),
NEARESTPATCHFACE
,
dict
.
lookup
(
"samplePatch"
),
0
.
0
),
mappedPatchBase
(
p
.
patch
(),
NEARESTPATCHFACE
,
dict
),
mixedFvPatchScalarField
(
p
,
iF
),
TName_
(
"T"
),
baffleActivated_
(
dict
.
lookupOrDefault
<
bool
>
(
"baffleActivated"
,
true
)),
...
...
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