mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: fixed subset action in topoSet; renamed sourceDict keyword to sourceInfo.
This commit is contained in:
@ -23,7 +23,7 @@ actions
|
||||
action new;
|
||||
|
||||
source sphereToCell;
|
||||
sourceDict
|
||||
sourceInfo
|
||||
{
|
||||
centre ( 0.125 0.375 0.05 );
|
||||
radius 0.005;
|
||||
|
||||
@ -22,7 +22,7 @@ actions
|
||||
type cellSet;
|
||||
action new;
|
||||
source boxToCell;
|
||||
sourceDict
|
||||
sourceInfo
|
||||
{
|
||||
box (0.004 -0.001 -1) (0.012 0.001 1);
|
||||
}
|
||||
|
||||
@ -22,7 +22,7 @@ actions
|
||||
type cellSet;
|
||||
action new;
|
||||
source boxToCell;
|
||||
sourceDict
|
||||
sourceInfo
|
||||
{
|
||||
box (0.0045 -0.00075 -1) (0.0095 0.00075 1);
|
||||
}
|
||||
|
||||
@ -22,7 +22,7 @@ actions
|
||||
type cellSet;
|
||||
action new;
|
||||
source boxToCell;
|
||||
sourceDict
|
||||
sourceInfo
|
||||
{
|
||||
box (0.00475 -0.000375 -1) (0.009 0.000375 1);
|
||||
}
|
||||
|
||||
@ -22,7 +22,7 @@ actions
|
||||
type cellSet;
|
||||
action new;
|
||||
source boxToCell;
|
||||
sourceDict
|
||||
sourceInfo
|
||||
{
|
||||
box ( 0.004 -0.001 -1 ) ( 0.012 0.001 1 );
|
||||
}
|
||||
|
||||
@ -22,7 +22,7 @@ actions
|
||||
type cellSet;
|
||||
action new;
|
||||
source boxToCell;
|
||||
sourceDict
|
||||
sourceInfo
|
||||
{
|
||||
box ( 0.0045 -0.00075 -1 ) ( 0.0095 0.00075 1 );
|
||||
}
|
||||
|
||||
@ -22,7 +22,7 @@ actions
|
||||
type cellSet;
|
||||
action new;
|
||||
source boxToCell;
|
||||
sourceDict
|
||||
sourceInfo
|
||||
{
|
||||
box ( 0.00475 -0.000375 -1 ) ( 0.009 0.000375 1 );
|
||||
}
|
||||
|
||||
@ -22,7 +22,7 @@ actions
|
||||
type cellSet;
|
||||
action new;
|
||||
source boxToCell;
|
||||
sourceDict
|
||||
sourceInfo
|
||||
{
|
||||
box ( 0.00475 -0.000375 -1 ) ( 0.009 0.000375 1 ) ;
|
||||
}
|
||||
|
||||
@ -22,7 +22,7 @@ actions
|
||||
type cellSet;
|
||||
action new;
|
||||
source boxToCell;
|
||||
sourceDict
|
||||
sourceInfo
|
||||
{
|
||||
box ( 0.004 -0.001 -1 ) ( 0.012 0.001 1 ) ;
|
||||
}
|
||||
|
||||
@ -22,7 +22,7 @@ actions
|
||||
type cellSet;
|
||||
action new;
|
||||
source boxToCell;
|
||||
sourceDict
|
||||
sourceInfo
|
||||
{
|
||||
box ( 0.0045 -0.00075 -1 ) ( 0.0095 0.00075 1 ) ;
|
||||
}
|
||||
|
||||
@ -22,7 +22,7 @@ actions
|
||||
type cellSet;
|
||||
action new;
|
||||
source boxToCell;
|
||||
sourceDict
|
||||
sourceInfo
|
||||
{
|
||||
box ( 0.00475 -0.000375 -1 ) ( 0.009 0.000375 1 ) ;
|
||||
}
|
||||
|
||||
@ -22,7 +22,7 @@ actions
|
||||
type cellSet;
|
||||
action new;
|
||||
source boxToCell;
|
||||
sourceDict
|
||||
sourceInfo
|
||||
{
|
||||
box (0.35 0.35 0.44) (0.65 0.65 0.56);
|
||||
}
|
||||
|
||||
@ -23,7 +23,7 @@ actions
|
||||
type cellSet;
|
||||
action new;
|
||||
source zoneToCell;
|
||||
sourceDict
|
||||
sourceInfo
|
||||
{
|
||||
name rotor;
|
||||
}
|
||||
|
||||
@ -22,7 +22,7 @@ actions
|
||||
type cellSet;
|
||||
action new;
|
||||
source boxToCell;
|
||||
sourceDict
|
||||
sourceInfo
|
||||
{
|
||||
box ( 0 0 -2e-05 ) ( 0.0036 0.0003 2e-05 );
|
||||
}
|
||||
|
||||
@ -22,7 +22,7 @@ actions
|
||||
type cellSet;
|
||||
action new;
|
||||
source boxToCell;
|
||||
sourceDict
|
||||
sourceInfo
|
||||
{
|
||||
box ( 0 0 -2e-05 ) ( 0.0036 0.0008 4e-05 ) ;
|
||||
}
|
||||
|
||||
@ -22,7 +22,7 @@ actions
|
||||
type cellSet;
|
||||
action new;
|
||||
source boxToCell;
|
||||
sourceDict
|
||||
sourceInfo
|
||||
{
|
||||
box ( 0 0 -2e-05 ) ( 0.0036 0.0003 2e-05 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user