tutorials: Updated formatting of dictionaries and specification of 'plane' and 'samplePlane'

This commit is contained in:
Henry Weller
2016-06-29 18:02:57 +01:00
parent a158c30710
commit 6d330d3d12
62 changed files with 155 additions and 158 deletions

View File

@ -26,8 +26,8 @@ cuttingPlane
planeType pointAndNormal;
pointAndNormalDict
{
basePoint (0 0 0);
normalVector (0 0 1);
point (0 0 0);
normal (0 0 1);
}
interpolate true;
}

View File

@ -26,8 +26,8 @@ cuttingPlane
planeType pointAndNormal;
pointAndNormalDict
{
basePoint (0 0 0);
normalVector (0 0 1);
point (0 0 0);
normal (0 0 1);
}
interpolate true;
}

View File

@ -26,8 +26,8 @@ cuttingPlane
planeType pointAndNormal;
pointAndNormalDict
{
basePoint (0 0 0);
normalVector (0 0 1);
point (0 0 0);
normal (0 0 1);
}
interpolate true;
}

View File

@ -25,8 +25,8 @@ surfaces
planeType pointAndNormal;
pointAndNormalDict
{
basePoint (0 0 0);
normalVector (0 0 1);
point (0 0 0);
normal (0 0 1);
}
interpolate true;
}

View File

@ -66,10 +66,7 @@ functions
writeInterval 1;
// Fields to be probed
fields
(
p U
);
fields (p U);
probeLocations
(

View File

@ -18,8 +18,8 @@ mirrorMeshDict
{
pointAndNormalDict
{
basePoint (0 0 0);
normalVector (0 -1 0);
point (0 0 0);
normal (0 -1 0);
}
}

View File

@ -18,8 +18,8 @@ mirrorMeshDict
{
pointAndNormalDict
{
basePoint (0 0 0);
normalVector (-1 0 0);
point (0 0 0);
normal (-1 0 0);
}
}

View File

@ -18,8 +18,8 @@ mirrorMeshDict
{
pointAndNormalDict
{
basePoint (0 0 0);
normalVector (0 -1 0);
point (0 0 0);
normal (0 -1 0);
}
}

View File

@ -19,8 +19,8 @@ planeType pointAndNormal;
pointAndNormalDict
{
basePoint (0 0 0);
normalVector (0 -1 0);
point (0 0 0);
normal (0 -1 0);
}
planeTolerance 1e-06;

View File

@ -85,8 +85,8 @@ functions
planeType pointAndNormal;
pointAndNormalDict
{
basePoint (0 0 0);
normalVector (0 1 0);
point (0 0 0);
normal (0 1 0);
}
interpolate true;
}

View File

@ -25,8 +25,8 @@ cuttingPlane
planeType pointAndNormal;
pointAndNormalDict
{
basePoint (0 0 0);
normalVector (0 1 0);
point (0 0 0);
normal (0 1 0);
}
interpolate true;
}

View File

@ -25,8 +25,8 @@ cuttingPlane
planeType pointAndNormal;
pointAndNormalDict
{
basePoint (0 0 0);
normalVector (0 1 0);
point (0 0 0);
normal (0 1 0);
}
interpolate true;
}

View File

@ -30,7 +30,7 @@ opencfd_text.stl
subsetFeatures
{
// Use a plane to select feature edges
// (normal)(basePoint)
// (normal)(point)
// Keep only edges that intersect the plane will be included
plane (0 0 1)(0 0 0);
@ -65,7 +65,7 @@ opencfd_box.stl
subsetFeatures
{
// Use a plane to select feature edges
// (normal)(basePoint)
// (normal)(point)
// Keep only edges that intersect the plane will be included
plane (0 0 1)(0 0 0);

View File

@ -30,7 +30,7 @@ jaggedBoundary.stl
subsetFeatures
{
// Use a plane to select feature edges
// (normal)(basePoint)
// (normal)(point)
// Keep only edges that intersect the plane will be included
plane (0 0 1)(-0.6 0.3 0.0);

View File

@ -30,7 +30,7 @@ unit_cube.stl
subsetFeatures
{
// Use a plane to select feature edges
// (normal)(basePoint)
// (normal)(point)
// Keep only edges that intersect the plane will be included
plane (0 0 1)(0 0 0);