Public Member Functions |
|
| TypeName ("voidFractionModel") |
|
| declareRunTimeSelectionTable (autoPtr, voidFractionModel, dictionary,(const dictionary &dict, cfdemCloud &sm),(dict, sm)) |
|
| voidFractionModel (const dictionary &dict, cfdemCloud &sm) |
|
virtual void | setvoidFraction (double **const &, double **&, double **&, double **&) const =0 |
|
tmp< volScalarField > | voidFractionInterp () const |
|
void | resetVoidFractions () const |
|
void | undoVoidFractions (double **const &) const |
|
double **const & | cellsPerParticle () const |
|
int | maxCellsPerParticle () const |
|
void | reAllocArrays () const |
|
| TypeName ("voidFractionModel") |
|
| declareRunTimeSelectionTable (autoPtr, voidFractionModel, dictionary,(const dictionary &dict, cfdemCloud &sm),(dict, sm)) |
|
| voidFractionModel (const dictionary &dict, cfdemCloud &sm) |
|
virtual void | setvoidFraction (double **const &, double **&, double **&, double **&) const =0 |
|
tmp< volScalarField > | voidFractionInterp () const |
|
void | resetVoidFractions () const |
|
void | undoVoidFractions (double **const &) const |
|
double **const & | cellsPerParticle () const |
|
int | maxCellsPerParticle () const |
|
void | reAllocArrays () const |
Static Public Member Functions |
|
static autoPtr< voidFractionModel > | New (const dictionary &dict, cfdemCloud &sm) |
|
static autoPtr< voidFractionModel > | New (const dictionary &dict, cfdemCloud &sm) |
Protected Attributes |
|
const dictionary & | dict_ |
|
cfdemCloud & | particleCloud_ |
|
volScalarField | voidfractionPrev_ |
|
volScalarField | voidfractionNext_ |
|
double ** | cellsPerParticle_ |
|
int | maxCellsPerParticle_ |