44 #ifndef LaEuScalarTemp_H
45 #define LaEuScalarTemp_H
47 #include "forceModel.H"
48 #include "averagingModel.H"
49 #include "interpolationCellPoint.H"
66 dictionary propsDict_;
70 const volScalarField& tempField_;
72 word voidfractionFieldName_;
74 const volScalarField& voidfraction_;
80 const volVectorField& U_;
84 mutable double **partTemp_;
86 word partHeatFluxName_;
88 mutable double **partHeatFlux_;
94 void allocateMyArrays()
const;
99 TypeName(
"LaEuScalarTemp");
106 const dictionary& dict,
116 void setForce()
const;
118 void manipulateScalarField(volScalarField&)
const;
Definition: cfdemCloud.H:81
Definition: forceModel.H:55
Definition: LaEuScalarTemp.H:60