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


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

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

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