Functions for calculating the bounds and number of cells of a background mesh configured within a blockMeshDict file. More...

Go to the source code of this file.
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Functions | |
| bool | isEven (const label l) |
| bool | isEven (const Vector< label > &vl) |
| int | order (const scalar s) |
| scalar | roundingScale (const scalar s) |
| scalar | roundDown (const scalar x, const scalar s) |
| scalar | roundUp (const scalar x, const scalar s) |
| vector | roundDown (const vector &v, const scalar s) |
| vector | roundUp (const vector &v, const scalar s) |
| Vector< label > | setMinDimCells (const vector &v, const scalar s) |
Functions for calculating the bounds and number of cells of a background mesh configured within a blockMeshDict file.
Original source file blockMeshFunctions.H
InNamespace Foam
Definition in file blockMeshFunctions.H.