Namespace for post-processing calculation functions. More...
Classes | |
| class | addSubtract |
| adds/subtracts a field or value to/from a base field. More... | |
| class | components |
| Writes scalar fields corresponding to each component of the supplied field (name) for each time. More... | |
| class | div |
| Writes scalar fields corresponding to the divergence of the supplied field (name) for each time. More... | |
| class | interpolate |
| Interpolates volume fields to surface fields for each time. More... | |
| class | mag |
| Calculates and writes the magnitude of a field for each time. More... | |
| class | magGrad |
| Writes scalar fields corresponding to the magnitude ot the gradient of the supplied field (name) for each time. More... | |
| class | magSqr |
| Calculates and writes the magnitude-sqaured of a field for each time. More... | |
| class | randomise |
| Adds a random component to a field, with a given perturbation magnitude. More... | |
| Foam::calcTypes::defineTypeNameAndDebug | ( | addSubtract | , |
| 0 | |||
| ) |
| Foam::calcTypes::addToRunTimeSelectionTable | ( | calcType | , |
| addSubtract | , | ||
| dictionary | |||
| ) |
| Foam::calcTypes::defineTypeNameAndDebug | ( | components | , |
| 0 | |||
| ) |
| Foam::calcTypes::addToRunTimeSelectionTable | ( | calcType | , |
| components | , | ||
| dictionary | |||
| ) |
| Foam::calcTypes::defineTypeNameAndDebug | ( | div | , |
| 0 | |||
| ) |
| Foam::calcTypes::addToRunTimeSelectionTable | ( | calcType | , |
| div | , | ||
| dictionary | |||
| ) |
| Foam::calcTypes::defineTypeNameAndDebug | ( | interpolate | , |
| 0 | |||
| ) |
| Foam::calcTypes::addToRunTimeSelectionTable | ( | calcType | , |
| interpolate | , | ||
| dictionary | |||
| ) |
| Foam::calcTypes::defineTypeNameAndDebug | ( | mag | , |
| 0 | |||
| ) |
| Foam::calcTypes::addToRunTimeSelectionTable | ( | calcType | , |
| mag | , | ||
| dictionary | |||
| ) |
| Foam::calcTypes::defineTypeNameAndDebug | ( | magGrad | , |
| 0 | |||
| ) |
| Foam::calcTypes::addToRunTimeSelectionTable | ( | calcType | , |
| magGrad | , | ||
| dictionary | |||
| ) |
| Foam::calcTypes::defineTypeNameAndDebug | ( | magSqr | , |
| 0 | |||
| ) |
| Foam::calcTypes::addToRunTimeSelectionTable | ( | calcType | , |
| magSqr | , | ||
| dictionary | |||
| ) |
| Foam::calcTypes::defineTypeNameAndDebug | ( | randomise | , |
| 0 | |||
| ) |
| Foam::calcTypes::addToRunTimeSelectionTable | ( | calcType | , |
| randomise | , | ||
| dictionary | |||
| ) |