Classes | |
| class | fieldValueDelta |
| This function object provides a differencing option between two 'field value' function objects. More... | |
| class | surfaceRegion |
| This function object provides a 'face regionType' variant of the fieldValues function object. Given a list of user-specified fields and a selection of mesh (or general surface) faces, a number of operations can be performed, such as sums, averages and integrations. More... | |
| class | volRegion |
| This function object provides a 'cell region' variant of the fieldValues function object. Given a list of user-specified fields and a selection of mesh cells, a number of operations can be performed, such as sums, averages and integrations. More... | |
| Foam::functionObjects::fieldValues::defineTypeNameAndDebug | ( | fieldValueDelta | , |
| 0 | |||
| ) |
| Foam::functionObjects::fieldValues::addToRunTimeSelectionTable | ( | functionObject | , |
| fieldValueDelta | , | ||
| dictionary | |||
| ) |
| Foam::functionObjects::fieldValues::defineTypeNameAndDebug | ( | surfaceRegion | , |
| 0 | |||
| ) |
| Foam::functionObjects::fieldValues::addToRunTimeSelectionTable | ( | fieldValue | , |
| surfaceRegion | , | ||
| dictionary | |||
| ) |
| Foam::functionObjects::fieldValues::addToRunTimeSelectionTable | ( | functionObject | , |
| surfaceRegion | , | ||
| dictionary | |||
| ) |
| Foam::functionObjects::fieldValues::defineTypeNameAndDebug | ( | volRegion | , |
| 0 | |||
| ) |
| Foam::functionObjects::fieldValues::addToRunTimeSelectionTable | ( | fieldValue | , |
| volRegion | , | ||
| dictionary | |||
| ) |
| Foam::functionObjects::fieldValues::addToRunTimeSelectionTable | ( | functionObject | , |
| volRegion | , | ||
| dictionary | |||
| ) |
1.8.11