Go to the source code of this file.
Namespaces | |
Foam | |
Namespace for OpenFOAM. | |
Functions | |
template<class Type > | |
bool | fieldOk (const IOobjectList &cloudObjs, const word &name) |
template<class Type > | |
tmp< Field< Type > > | readParticleField (const word &name, const IOobjectList cloudObjs) |
template<class Type > | |
void | readFields (PtrList< List< Type >> &values, const List< word > &fields, const IOobjectList &cloudObjs) |
template<class Type > | |
void | writeVTK (OFstream &os, const Type &value) |
template<class Type > | |
void | writeVTKFields (OFstream &os, const PtrList< List< Type >> &values, const List< List< label >> &addr, const List< word > &fieldNames) |
template<class Type > | |
void | processFields (OFstream &os, const List< List< label >> &addr, const List< word > &userFieldNames, const IOobjectList &cloudObjs) |
Original source file steadyParticleTracksTemplates.H
Definition in file steadyParticleTracksTemplates.H.