
Go to the source code of this file.
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
| Foam::fv | |
| Namespace for finite-volume. | |
Macros | |
| #define | callReadFieldValues(Type, nullArg) readFieldValues<Type>(); |
Functions | |
| defineTypeNameAndDebug (massSource, 0) | |
| addToRunTimeSelectionTable (fvModel, massSource, dictionary) | |
| FOR_ALL_FIELD_TYPES (IMPLEMENT_FV_MODEL_ADD_SUP, fv::massSource) | |
| FOR_ALL_FIELD_TYPES (IMPLEMENT_FV_MODEL_ADD_RHO_SUP, fv::massSource) | |
| FOR_ALL_FIELD_TYPES (IMPLEMENT_FV_MODEL_ADD_ALPHA_RHO_SUP, fv::massSource) | |
Original source file massSource.C
Definition in file massSource.C.
| #define callReadFieldValues | ( | Type, | |
| nullArg | |||
| ) | readFieldValues<Type>(); |
| FOR_ALL_FIELD_TYPES | ( | IMPLEMENT_FV_MODEL_ADD_SUP | , |
| fv::massSource | |||
| ) |
| FOR_ALL_FIELD_TYPES | ( | IMPLEMENT_FV_MODEL_ADD_RHO_SUP | , |
| fv::massSource | |||
| ) |
| FOR_ALL_FIELD_TYPES | ( | IMPLEMENT_FV_MODEL_ADD_ALPHA_RHO_SUP | , |
| fv::massSource | |||
| ) |