Go to the documentation of this file.
26 #ifndef steadyParticleTracksTemplates_H
27 #define steadyParticleTracksTemplates_H
42 bool fieldOk(
const IOobjectList& cloudObjs,
const word&
name);
48 const IOobjectList cloudObjs
56 const IOobjectList& cloudObjs
60 void writeVTK(OFstream& os,
const Type& value);
67 const List<SortableList<scalar> >& agePerTrack,
74 const List<SortableList<scalar> >& agePerTrack,
76 const IOobjectList& cloudObjs
Info<< "Creating field dpdt\n"<< endl;volScalarField dpdt(IOobject("dpdt", runTime.timeName(), mesh), mesh, dimensionedScalar("dpdt", p.dimensions()/dimTime, 0));Info<< "Creating field kinetic energy K\n"<< endl;volScalarField K("K", 0.5 *magSqr(U));volScalarField p_rgh(IOobject("p_rgh", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);p_rgh=p - rho *gh;mesh.setFluxRequired(p_rgh.name());multivariateSurfaceInterpolationScheme< scalar >::fieldTable fields
tmp< Field< Type > > readParticleField(const word &name, const IOobjectList cloudObjs)
void writeVTK(OFstream &os, const Type &value)
void writeVTKFields(OFstream &os, const PtrList< List< Type > > &values, const List< SortableList< scalar > > &agePerTrack, const List< word > &fieldNames)
bool fieldOk(const IOobjectList &cloudObjs, const word &name)
wordList fieldNames(const IOobjectList &objects, const bool syncPar)
Get sorted names of fields of type. If syncPar and running in parallel.
void processFields(OFstream &os, const List< SortableList< scalar > > &agePerTrack, const List< word > &userFieldNames, const IOobjectList &cloudObjs)
void readFields(const typename GeoMesh::Mesh &mesh, const IOobjectList &objects, PtrList< GeometricField< Type, PatchField, GeoMesh > > &fields, const bool readOldTime)
word name(const complex &)
Return a string representation of a complex.