38#ifndef Foam_injectedParticleCloud_H
39#define Foam_injectedParticleCloud_H
55 public Cloud<injectedParticle>
const word cloudName(propsDict.get< word >("cloud"))
Cloud(const polyMesh &mesh, const Foam::zero, const word &cloudName)
autoPtr< IOobject > clone() const
Clone.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
static word defaultName
The default cloud name: defaultCloud.
void operator=(const injectedParticleCloud &)=delete
No copy assignment.
injectedParticle parcelType
Type of parcel within the cloud.
virtual void readObjects(const objectRegistry &obr)
Read particle fields as objects from the obr registry.
injectedParticleCloud(const polyMesh &mesh, const Foam::zero, const word &cloudName=cloud::defaultName)
Construct without particles.
injectedParticleCloud(const injectedParticleCloud &)=delete
No copy construct.
virtual autoPtr< injectedParticleCloud > clone(const word &name) const
Construct and return clone based on (this) with new name.
virtual ~injectedParticleCloud()=default
Destructor.
virtual void writeObjects(objectRegistry &obr) const
Write particle fields as objects into the obr registry.
Primarily stores particle properties so that it can be injected at a later time. Note that this store...
Registry of regIOobjects.
Mesh consisting of general polyhedral cells.
A class for handling words, derived from Foam::string.
A class representing the concept of 0 (zero) that can be used to avoid manipulating objects known to ...
void readFields(const typename GeoFieldType::Mesh &mesh, const IOobjectList &objects, const NameMatchPredicate &selectedFields, DynamicList< regIOobject * > &storedObjects)
Read the selected GeometricFields of the templated type and store on the objectRegistry.
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.