

Go to the source code of this file.
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Functions | |
| template<class ModelType > | |
| word | modelName () |
| template<class ModelType > | |
| const dictionary & | modelSubDict (const dictionary &dict) |
| template<class ModelType > | |
| bool | isModelPhaseInterfaceType (const phaseInterface &interface) |
| template<class ModelType > | |
| void | checkInterfacialModelsDict (const phaseSystem &fluid, const dictionary &dict, const wordHashSet &ignoreKeys=wordHashSet()) |
| template<class ModelType , class ... InterfaceTypes, class ... Args> | |
| void | generateInterfacialModels (PtrList< phaseInterface > &interfaces, PtrList< ModelType > &models, const phaseSystem &fluid, const dictionary &dict, const wordHashSet &ignoreKeys, const phaseInterface &interface, const Args &... args) |
| template<class ModelType , class ... Args> | |
| Foam::HashPtrTable< ModelType, Foam::phaseInterfaceKey, Foam::phaseInterfaceKey::hash > | generateInterfacialModels (const phaseSystem &fluid, const dictionary &dict, const wordHashSet &ignoreKeys, const bool ignoreNonModelPhaseInterfaceTypes, const Args &... args) |
| template<class ModelType > | |
| Foam::HashPtrTable< ModelType, Foam::phaseInterfaceKey, Foam::phaseInterfaceKey::hash > | generateInterfacialModels (const phaseSystem &fluid, const dictionary &dict) |
Original source file generateInterfacialModels.H
Definition in file generateInterfacialModels.H.