Templated break-up model class.
More...
|
| | TypeName ("breakupModel") |
| | Runtime type information. More...
|
| |
| | declareRunTimeSelectionTable (autoPtr, BreakupModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner)) |
| | Declare runtime constructor selection table. More...
|
| |
| | BreakupModel (CloudType &owner) |
| | Construct null from owner. More...
|
| |
| | BreakupModel (const dictionary &dict, CloudType &owner, const word &type, bool solveOscillationEq=false) |
| | Construct from dictionary. More...
|
| |
| | BreakupModel (const BreakupModel< CloudType > &bum) |
| | Construct copy. More...
|
| |
| virtual autoPtr< BreakupModel< CloudType > > | clone () const =0 |
| | Construct and return a clone. More...
|
| |
| virtual | ~BreakupModel () |
| | Destructor. More...
|
| |
| bool | solveOscillationEq () const |
| |
| const scalar & | y0 () const |
| |
| const scalar & | yDot0 () const |
| |
| const scalar & | TABComega () const |
| |
| const scalar & | TABCmu () const |
| |
| const scalar & | TABtwoWeCrit () const |
| |
| virtual bool | update (const scalar dt, const vector &g, scalar &d, scalar &tc, scalar &ms, scalar &nParticle, scalar &KHindex, scalar &y, scalar &yDot, const scalar d0, const scalar rho, const scalar mu, const scalar sigma, const vector &U, const scalar rhoc, const scalar muc, const vector &Urel, const scalar Urmag, const scalar tMom, scalar &dChild, scalar &massChild)=0 |
| | Update the parcel properties and return true if a child parcel. More...
|
| |
template<class CloudType>
class Foam::BreakupModel< CloudType >
Templated break-up model class.
- Source files
-
Definition at line 49 of file SprayCloud.H.
◆ BreakupModel() [1/3]
◆ BreakupModel() [2/3]
◆ BreakupModel() [3/3]
◆ ~BreakupModel()
◆ TypeName()
| TypeName |
( |
"breakupModel" |
| ) |
|
Runtime type information.
◆ declareRunTimeSelectionTable()
Declare runtime constructor selection table.
◆ clone()
◆ New()
◆ solveOscillationEq()
| bool solveOscillationEq |
( |
| ) |
const |
|
inline |
◆ y0()
| const scalar& y0 |
( |
| ) |
const |
|
inline |
◆ yDot0()
| const scalar& yDot0 |
( |
| ) |
const |
|
inline |
◆ TABComega()
| const scalar& TABComega |
( |
| ) |
const |
|
inline |
◆ TABCmu()
| const scalar& TABCmu |
( |
| ) |
const |
|
inline |
◆ TABtwoWeCrit()
| const scalar& TABtwoWeCrit |
( |
| ) |
const |
|
inline |
◆ update()
| virtual bool update |
( |
const scalar |
dt, |
|
|
const vector & |
g, |
|
|
scalar & |
d, |
|
|
scalar & |
tc, |
|
|
scalar & |
ms, |
|
|
scalar & |
nParticle, |
|
|
scalar & |
KHindex, |
|
|
scalar & |
y, |
|
|
scalar & |
yDot, |
|
|
const scalar |
d0, |
|
|
const scalar |
rho, |
|
|
const scalar |
mu, |
|
|
const scalar |
sigma, |
|
|
const vector & |
U, |
|
|
const scalar |
rhoc, |
|
|
const scalar |
muc, |
|
|
const vector & |
Urel, |
|
|
const scalar |
Urmag, |
|
|
const scalar |
tMom, |
|
|
scalar & |
dChild, |
|
|
scalar & |
massChild |
|
) |
| |
|
pure virtual |
◆ solveOscillationEq_
◆ y0_
◆ yDot0_
◆ TABComega_
◆ TABCmu_
◆ TABtwoWeCrit_
The documentation for this class was generated from the following files: