Finite Volume Options

The gridfunctions declared in the setup file are vertex-centered by default. To change this default behavior, the keyword "FV" should be used when declaring the field name:
        Example:
          ufuncs
          {
               D[FV][diss=0], T[FV][diss=0], P[FV],Q
          }
In the above example, gridfunctions DV, T and P are cell-centered. Gridfunction Q is vertex-centered.

Notes

See Also

setup

Index of all manual pages

Examples

None