Field reading functions for post-processing utilities. More...
Go to the source code of this file.
Namespaces | |
Foam | |
Functions | |
template<class Type , template< class > class PatchField, class GeoMesh > | |
wordList | ReadFields (const typename GeoMesh::Mesh &mesh, const IOobjectList &objects, PtrList< GeometricField< Type, PatchField, GeoMesh >> &fields, const bool syncPar=true, const bool readOldTime=false) |
template<class GeoField , class Mesh > | |
wordList | ReadFields (const Mesh &mesh, const IOobjectList &objects, PtrList< GeoField > &fields, const bool syncPar=true) |
template<class GeoField > | |
wordList | ReadFields (const IOobjectList &objects, PtrList< GeoField > &fields, const bool syncPar=true) |
template<class GeoField > | |
static void | ReadFields (const word &fieldName, const typename GeoField::Mesh &mesh, const wordList &timeNames, objectRegistry &fieldsCache) |
template<class GeoField > | |
static void | ReadFields (const word &fieldName, const typename GeoField::Mesh &mesh, const wordList &timeNames, const word ®istryName="fieldsCache") |
template<class GeoFieldType > | |
void | readFields (const typename GeoFieldType::Mesh &mesh, const IOobjectList &objects, const wordHashSet &selectedFields, LIFOStack< regIOobject * > &storedObjects) |
template<class GeoFieldType > | |
void | readUniformFields (const IOobjectList &objects, const wordHashSet &selectedFields, LIFOStack< regIOobject * > &storedObjects, const bool syncPar=true) |
Field reading functions for post-processing utilities.
Original source file ReadFields.H
Definition in file ReadFields.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.