fvCellSet Class Reference

Cell-set fvConstraint abstract base class. Provides a base set of controls regarding the location where the fvConstraint is applied. More...

Detailed Description

Cell-set fvConstraint abstract base class. Provides a base set of controls regarding the location where the fvConstraint is applied.

Usage
Example usage:
constraint1
{
    type            <constraintType>

    // Apply everywhere
    selectionMode   all;

    // // Apply within a given cell set
    // selectionMode   cellSet;
    // cellSet         c0;

    // // Apply in cells containing a list of points
    // selectionMode   points;
    // points
    // (
    //     (2.25 0.5 0)
    //     (2.75 0.5 0)
    // );

    ...
}
Source files

The documentation for this class was generated from the following file: