|
| cfdemCloudIB (const fvMesh &mesh) |
|
void | getDEMdata () |
|
bool | reAllocArrays () const |
|
bool | evolve () |
|
void | calcVelocityCorrection (volScalarField &, volVectorField &, volScalarField &, volScalarField &) |
|
vector | angularVelocity (int) |
|
double ** | angularVelocities () const |
|
| cfdemCloud (const fvMesh &mesh) |
|
void | checkCG (bool) |
|
void | setPos (double **&) |
|
word | modelType () |
|
label | particleCell (int) |
|
vector | position (int) |
|
vector | velocity (int) |
|
vector | fluidVel (int) |
|
virtual const forceModel & | forceM (int) |
|
virtual int | nrForceModels () |
|
scalar | voidfraction (int) |
|
label | liggghtsCommandModelIndex (word) |
|
void | setCG (double) const |
|
const scalar & | cg () const |
|
const bool & | impDEMdrag () const |
|
const bool & | impDEMdragAcc () const |
|
const scalar & | imExSplitFactor () const |
|
const bool & | treatVoidCellsAsExplicitForce () const |
|
const bool & | ignore () const |
|
const fvMesh & | mesh () const |
|
bool | solveFlow () const |
|
bool | verbose () const |
|
const IOdictionary & | couplingProperties () const |
|
double ** | positions () const |
|
double ** | velocities () const |
|
double ** | fluidVels () const |
|
double ** | fAccs () const |
|
double ** | impForces () const |
|
double ** | expForces () const |
|
double ** | DEMForces () const |
|
double ** | Cds () const |
|
double ** | radii () const |
|
double ** | voidfractions () const |
|
void | get_radii (double **&) const |
|
double ** | cellIDs () const |
|
void | get_cellIDs (double **&) const |
|
double ** | particleWeights () const |
|
virtual label | body (int) |
|
virtual double | particleVolume (int) |
|
scalar | radius (int) |
|
virtual double | d (int) |
|
scalar | d32 (bool recalc=true) |
|
virtual double | dMin () |
|
virtual double | dMax () |
|
virtual int | minType () |
|
virtual int | maxType () |
|
virtual bool | multipleTypesDMax () |
|
virtual bool | multipleTypesDMin () |
|
virtual double ** | particleDensity () const |
|
virtual int ** | particleTypes () const |
|
virtual label | particleType (label index) const |
|
virtual double ** | DEMTorques () const |
|
virtual double ** | omegaArray () const |
|
virtual vector | omega (int) const |
|
virtual double ** | exArray () const |
|
virtual vector | ex (int) const |
|
virtual bool | SRFOn () |
|
int | numberOfParticles () const |
|
bool | numberOfParticlesChanged () const |
|
int | numberOfClumps () const |
|
bool | arraysReallocated () const |
|
const wordList & | forceModels () |
|
const voidFractionModel & | voidFractionM () const |
|
const locateModel & | locateM () const |
|
const momCoupleModel & | momCoupleM (int) const |
|
const dataExchangeModel & | dataExchangeM () const |
|
const IOModel & | IOM () const |
|
const probeModel & | probeM () const |
|
const averagingModel & | averagingM () const |
|
const clockModel & | clockM () const |
|
const smoothingModel & | smoothingM () const |
|
const meshMotionModel & | meshMotionM () const |
|
const wordList & | liggghtsCommandModelList () const |
|
autoPtr< liggghtsCommandModel > * | liggghtsCommand () const |
|
virtual bool | evolve (volScalarField &, volVectorField &, volVectorField &) |
|
virtual bool | reAllocArrays (int nP, bool forceRealloc) const |
|
void | writeScalarFieldToTerminal (double **&) |
|
void | writeVectorFieldToTerminal (double **&) |
|
tmp< fvVectorMatrix > | divVoidfractionTau (volVectorField &, volScalarField &) const |
|
tmp< volScalarField > | ddtVoidfraction () const |
|
void | calcDdtVoidfraction (volScalarField &voidfraction) const |
|
tmp< volScalarField > | voidfractionNuEff (volScalarField &) const |
|
void | resetArray (double **&, int, int, double resetVal=0.) |
|
std::vector< std::vector
< double * > > * | getVprobe () |
|
std::vector< std::vector
< double > > * | getSprobe () |
|
|
double ** | angularVelocities_ |
|
label | pRefCell_ |
|
scalar | pRefValue_ |
|
bool | haveEvolvedOnce_ |
|
bool | skipLagrangeToEulerMapping_ |
|
const fvMesh & | mesh_ |
|
IOdictionary | couplingProperties_ |
|
IOdictionary | liggghtsCommandDict_ |
|
Switch | solveFlow_ |
|
bool | verbose_ |
|
bool | ignore_ |
|
const word | modelType_ |
|
double ** | positions_ |
|
double ** | velocities_ |
|
double ** | fluidVel_ |
|
double ** | fAcc_ |
|
double ** | impForces_ |
|
double ** | expForces_ |
|
double ** | DEMForces_ |
|
double ** | Cds_ |
|
double ** | radii_ |
|
double ** | voidfractions_ |
|
double ** | cellIDs_ |
|
double ** | particleWeights_ |
|
double ** | particleVolumes_ |
|
double ** | particleV_ |
|
int | numberOfParticles_ |
|
scalar | d32_ |
|
bool | numberOfParticlesChanged_ |
|
bool | arraysReallocated_ |
|
const wordList | forceModels_ |
|
const wordList | momCoupleModels_ |
|
const wordList | liggghtsCommandModelList_ |
|
const word | turbulenceModelType_ |
|
scalar | cg_ |
|
bool | cgOK_ |
|
bool | impDEMdrag_ |
|
bool | impDEMdragAcc_ |
|
scalar | imExSplitFactor_ |
|
bool | treatVoidCellsAsExplicitForce_ |
|
bool | useDDTvoidfraction_ |
|
volScalarField | ddtVoidfraction_ |
|
autoPtr< forceModel > * | forceModel_ |
|
autoPtr< locateModel > | locateModel_ |
|
autoPtr< momCoupleModel > * | momCoupleModel_ |
|
autoPtr< dataExchangeModel > | dataExchangeModel_ |
|
autoPtr< IOModel > | IOModel_ |
|
autoPtr< probeModel > | probeModel_ |
|
autoPtr< voidFractionModel > | voidFractionModel_ |
|
autoPtr< averagingModel > | averagingModel_ |
|
autoPtr< clockModel > | clockModel_ |
|
autoPtr< smoothingModel > | smoothingModel_ |
|
autoPtr< meshMotionModel > | meshMotionModel_ |
|
autoPtr< liggghtsCommandModel > * | liggghtsCommand_ |
|