FreeFOAM The Cross-Platform CFD Toolkit
selectCells.C File Reference

Select cells in relation to surface. More...


Detailed Description

Select cells in relation to surface.

Divides cells into three sets:

  • cutCells : cells cut by surface or close to surface.
  • outside : cells not in cutCells and reachable from set of user-defined points (outsidePoints)
  • inside : same but not reachable.

Finally the wanted sets are combined into a cellSet 'selected'. Apart from straightforward adding the contents there are a few extra rules to make sure that the surface of the 'outside' of the mesh is singly connected.

Usage
  • selectCells [OPTIONS]
Parameters:
-case<dir>
Case directory.
-help
Display help message.
-doc
Display Doxygen API documentation page for this application.
-srcDoc
Display Doxygen source documentation page for this application.

Definition in file selectCells.C.

+ Include dependency graph for selectCells.C:

Go to the source code of this file.