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

@ -54,7 +54,7 @@ functions
probes
{
// Where to load it from
libs ( "libsampling.so" );
libs ("libsampling.so");
type probes;
@ -63,7 +63,7 @@ functions
// Write at same frequency as fields
writeControl writeTime;
writeInterval 1;
writeInterval 1;
// Fields to be probed
fields

View File

@ -54,7 +54,7 @@ functions
probes
{
// Where to load it from
libs ( "libsampling.so" );
libs ("libsampling.so");
type probes;
@ -63,13 +63,10 @@ functions
// Write at same frequency as fields
writeControl writeTime;
writeInterval 1;
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;