
Go to the source code of this file.
Classes | |
| class | wordListAndType< Type > |
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Functions | |
| template<class Type > | |
| Istream & | operator>> (Istream &is, wordListAndType< Type > &wlat) |
| template<class Type > | |
| Ostream & | operator<< (Ostream &os, const wordListAndType< Type > &wlat) |
| template<class Type > | |
| bool | operator== (const wordListAndType< Type > &a, const wordListAndType< Type > &b) |
| template<class Type > | |
| bool | operator!= (const wordListAndType< Type > &a, const wordListAndType< Type > &b) |
| template<class GeoField , class Group > | |
| void | addField (const Group &group, const word &name, tmp< GeoField > field, PtrList< GeoField > &fieldList) |
| template<class GeoField , class Group > | |
| void | addField (const Group &group, const word &name, const GeoField &field, PtrList< GeoField > &fieldList) |
| template<class GeoField , class Group > | |
| void | addField (const Group &group, const word &name, tmp< GeoField > field, HashPtrTable< GeoField > &fieldTable) |
| template<class GeoField , class Group > | |
| void | addField (const Group &group, const word &name, const GeoField &field, HashPtrTable< GeoField > &fieldTable) |
Original source file phaseSystemTemplates.C
Definition in file phaseSystemTemplates.C.