This source condition sets the values of the pressure to that of the carrier plus an amount caused by the effect of the surface tension on a spherical droplet or bubble. More...


Public Member Functions | |
| TypeName ("LaplacePressure") | |
| Runtime type information. More... | |
| LaplacePressureLagrangianScalarFieldSource (const regIOobject &, const dictionary &dict) | |
| Construct from internal field and dictionary. More... | |
| LaplacePressureLagrangianScalarFieldSource (const LaplacePressureLagrangianScalarFieldSource &, 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 | ~LaplacePressureLagrangianScalarFieldSource () |
| Destructor. More... | |
| virtual tmp< LagrangianSubScalarField > | value (const LagrangianInjection &, const LagrangianSubMesh &) const |
| Return the value for an instantaneous injection. More... | |
| virtual tmp< LagrangianSubScalarField > | value (const LagrangianSubMesh &) const |
| Return the value without a model. More... | |
| virtual void | write (Ostream &) const |
| Write. More... | |
This source condition sets the values of the pressure to that of the carrier plus an amount caused by the effect of the surface tension on a spherical droplet or bubble.
Note that for now, the surface tension is an input parameter. This is likely to change as more surface-tension-dependent models are introduced and it becomes necessary to centralise the specification of the surface tension modelling. For now, this serves as a proof of concept that the pressure of the particles can differ from that of the carrier.
| Property | Description | Required? | Default |
|---|---|---|---|
sigma | The surface tension coefficient | yes |
Example specification:
<LagrangianModelName>
{
type LaplacePressure;
sigma 0.07 [N/m];
}Definition at line 82 of file LaplacePressureLagrangianScalarFieldSource.H.
| LaplacePressureLagrangianScalarFieldSource | ( | const regIOobject & | iIo, |
| const dictionary & | dict | ||
| ) |
Construct from internal field and dictionary.
Definition at line 33 of file LaplacePressureLagrangianScalarFieldSource.C.
Referenced by LaplacePressureLagrangianScalarFieldSource::clone().

| LaplacePressureLagrangianScalarFieldSource | ( | const LaplacePressureLagrangianScalarFieldSource & | field, |
| const regIOobject & | iIo | ||
| ) |
Copy constructor setting the internal field reference.
Definition at line 46 of file LaplacePressureLagrangianScalarFieldSource.C.
|
virtual |
Destructor.
Definition at line 61 of file LaplacePressureLagrangianScalarFieldSource.C.
| TypeName | ( | "LaplacePressure" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone setting the internal field reference.
Definition at line 118 of file LaplacePressureLagrangianScalarFieldSource.H.
References LaplacePressureLagrangianScalarFieldSource::LaplacePressureLagrangianScalarFieldSource().

|
virtual |
Return the value for an instantaneous injection.
Definition at line 69 of file LaplacePressureLagrangianScalarFieldSource.C.
|
virtual |
Return the value without a model.
Definition at line 82 of file LaplacePressureLagrangianScalarFieldSource.C.
|
virtual |
Write.
Definition at line 93 of file LaplacePressureLagrangianScalarFieldSource.C.
References Foam::vtkWriteOps::write(), and Foam::writeEntry().
