Spray breakup "off". More...
#include <dieselSpray/noBreakup.H>
Spray breakup "off".
Definition at line 51 of file noBreakup.H.
Inheritance diagram for noBreakup:
Collaboration diagram for noBreakup:Public Member Functions | |
| TypeName ("off") | |
| Runtime type information.
| |
| noBreakup (const dictionary &dict, spray &sm) | |
| Construct from components.
| |
| ~noBreakup () | |
| void | breakupParcel (parcel &parcel, const scalar deltaT, const vector &vel, const liquidMixture &fuels) const |
| noBreakup | ( | const dictionary & | dict, |
| spray & | sm | ||
| ) |
Construct from components.
Definition at line 51 of file noBreakup.C.
| ~noBreakup | ( | ) |
Definition at line 62 of file noBreakup.C.
| TypeName | ( | "off" | ) |
Runtime type information.
| void breakupParcel | ( | parcel & | parcel, |
| const scalar | deltaT, | ||
| const vector & | vel, | ||
| const liquidMixture & | fuels | ||
| ) | const [virtual]
|
Implements breakupModel.
Definition at line 69 of file noBreakup.C.