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


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... | |
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.
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;
}
}
}
Definition at line 85 of file dripping.H.
| dripping | ( | const dictionary & | dict, |
| const solvers::isothermalFilm & | film | ||
| ) |
Construct from dictionary and film model.
Definition at line 43 of file dripping.C.
|
virtual |
Destructor.
Definition at line 76 of file dripping.C.
| TypeName | ( | "dripping" | ) |
Runtime type information.
|
virtual |
Correct.
Definition at line 82 of file dripping.C.
References delta, forAll, Foam::constant::mathematical::pi(), Foam::pow3(), and rho.

|
delete |
Disallow default bitwise assignment.