plane: Removed unnecessary sub-dictionaries from caseDicts and tutorials
This commit is contained in:
@ -24,11 +24,8 @@ cuttingPlane
|
||||
{
|
||||
type cuttingPlane;
|
||||
planeType pointAndNormal;
|
||||
pointAndNormalDict
|
||||
{
|
||||
point (0 0 0);
|
||||
normal (0 0 1);
|
||||
}
|
||||
point (0 0 0);
|
||||
normal (0 0 1);
|
||||
interpolate true;
|
||||
}
|
||||
);
|
||||
|
||||
@ -17,11 +17,8 @@ FoamFile
|
||||
|
||||
planeType pointAndNormal;
|
||||
|
||||
pointAndNormalDict
|
||||
{
|
||||
point (0 0 0);
|
||||
normal (-1 0 0);
|
||||
}
|
||||
point (0 0 0);
|
||||
normal (-1 0 0);
|
||||
|
||||
planeTolerance 1e-06;
|
||||
|
||||
|
||||
@ -17,11 +17,8 @@ FoamFile
|
||||
|
||||
planeType pointAndNormal;
|
||||
|
||||
pointAndNormalDict
|
||||
{
|
||||
point (0 0 0);
|
||||
normal (0 -1 0);
|
||||
}
|
||||
point (0 0 0);
|
||||
normal (0 -1 0);
|
||||
|
||||
planeTolerance 1e-06;
|
||||
|
||||
|
||||
@ -24,11 +24,8 @@ surfaces
|
||||
{
|
||||
type cuttingPlane;
|
||||
planeType pointAndNormal;
|
||||
pointAndNormalDict
|
||||
{
|
||||
point (0 0 0);
|
||||
normal (0 0 1);
|
||||
}
|
||||
point (0 0 0);
|
||||
normal (0 0 1);
|
||||
interpolate true;
|
||||
}
|
||||
|
||||
|
||||
@ -25,11 +25,8 @@ cuttingPlane
|
||||
{
|
||||
type cuttingPlane;
|
||||
planeType pointAndNormal;
|
||||
pointAndNormalDict
|
||||
{
|
||||
point (0 0 0);
|
||||
normal (0 0 1);
|
||||
}
|
||||
point (0 0 0);
|
||||
normal (0 0 1);
|
||||
interpolate true;
|
||||
}
|
||||
);
|
||||
|
||||
@ -24,11 +24,8 @@ cuttingPlane
|
||||
{
|
||||
type cuttingPlane;
|
||||
planeType pointAndNormal;
|
||||
pointAndNormalDict
|
||||
{
|
||||
point (0 0 0);
|
||||
normal (0 1 0);
|
||||
}
|
||||
point (0 0 0);
|
||||
normal (0 1 0);
|
||||
interpolate true;
|
||||
}
|
||||
);
|
||||
|
||||
@ -23,11 +23,8 @@ cuttingPlane
|
||||
{
|
||||
type cuttingPlane;
|
||||
planeType pointAndNormal;
|
||||
pointAndNormalDict
|
||||
{
|
||||
point (0 0 0);
|
||||
normal (0 1 0);
|
||||
}
|
||||
point (0 0 0);
|
||||
normal (0 1 0);
|
||||
interpolate true;
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user