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 , template< class > class PatchField, class GeoMesh > | |
PtrList< GeometricField< Type, PatchField, GeoMesh > > | operator& (const PtrList< PtrList< GeometricField< scalar, PatchField, GeoMesh >>> &As, const PtrList< GeometricField< Type, PatchField, GeoMesh >> &fs) |
Original source file phaseSystemI.H
Definition in file phaseSystemI.H.