

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 > | |
| void | addField (const label phasei, const word &name, tmp< GeoField > field, PtrList< GeoField > &fieldList) |
| 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) |
| template<class Type , class GeoMesh > | |
| PtrList< GeometricField< Type, GeoMesh > > | operator& (const PtrList< PtrList< GeometricField< scalar, GeoMesh >>> &As, const UPtrList< GeometricField< Type, GeoMesh >> &fs) |
Original source file phaseSystemI.H
Definition in file phaseSystemI.H.