Foam::zoneGenerators Namespace Reference

Classes

class  cylinderHeadPoints
 A zoneGenerator which selects the points within the engine cylinder head. More...
 
class  pistonBowlPoints
 A zoneGenerator which selects the points within the engine piston bowl. More...
 
class  containsPoints
 A zoneGenerator which selects the cells containing the given points. More...
 
class  clear
 A zoneGenerator which clears all existing zones from the mesh. More...
 
class  difference
 A zoneGenerator which selects the elements in the first zones generated by the given list of zoneGenerators and removes the elements which are in subsequent zones. More...
 
class  face
 A zoneGenerator which converts the point, cell and face zones from a list of zoneGenerators into a faceZone. More...
 
class  flip
 A zoneGenerator which flips the flipMap of the faceZone returned by the given zoneGenerator. More...
 
class  normal
 A zoneGenerator which selects the faces returned by the given zoneGenerator that are aligned with the given normal. More...
 
class  orient
 A zoneGenerator which sets the face orientation flipMap. More...
 
class  patch
 A zoneGenerator which constructs a faceZone from a set of patches. More...
 
class  plane
 A zoneGenerator which selects faces based on the adjacent cell centres spanning a given plane. The plane is defined by a point and normal vector. More...
 
class  surface
 A faceZone zoneGenerator which selects faces based on the intersection of a surface with the vector between the adjacent cell centres. More...
 
class  intersection
 A zoneGenerator which selects the elements which are in all the zones generated by the given list of zoneGenerators. More...
 
class  invert
 A zoneGenerator which initially selects all the elements in the zones and then removes the elements from the given list of zoneGenerators. More...
 
class  periodic
 A zoneGenerator which activates the zoneSet returned by the given zoneGenerator for a given period with optional repetition. More...
 
class  point
 A zoneGenerator which converts the point, cell and face zones from a list of zoneGenerators into a pointZone. More...
 
class  remove
 A zoneGenerator which removes pointZones and/or cellZone and/or faceZones from the mesh. More...
 
class  set
 A zoneGenerator which converts a set into the corresponding zone. More...
 
class  Union
 A zoneGenerator which selects all the elements from the zones generated by the given list of zoneGenerators. More...
 
class  annulus
 A zoneGenerator which selects points, cells or faces with centres either inside or outside a annulus. More...
 
class  box
 A zoneGenerator which selects points, cells or faces with centres either inside or outside a box or list of boxes. More...
 
class  cylinder
 A zoneGenerator which selects points, cells or faces with centres either inside or outside a cylinder. More...
 
class  hemisphere
 A zoneGenerator which selects points, cells or faces with centres either inside or outside a hemisphere. More...
 
class  insideSurface
 A zoneGenerator which selects points, cells or faces with centres either inside or outside a surface. More...
 
class  sphere
 A zoneGenerator which selects points, cells or faces with centres either inside or outside a sphere. More...
 
class  truncatedCone
 A zoneGenerator which selects points, cells or faces with centres either inside or outside a truncatedCone. More...
 
class  volume
 Abstract zoneGenerator which selects points, cells or faces with centres either inside a volume. More...
 
class  write
 A zoneGenerator which writes all existing zones from the mesh. More...
 
class  lookup
 A zoneGenerator which looks-up and returns a zoneSet containing point, and/or cell and/or faces zones. More...
 

Functions

 defineTypeNameAndDebug (cylinderHeadPoints, 0)
 
 addToRunTimeSelectionTable (zoneGenerator, cylinderHeadPoints, dictionary)
 
 defineTypeNameAndDebug (pistonBowlPoints, 0)
 
 addToRunTimeSelectionTable (zoneGenerator, pistonBowlPoints, dictionary)
 
 defineTypeNameAndDebug (containsPoints, 0)
 
 addToRunTimeSelectionTable (zoneGenerator, containsPoints, dictionary)
 
 defineTypeNameAndDebug (clear, 0)
 
 addToRunTimeSelectionTable (zoneGenerator, clear, dictionary)
 
 defineTypeNameAndDebug (difference, 0)
 
 addToRunTimeSelectionTable (zoneGenerator, difference, dictionary)
 
 defineTypeNameAndDebug (face, 0)
 
 addToRunTimeSelectionTable (zoneGenerator, face, dictionary)
 
 defineTypeNameAndDebug (flip, 0)
 
 addToRunTimeSelectionTable (zoneGenerator, flip, dictionary)
 
 defineTypeNameAndDebug (normal, 0)
 
 addToRunTimeSelectionTable (zoneGenerator, normal, dictionary)
 
 defineTypeNameAndDebug (orient, 0)
 
 addToRunTimeSelectionTable (zoneGenerator, orient, dictionary)
 
 defineTypeNameAndDebug (patch, 0)
 
 addToRunTimeSelectionTable (zoneGenerator, patch, dictionary)
 
 defineTypeNameAndDebug (plane, 0)
 
 addToRunTimeSelectionTable (zoneGenerator, plane, dictionary)
 
 defineTypeNameAndDebug (surface, 0)
 
 addToRunTimeSelectionTable (zoneGenerator, surface, dictionary)
 
 defineTypeNameAndDebug (intersection, 0)
 
 addToRunTimeSelectionTable (zoneGenerator, intersection, dictionary)
 
 defineTypeNameAndDebug (invert, 0)
 
 addToRunTimeSelectionTable (zoneGenerator, invert, dictionary)
 
 defineTypeNameAndDebug (periodic, 0)
 
 addToRunTimeSelectionTable (zoneGenerator, periodic, dictionary)
 
 defineTypeNameAndDebug (point, 0)
 
 addToRunTimeSelectionTable (zoneGenerator, point, dictionary)
 
 defineTypeNameAndDebug (remove, 0)
 
 addToRunTimeSelectionTable (zoneGenerator, remove, dictionary)
 
 defineTypeNameAndDebug (set, 0)
 
 addToRunTimeSelectionTable (zoneGenerator, set, dictionary)
 
 defineTypeNameAndDebug (Union, 0)
 
 addToRunTimeSelectionTable (zoneGenerator, Union, dictionary)
 
 defineTypeNameAndDebug (annulus, 0)
 
 addToRunTimeSelectionTable (zoneGenerator, annulus, dictionary)
 
 defineTypeNameAndDebug (box, 0)
 
 addToRunTimeSelectionTable (zoneGenerator, box, dictionary)
 
 defineTypeNameAndDebug (cylinder, 0)
 
 addToRunTimeSelectionTable (zoneGenerator, cylinder, dictionary)
 
 defineTypeNameAndDebug (hemisphere, 0)
 
 addToRunTimeSelectionTable (zoneGenerator, hemisphere, dictionary)
 
 defineTypeNameAndDebug (insideSurface, 0)
 
 addToRunTimeSelectionTable (zoneGenerator, insideSurface, dictionary)
 
 defineTypeNameAndDebug (sphere, 0)
 
 addToRunTimeSelectionTable (zoneGenerator, sphere, dictionary)
 
 defineTypeNameAndDebug (truncatedCone, 0)
 
 addToRunTimeSelectionTable (zoneGenerator, truncatedCone, dictionary)
 
 defineTypeNameAndDebug (write, 0)
 
 addToRunTimeSelectionTable (zoneGenerator, write, dictionary)
 
 defineTypeNameAndDebug (lookup, 0)
 
 addToRunTimeSelectionTable (zoneGenerator, lookup, dictionary)
 

Function Documentation

◆ defineTypeNameAndDebug() [1/28]

Foam::zoneGenerators::defineTypeNameAndDebug ( cylinderHeadPoints  ,
 
)

◆ addToRunTimeSelectionTable() [1/28]

Foam::zoneGenerators::addToRunTimeSelectionTable ( zoneGenerator  ,
cylinderHeadPoints  ,
dictionary   
)

◆ defineTypeNameAndDebug() [2/28]

Foam::zoneGenerators::defineTypeNameAndDebug ( pistonBowlPoints  ,
 
)

◆ addToRunTimeSelectionTable() [2/28]

Foam::zoneGenerators::addToRunTimeSelectionTable ( zoneGenerator  ,
pistonBowlPoints  ,
dictionary   
)

◆ defineTypeNameAndDebug() [3/28]

Foam::zoneGenerators::defineTypeNameAndDebug ( containsPoints  ,
 
)

◆ addToRunTimeSelectionTable() [3/28]

Foam::zoneGenerators::addToRunTimeSelectionTable ( zoneGenerator  ,
containsPoints  ,
dictionary   
)

◆ defineTypeNameAndDebug() [4/28]

Foam::zoneGenerators::defineTypeNameAndDebug ( clear  ,
 
)

◆ addToRunTimeSelectionTable() [4/28]

Foam::zoneGenerators::addToRunTimeSelectionTable ( zoneGenerator  ,
clear  ,
dictionary   
)

◆ defineTypeNameAndDebug() [5/28]

Foam::zoneGenerators::defineTypeNameAndDebug ( difference  ,
 
)

◆ addToRunTimeSelectionTable() [5/28]

Foam::zoneGenerators::addToRunTimeSelectionTable ( zoneGenerator  ,
difference  ,
dictionary   
)

◆ defineTypeNameAndDebug() [6/28]

Foam::zoneGenerators::defineTypeNameAndDebug ( face  ,
 
)

◆ addToRunTimeSelectionTable() [6/28]

Foam::zoneGenerators::addToRunTimeSelectionTable ( zoneGenerator  ,
face  ,
dictionary   
)

◆ defineTypeNameAndDebug() [7/28]

Foam::zoneGenerators::defineTypeNameAndDebug ( flip  ,
 
)

◆ addToRunTimeSelectionTable() [7/28]

Foam::zoneGenerators::addToRunTimeSelectionTable ( zoneGenerator  ,
flip  ,
dictionary   
)

◆ defineTypeNameAndDebug() [8/28]

Foam::zoneGenerators::defineTypeNameAndDebug ( normal  ,
 
)

◆ addToRunTimeSelectionTable() [8/28]

Foam::zoneGenerators::addToRunTimeSelectionTable ( zoneGenerator  ,
normal  ,
dictionary   
)

◆ defineTypeNameAndDebug() [9/28]

Foam::zoneGenerators::defineTypeNameAndDebug ( orient  ,
 
)

◆ addToRunTimeSelectionTable() [9/28]

Foam::zoneGenerators::addToRunTimeSelectionTable ( zoneGenerator  ,
orient  ,
dictionary   
)

◆ defineTypeNameAndDebug() [10/28]

Foam::zoneGenerators::defineTypeNameAndDebug ( patch  ,
 
)

◆ addToRunTimeSelectionTable() [10/28]

Foam::zoneGenerators::addToRunTimeSelectionTable ( zoneGenerator  ,
patch  ,
dictionary   
)

◆ defineTypeNameAndDebug() [11/28]

Foam::zoneGenerators::defineTypeNameAndDebug ( plane  ,
 
)

◆ addToRunTimeSelectionTable() [11/28]

Foam::zoneGenerators::addToRunTimeSelectionTable ( zoneGenerator  ,
plane  ,
dictionary   
)

◆ defineTypeNameAndDebug() [12/28]

Foam::zoneGenerators::defineTypeNameAndDebug ( surface  ,
 
)

◆ addToRunTimeSelectionTable() [12/28]

Foam::zoneGenerators::addToRunTimeSelectionTable ( zoneGenerator  ,
surface  ,
dictionary   
)

◆ defineTypeNameAndDebug() [13/28]

Foam::zoneGenerators::defineTypeNameAndDebug ( intersection  ,
 
)

◆ addToRunTimeSelectionTable() [13/28]

Foam::zoneGenerators::addToRunTimeSelectionTable ( zoneGenerator  ,
intersection  ,
dictionary   
)

◆ defineTypeNameAndDebug() [14/28]

Foam::zoneGenerators::defineTypeNameAndDebug ( invert  ,
 
)

◆ addToRunTimeSelectionTable() [14/28]

Foam::zoneGenerators::addToRunTimeSelectionTable ( zoneGenerator  ,
invert  ,
dictionary   
)

◆ defineTypeNameAndDebug() [15/28]

Foam::zoneGenerators::defineTypeNameAndDebug ( periodic  ,
 
)

◆ addToRunTimeSelectionTable() [15/28]

Foam::zoneGenerators::addToRunTimeSelectionTable ( zoneGenerator  ,
periodic  ,
dictionary   
)

◆ defineTypeNameAndDebug() [16/28]

Foam::zoneGenerators::defineTypeNameAndDebug ( point  ,
 
)

◆ addToRunTimeSelectionTable() [16/28]

Foam::zoneGenerators::addToRunTimeSelectionTable ( zoneGenerator  ,
point  ,
dictionary   
)

◆ defineTypeNameAndDebug() [17/28]

Foam::zoneGenerators::defineTypeNameAndDebug ( remove  ,
 
)

◆ addToRunTimeSelectionTable() [17/28]

Foam::zoneGenerators::addToRunTimeSelectionTable ( zoneGenerator  ,
remove  ,
dictionary   
)

◆ defineTypeNameAndDebug() [18/28]

Foam::zoneGenerators::defineTypeNameAndDebug ( set  ,
 
)

◆ addToRunTimeSelectionTable() [18/28]

Foam::zoneGenerators::addToRunTimeSelectionTable ( zoneGenerator  ,
set  ,
dictionary   
)

◆ defineTypeNameAndDebug() [19/28]

Foam::zoneGenerators::defineTypeNameAndDebug ( Union  ,
 
)

◆ addToRunTimeSelectionTable() [19/28]

Foam::zoneGenerators::addToRunTimeSelectionTable ( zoneGenerator  ,
Union  ,
dictionary   
)

◆ defineTypeNameAndDebug() [20/28]

Foam::zoneGenerators::defineTypeNameAndDebug ( annulus  ,
 
)

◆ addToRunTimeSelectionTable() [20/28]

Foam::zoneGenerators::addToRunTimeSelectionTable ( zoneGenerator  ,
annulus  ,
dictionary   
)

◆ defineTypeNameAndDebug() [21/28]

Foam::zoneGenerators::defineTypeNameAndDebug ( box  ,
 
)

◆ addToRunTimeSelectionTable() [21/28]

Foam::zoneGenerators::addToRunTimeSelectionTable ( zoneGenerator  ,
box  ,
dictionary   
)

◆ defineTypeNameAndDebug() [22/28]

Foam::zoneGenerators::defineTypeNameAndDebug ( cylinder  ,
 
)

◆ addToRunTimeSelectionTable() [22/28]

Foam::zoneGenerators::addToRunTimeSelectionTable ( zoneGenerator  ,
cylinder  ,
dictionary   
)

◆ defineTypeNameAndDebug() [23/28]

Foam::zoneGenerators::defineTypeNameAndDebug ( hemisphere  ,
 
)

◆ addToRunTimeSelectionTable() [23/28]

Foam::zoneGenerators::addToRunTimeSelectionTable ( zoneGenerator  ,
hemisphere  ,
dictionary   
)

◆ defineTypeNameAndDebug() [24/28]

Foam::zoneGenerators::defineTypeNameAndDebug ( insideSurface  ,
 
)

◆ addToRunTimeSelectionTable() [24/28]

Foam::zoneGenerators::addToRunTimeSelectionTable ( zoneGenerator  ,
insideSurface  ,
dictionary   
)

◆ defineTypeNameAndDebug() [25/28]

Foam::zoneGenerators::defineTypeNameAndDebug ( sphere  ,
 
)

◆ addToRunTimeSelectionTable() [25/28]

Foam::zoneGenerators::addToRunTimeSelectionTable ( zoneGenerator  ,
sphere  ,
dictionary   
)

◆ defineTypeNameAndDebug() [26/28]

Foam::zoneGenerators::defineTypeNameAndDebug ( truncatedCone  ,
 
)

◆ addToRunTimeSelectionTable() [26/28]

Foam::zoneGenerators::addToRunTimeSelectionTable ( zoneGenerator  ,
truncatedCone  ,
dictionary   
)

◆ defineTypeNameAndDebug() [27/28]

Foam::zoneGenerators::defineTypeNameAndDebug ( write  ,
 
)

◆ addToRunTimeSelectionTable() [27/28]

Foam::zoneGenerators::addToRunTimeSelectionTable ( zoneGenerator  ,
write  ,
dictionary   
)

◆ defineTypeNameAndDebug() [28/28]

Foam::zoneGenerators::defineTypeNameAndDebug ( lookup  ,
 
)

◆ addToRunTimeSelectionTable() [28/28]

Foam::zoneGenerators::addToRunTimeSelectionTable ( zoneGenerator  ,
lookup  ,
dictionary   
)