Particle injection sources read from look-up table. Each row corresponds to an injection site. More...
#include <ReactingLookupTableInjection.H>


Public Member Functions | |
| TypeName ("reactingLookupTableInjection") | |
| Runtime type information. | |
| ReactingLookupTableInjection (const dictionary &dict, CloudType &owner, const word &modelName) | |
| Construct from dictionary. | |
| ReactingLookupTableInjection (const ReactingLookupTableInjection< CloudType > &im) | |
| Construct copy. | |
| virtual autoPtr< InjectionModel< CloudType > > | clone () const |
| Construct and return a clone. | |
| virtual | ~ReactingLookupTableInjection ()=default |
| Destructor. | |
| virtual void | updateMesh () |
| Set injector locations when mesh is updated. | |
| scalar | timeEnd () const |
| Return the end-of-injection time. | |
| virtual label | parcelsToInject (const scalar time0, const scalar time1) |
| Number of parcels to introduce relative to SOI. | |
| virtual scalar | volumeToInject (const scalar time0, const scalar time1) |
| Volume of parcels to introduce relative to SOI. | |
| virtual void | setPositionAndCell (const label parcelI, const label nParcels, const scalar time, vector &position, label &cellOwner, label &tetFacei, label &tetPti) |
| Set the injection position and owner cell, tetFace and tetPt. | |
| virtual void | setProperties (const label parcelI, const label nParcels, const scalar time, typename CloudType::parcelType &parcel) |
| Set the parcel properties. | |
| virtual bool | fullyDescribed () const |
| Flag to identify whether model fully describes the parcel. | |
| virtual bool | validInjection (const label parcelI) |
| Return flag to identify whether or not injection of parcelI is permitted. | |
| Public Member Functions inherited from InjectionModel< CloudType > | |
| TypeName ("injectionModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, InjectionModel, dictionary,(const dictionary &dict, CloudType &owner, const word &modelType),(dict, owner, modelType)) | |
| Declare runtime constructor selection table. | |
| InjectionModel (CloudType &owner) | |
| Construct null from owner. | |
| InjectionModel (const dictionary &dict, CloudType &owner, const word &modelName, const word &modelType) | |
| Construct from dictionary. | |
| InjectionModel (const InjectionModel< CloudType > &im) | |
| Construct copy. | |
| virtual | ~InjectionModel ()=default |
| Destructor. | |
| scalar | timeStart () const |
| Return the start-of-injection time. | |
| scalar | volumeTotal () const |
| Return the total volume to be injected across the event. | |
| scalar | massTotal () const |
| Return mass of particles to introduce. | |
| scalar | massInjected () const |
| Return mass of particles injected (cumulative). | |
| label | injectorID () const |
| Return injectorID. | |
| virtual scalar | averageParcelMass () |
| Return the average parcel mass over the injection period. | |
| label | nInjections () const |
| Return the number of injections. | |
| label | parcelsAddedTotal () const |
| Return the total number parcels added. | |
| template<class TrackCloudType> | |
| void | inject (TrackCloudType &cloud, typename CloudType::parcelType::trackingData &td) |
| Main injection loop. | |
| template<class TrackCloudType> | |
| void | injectSteadyState (TrackCloudType &cloud, typename CloudType::parcelType::trackingData &td, const scalar trackTime) |
| Main injection loop - steady-state. | |
| virtual void | info () |
| Write injection info. | |
| Public Member Functions inherited from CloudSubModelBase< CloudType > | |
| CloudSubModelBase (CloudType &owner) | |
| Construct null from owner cloud. | |
| CloudSubModelBase (CloudType &owner, const dictionary &dict, const word &baseName, const word &modelType, const word &dictExt="Coeffs") | |
| Construct from owner cloud without name. | |
| CloudSubModelBase (const word &modelName, CloudType &owner, const dictionary &dict, const word &baseName, const word &modelType) | |
| Construct from owner cloud with name. | |
| CloudSubModelBase (const CloudSubModelBase< CloudType > &smb) | |
| Construct as copy. | |
| virtual | ~CloudSubModelBase ()=default |
| Destructor. | |
| const CloudType & | owner () const |
| Return const access to the owner cloud. | |
| virtual bool | writeTime () const |
| Flag to indicate when to write a property. | |
| virtual fileName | localPath () const |
| Output directory. | |
| CloudType & | owner () |
| Return non-const access to the owner cloud for manipulation. | |
| virtual void | write (Ostream &os) const |
| Write to os. | |
| Public Member Functions inherited from subModelBase | |
| subModelBase (dictionary &properties) | |
| Construct null. | |
| subModelBase (dictionary &properties, const dictionary &dict, const word &baseName, const word &modelType, const word &dictExt="Coeffs") | |
| Construct from components without name. | |
| subModelBase (const word &modelName, dictionary &properties, const dictionary &dict, const word &baseName, const word &modelType) | |
| Construct from components with name. | |
| subModelBase (const subModelBase &smb) | |
| Construct as copy. | |
| virtual | ~subModelBase ()=default |
| Destructor. | |
| const word & | modelName () const |
| Return const access to the name of the sub-model. | |
| const dictionary & | dict () const |
| Return const access to the cloud dictionary. | |
| const word & | baseName () const |
| Return const access to the base name of the sub-model. | |
| const word & | modelType () const |
| Return const access to the sub-model type. | |
| const dictionary & | coeffDict () const |
| Return const access to the coefficients dictionary. | |
| const dictionary & | properties () const |
| Return const access to the properties dictionary. | |
| virtual bool | defaultCoeffs (const bool printMsg) const |
| Returns true if defaultCoeffs is true and outputs on printMsg. | |
| virtual bool | active () const |
| Return the model 'active' status - default active = true. | |
| virtual void | cacheFields (const bool store) |
| Cache dependent sub-model fields. | |
| template<class Type> | |
| Type | getBaseProperty (const word &entryName, const Type &defaultValue=Type(Zero)) const |
| Retrieve generic property from the base model. | |
| template<class Type> | |
| void | getBaseProperty (const word &entryName, Type &value) const |
| Retrieve generic property from the base model. | |
| template<class Type> | |
| void | setBaseProperty (const word &entryName, const Type &value) |
| Add generic property to the base model. | |
| bool | getModelDict (const word &entryName, dictionary &dict) const |
| Retrieve dictionary, return true if set. | |
| template<class Type> | |
| bool | getModelProperty (const word &entryName, Type &value) const |
| Retrieve generic property from the sub-model. | |
| template<class Type> | |
| Type | getModelProperty (const word &entryName, const Type &defaultValue=Type(Zero)) const |
| Retrieve generic property from the sub-model. | |
| template<class Type> | |
| void | setModelProperty (const word &entryName, const Type &value) |
| Add generic property to the sub-model. | |
Additional Inherited Members | |
| Public Types inherited from InjectionModel< CloudType > | |
| enum | parcelBasis { pbNumber , pbMass , pbFixed } |
| Parcel basis representation options i.e constant number of particles OR constant mass per parcel. More... | |
| typedef CloudType::parcelType | parcelType |
| Convenience typedef for parcelType. | |
| Public Types inherited from CloudSubModelBase< CloudType > | |
| typedef CloudType | cloudType |
| Type of cloud this model was instantiated for. | |
| Static Public Member Functions inherited from InjectionModel< CloudType > | |
| static autoPtr< InjectionModel< CloudType > > | New (const dictionary &dict, CloudType &owner) |
| Selector with lookup from dictionary. | |
| static autoPtr< InjectionModel< CloudType > > | New (const dictionary &dict, const word &modelName, const word &modelType, CloudType &owner) |
| Selector with name and type. | |
| Public Attributes inherited from subModelBase | |
| bool | log |
| Flag to write log into Info. | |
| Protected Member Functions inherited from InjectionModel< CloudType > | |
| virtual bool | prepareForNextTimeStep (const scalar time, label &newParcels, scalar &newVolumeFraction) |
| Determine properties for next time step/injection interval. | |
| virtual bool | findCellAtPosition (label &celli, label &tetFacei, label &tetPti, vector &position, bool errorOnNotFound=true) |
| Find the cell that contains the supplied position. | |
| virtual scalar | setNumberOfParticles (const label parcels, const scalar volumeFraction, const scalar diameter, const scalar rho) |
| Set number of particles to inject given parcel properties. | |
| virtual void | postInjectCheck (const label parcelsAdded, const scalar massAdded) |
| Post injection checks. | |
| Protected Member Functions inherited from subModelBase | |
| bool | inLine () const |
| Flag to indicate whether data is/was read in-line. | |
| Protected Attributes inherited from InjectionModel< CloudType > | |
| scalar | SOI_ |
| Start of injection [s]. | |
| scalar | volumeTotal_ |
| Total volume of particles introduced by this injector [m^3] Note: scaled to ensure massTotal is achieved. | |
| scalar | massTotal_ |
| Total mass to inject [kg]. | |
| autoPtr< Function1< scalar > > | massFlowRate_ |
| Mass flow rate profile for steady calculations. | |
| scalar | massInjected_ |
| Total mass injected to date [kg]. | |
| label | nInjections_ |
| Number of injections counter. | |
| label | parcelsAddedTotal_ |
| Running counter of total number of parcels added. | |
| parcelBasis | parcelBasis_ |
| Parcel basis enumeration. | |
| scalar | nParticleFixed_ |
| nParticle to assign to parcels when the 'fixed' basis is selected | |
| scalar | time0_ |
| Continuous phase time at start of injection time step [s]. | |
| scalar | timeStep0_ |
| Time at start of injection time step [s]. | |
| scalar | minParticlesPerParcel_ |
| Minimum number of particles used to represent each parcel default = 1. | |
| scalar | delayedVolume_ |
| Volume that should have been injected, but would lead to less than minParticlesPerParcel_ particle per parcel. | |
| label | injectorID_ |
| Optional injector ID. | |
| bool | ignoreOutOfBounds_ |
| Optional flag to indicate that injections attempted outside the mesh should be ignored. | |
| Protected Attributes inherited from CloudSubModelBase< CloudType > | |
| CloudType & | owner_ |
| Reference to the cloud. | |
| Protected Attributes inherited from subModelBase | |
| const word | modelName_ |
| Name of the sub-model. | |
| dictionary & | properties_ |
| Reference to properties dictionary e.g. for restart. | |
| const dictionary | dict_ |
| Copy of dictionary used during construction. | |
| const word | baseName_ |
| Name of the sub-model base class. | |
| const word | modelType_ |
| Type of the sub-model. | |
| const dictionary | coeffDict_ |
| Coefficients dictionary. | |
Particle injection sources read from look-up table. Each row corresponds to an injection site.
( (x y z) (u v w) d rho mDot T cp (Y0..YN) // injector 1 (x y z) (u v w) d rho mDot T cp (Y0..YN) // injector 2 ... (x y z) (u v w) d rho mDot T cp (Y0..YN) // injector N );
where: x, y, z = global cartesian coordinates [m] u, v, w = global cartesian velocity components [m/s] d = diameter [m] rho = density [kg/m3] mDot = mass flow rate [kg/s] T = temperature [K] cp = specific heat capacity [J/kg/K] Y = list of mass fractions
Definition at line 69 of file ReactingLookupTableInjection.H.
| ReactingLookupTableInjection | ( | const dictionary & | dict, |
| CloudType & | owner, | ||
| const word & | modelName ) |
Construct from dictionary.
Definition at line 27 of file ReactingLookupTableInjection.C.
References subModelBase::coeffDict(), subModelBase::dict(), forAll, Foam::GlobalIOList< Tuple2< scalar, vector > >::typeName, InjectionModel< CloudType >::InjectionModel(), subModelBase::modelName(), CloudSubModelBase< CloudType >::owner(), updateMesh(), and InjectionModel< CloudType >::volumeTotal_.
Referenced by clone(), ReactingLookupTableInjection(), and TypeName().


| ReactingLookupTableInjection | ( | const ReactingLookupTableInjection< CloudType > & | im | ) |
Construct copy.
Definition at line 69 of file ReactingLookupTableInjection.C.
References InjectionModel< CloudType >::InjectionModel(), and ReactingLookupTableInjection().

|
virtualdefault |
Destructor.
| TypeName | ( | "reactingLookupTableInjection" | ) |
Runtime type information.
References subModelBase::dict(), subModelBase::modelName(), CloudSubModelBase< CloudType >::owner(), and ReactingLookupTableInjection().

|
inlinevirtual |
Construct and return a clone.
Implements InjectionModel< CloudType >.
Definition at line 147 of file ReactingLookupTableInjection.H.
References ReactingLookupTableInjection().

|
virtual |
Set injector locations when mesh is updated.
Reimplemented from InjectionModel< CloudType >.
Definition at line 89 of file ReactingLookupTableInjection.C.
References bitSet::count(), Foam::endl(), InjectionModel< CloudType >::findCellAtPosition(), bitSet::flip(), forAll, InjectionModel< CloudType >::ignoreOutOfBounds_, Foam::Info, Foam::inplaceSubset(), bitSet::set(), and x.
Referenced by ReactingLookupTableInjection().


|
virtual |
Return the end-of-injection time.
Implements InjectionModel< CloudType >.
Definition at line 131 of file ReactingLookupTableInjection.C.
References InjectionModel< CloudType >::SOI_.
|
virtual |
Number of parcels to introduce relative to SOI.
Implements InjectionModel< CloudType >.
Definition at line 138 of file ReactingLookupTableInjection.C.
|
virtual |
Volume of parcels to introduce relative to SOI.
Implements InjectionModel< CloudType >.
Definition at line 154 of file ReactingLookupTableInjection.C.
References forAll.
|
virtual |
Set the injection position and owner cell, tetFace and tetPt.
Implements InjectionModel< CloudType >.
Definition at line 174 of file ReactingLookupTableInjection.C.
References CloudSubModelBase< CloudType >::owner(), Random::position(), and Vector< Cmpt >::x().

|
virtual |
Set the parcel properties.
Implements InjectionModel< CloudType >.
Definition at line 204 of file ReactingLookupTableInjection.C.
References DSMCParcel< ParcelType >::U().

|
virtual |
Flag to identify whether model fully describes the parcel.
Implements InjectionModel< CloudType >.
Definition at line 235 of file ReactingLookupTableInjection.C.
|
virtual |
Return flag to identify whether or not injection of parcelI is permitted.
Implements InjectionModel< CloudType >.
Definition at line 242 of file ReactingLookupTableInjection.C.