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
cd36562d
Commit
cd36562d
authored
Jun 17, 2019
by
mattijs
Committed by
Andrew Heather
Jun 17, 2019
Browse files
ENH: externalLoadSolar: cleanup - avoid multiple registrations
parent
c97b23e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
tutorials/heatTransfer/chtMultiRegionFoam/externalSolarLoad/system/topoSetDict
View file @
cd36562d
...
...
@@ -77,7 +77,7 @@ actions
//- Define again solid
{
name solid;
name solid
Cells
;
type cellSet;
action new;
source boxToCell;
...
...
@@ -85,7 +85,7 @@ actions
}
{
name solid;
name solid
Cells
;
type cellSet;
action subtract;
source cellToCell;
...
...
@@ -97,7 +97,7 @@ actions
type cellZoneSet;
action new;
source setToCellZone;
set solid
;
// cellSet
set solid
Cells;
// cellSet
}
);
...
...
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