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
98898e78
Commit
98898e78
authored
Aug 28, 2018
by
Andrew Heather
Browse files
BUG: externalWallHeatFluxTemperature - set size of qrPrevious_ before
mapping. Fixes
#983
parent
5e7a7661
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/externalWallHeatFluxTemperature/externalWallHeatFluxTemperatureFvPatchScalarField.C
View file @
98898e78
...
...
@@ -215,6 +215,7 @@ externalWallHeatFluxTemperatureFvPatchScalarField
if
(
qrName_
!=
"none"
)
{
qrPrevious_
.
setSize
(
mapper
.
size
());
qrPrevious_
.
map
(
ptf
.
qrPrevious_
,
mapper
);
}
}
...
...
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