dripping Class Reference

Dripping film to cloud ejection transfer model. More...

Inheritance diagram for dripping:
Collaboration diagram for dripping:

Public Member Functions

 TypeName ("dripping")
 Runtime type information. More...
 
 dripping (const dictionary &dict, const solvers::isothermalFilm &film)
 Construct from dictionary and film model. More...
 
 dripping (const dripping &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~dripping ()
 Destructor. More...
 
virtual void correct ()
 Correct. More...
 
void operator= (const dripping &)=delete
 Disallow default bitwise assignment. More...
 

Detailed Description

Dripping film to cloud ejection transfer model.

On an inverted surface if the film thickness is sufficient to generate a valid parcel the equivalent mass is removed from the film and transferred to the cloud as a parcel containing droplets with a diameter obtained from the specified parcelDistribution.

Usage
Example usage:
filmCloudTransfer
{
    type    filmCloudTransfer;

    ejection
    {
        model   dripping;

        deltaStable 5e-4;

        minParticlesPerParcel 10;

        parcelDistribution
        {
            type            RosinRammler;
            Q               0;
            min             1e-3;
            max             2e-3;
            d               7.5e-05;
            n               0.5;
        }
    }
}
Source files

Definition at line 85 of file dripping.H.

Constructor & Destructor Documentation

◆ dripping() [1/2]

dripping ( const dictionary dict,
const solvers::isothermalFilm film 
)

Construct from dictionary and film model.

Definition at line 43 of file dripping.C.

◆ dripping() [2/2]

dripping ( const dripping )
delete

Disallow default bitwise copy construction.

◆ ~dripping()

~dripping ( )
virtual

Destructor.

Definition at line 76 of file dripping.C.

Member Function Documentation

◆ TypeName()

TypeName ( "dripping"  )

Runtime type information.

◆ correct()

void correct ( )
virtual

Correct.

Definition at line 82 of file dripping.C.

References delta, forAll, Foam::constant::mathematical::pi(), Foam::pow3(), and rho.

Here is the call graph for this function:

◆ operator=()

void operator= ( const dripping )
delete

Disallow default bitwise assignment.


The documentation for this class was generated from the following files: