This source condition provides the volume of introduced particles. It converts between the corresponding diameter/etc..., conditions to automatically produce a value for the volume. It is selected automatically by the functions that need it, so the user should never need to specify this condition explicitly. More...


Public Member Functions | |
| TypeName ("volume") | |
| Runtime type information. More... | |
| volumeLagrangianScalarFieldSource (const regIOobject &) | |
| Construct from internal field. More... | |
| volumeLagrangianScalarFieldSource (const regIOobject &, const dictionary &) | |
| Construct from internal field and dictionary. More... | |
| volumeLagrangianScalarFieldSource (const volumeLagrangianScalarFieldSource &, const regIOobject &) | |
| Copy constructor setting the internal field reference. More... | |
| virtual autoPtr< LagrangianScalarFieldSource > | clone (const regIOobject &iIo) const |
| Construct and return a clone setting the internal field reference. More... | |
| virtual | ~volumeLagrangianScalarFieldSource () |
| Destructor. More... | |
| virtual tmp< LagrangianSubScalarField > | value (const LagrangianInjection &, const LagrangianSubMesh &) const |
| Return the value for an instantaneous injection. More... | |
This source condition provides the volume of introduced particles. It converts between the corresponding diameter/etc..., conditions to automatically produce a value for the volume. It is selected automatically by the functions that need it, so the user should never need to specify this condition explicitly.
Definition at line 53 of file volumeLagrangianScalarFieldSource.H.
| volumeLagrangianScalarFieldSource | ( | const regIOobject & | iIo | ) |
Construct from internal field.
Definition at line 32 of file volumeLagrangianScalarFieldSource.C.
Referenced by volumeLagrangianScalarFieldSource::clone().

| volumeLagrangianScalarFieldSource | ( | const regIOobject & | iIo, |
| const dictionary & | dict | ||
| ) |
Construct from internal field and dictionary.
Definition at line 42 of file volumeLagrangianScalarFieldSource.C.
| volumeLagrangianScalarFieldSource | ( | const volumeLagrangianScalarFieldSource & | field, |
| const regIOobject & | iIo | ||
| ) |
Copy constructor setting the internal field reference.
Definition at line 53 of file volumeLagrangianScalarFieldSource.C.
|
virtual |
Destructor.
Definition at line 66 of file volumeLagrangianScalarFieldSource.C.
| TypeName | ( | "volume" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone setting the internal field reference.
Definition at line 84 of file volumeLagrangianScalarFieldSource.H.
References volumeLagrangianScalarFieldSource::volumeLagrangianScalarFieldSource().

|
virtual |
Return the value for an instantaneous injection.
Definition at line 73 of file volumeLagrangianScalarFieldSource.C.