mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: externalLoadSolar: cleanup - avoid multiple registrations
This commit is contained in:
@ -77,7 +77,7 @@ actions
|
|||||||
|
|
||||||
//- Define again solid
|
//- Define again solid
|
||||||
{
|
{
|
||||||
name solid;
|
name solidCells;
|
||||||
type cellSet;
|
type cellSet;
|
||||||
action new;
|
action new;
|
||||||
source boxToCell;
|
source boxToCell;
|
||||||
@ -85,7 +85,7 @@ actions
|
|||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
name solid;
|
name solidCells;
|
||||||
type cellSet;
|
type cellSet;
|
||||||
action subtract;
|
action subtract;
|
||||||
source cellToCell;
|
source cellToCell;
|
||||||
@ -97,7 +97,7 @@ actions
|
|||||||
type cellZoneSet;
|
type cellZoneSet;
|
||||||
action new;
|
action new;
|
||||||
source setToCellZone;
|
source setToCellZone;
|
||||||
set solid; // cellSet
|
set solidCells; // cellSet
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user