30 template<
class Type,
class GeoMesh>
45 mesh.thisDb().time().timeName(),
47 IOobjectOption::NO_READ,
48 IOobjectOption::NO_WRITE,
49 IOobjectOption::NO_REGISTER
58 template<
class Type,
class GeoMesh>
73 mesh.thisDb().time().timeName(),
75 IOobjectOption::NO_READ,
76 IOobjectOption::NO_WRITE,
77 IOobjectOption::NO_REGISTER
86 template<
class Type,
class GeoMesh>
100 mesh.thisDb().time().timeName(),
102 IOobjectOption::NO_READ,
103 IOobjectOption::NO_WRITE,
104 IOobjectOption::NO_REGISTER
113 template<
class Type,
class GeoMesh>
127 mesh.thisDb().time().timeName(),
129 IOobjectOption::NO_READ,
130 IOobjectOption::NO_WRITE,
131 IOobjectOption::NO_REGISTER
140 template<
class Type,
class GeoMesh>
156 IOobjectOption::NO_READ,
157 IOobjectOption::NO_WRITE,
158 IOobjectOption::NO_REGISTER
165 template<
class Type,
class GeoMesh>
166 template<
class AnyType>
182 IOobjectOption::NO_READ,
183 IOobjectOption::NO_WRITE,
184 IOobjectOption::NO_REGISTER
192 template<
class Type,
class GeoMesh>
193 template<
class AnyType>
209 IOobjectOption::NO_READ,
210 IOobjectOption::NO_WRITE,
211 IOobjectOption::NO_REGISTER
Generic dimensioned Type class.
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions, const bool initCopy=false)
Global function forwards to reuseTmpDimensionedField::New.
Dimension set for the base types, which can be used to implement rigorous dimension checking for alge...
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for INVALID.
Generic templated field type.
A class for handling words, derived from Foam::string.
static tmp< DimensionedField< Type, GeoMesh > > New(const word &name, const Mesh &mesh, const dimensionSet &ds, const Field< Type > &iField)
Return tmp field from name, mesh, dimensions, copy of internal field.
Foam::pointMesh ::Mesh Mesh
Type of mesh on which this DimensionedField is instantiated.
gmvFile<< "tracers "<< particles.size()<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.position().x()<< ' ';}gmvFile<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.position().y()<< ' ';}gmvFile<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.position().z()<< ' ';}gmvFile<< nl;for(const word &name :lagrangianScalarNames){ IOField< scalar > fld(IOobject(name, runTime.timeName(), cloud::prefix, mesh, IOobject::MUST_READ, IOobject::NO_WRITE))
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
A class for managing temporary objects.
Defines the attributes of an object for which implicit objectRegistry management is supported...