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
8794b195
Commit
8794b195
authored
Sep 25, 2018
by
sergio
Browse files
BUG: Fix ticket 792. pRefCelli is set to -1 for
chtMultiRegionSimpleFoam
parent
688469d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/solvers/heatTransfer/chtMultiRegionFoam/chtMultiRegionSimpleFoam/fluid/createFluidFields.H
View file @
8794b195
...
...
@@ -12,7 +12,7 @@ PtrList<volScalarField> p_rghFluid(fluidRegions.size());
PtrList
<
radiation
::
radiationModel
>
radiation
(
fluidRegions
.
size
());
List
<
scalar
>
initialMassFluid
(
fluidRegions
.
size
());
List
<
label
>
pRefCellFluid
(
fluidRegions
.
size
(),
0
);
List
<
label
>
pRefCellFluid
(
fluidRegions
.
size
(),
-
1
);
List
<
scalar
>
pRefValueFluid
(
fluidRegions
.
size
(),
0
.
0
);
List
<
bool
>
frozenFlowFluid
(
fluidRegions
.
size
(),
false
);
...
...
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