Go to the documentation of this file.
42 #ifndef SurfaceReactionModel_H
43 #define SurfaceReactionModel_H
60 template<
class CloudType>
61 class SurfaceReactionModel
63 public CloudSubModelBase<CloudType>
169 #define makeSurfaceReactionModel(CloudType) \
171 typedef Foam::CloudType::reactingMultiphaseCloudType \
172 reactingMultiphaseCloudType; \
173 defineNamedTemplateTypeNameAndDebug \
175 Foam::SurfaceReactionModel<reactingMultiphaseCloudType>, \
180 defineTemplateRunTimeSelectionTable \
182 SurfaceReactionModel<reactingMultiphaseCloudType>, \
188 #define makeSurfaceReactionModelType(SS, CloudType) \
190 typedef Foam::CloudType::reactingMultiphaseCloudType \
191 reactingMultiphaseCloudType; \
192 defineNamedTemplateTypeNameAndDebug \
193 (Foam::SS<reactingMultiphaseCloudType>, 0); \
195 Foam::SurfaceReactionModel<reactingMultiphaseCloudType>:: \
196 adddictionaryConstructorToTable \
197 <Foam::SS<reactingMultiphaseCloudType>> \
198 add##SS##CloudType##reactingMultiphaseCloudType##ConstructorToTable_;
Templated surface reaction model class.
A class for handling words, derived from Foam::string.
virtual ~SurfaceReactionModel()=default
SurfaceReactionModel(CloudType &owner)
void addToSurfaceReactionMass(const scalar dMass)
Generic templated field type.
declareRunTimeSelectionTable(autoPtr, SurfaceReactionModel, dictionary,(const dictionary &dict, CloudType &cloud),(dict, cloud))
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
Templated base class for dsmc cloud.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual autoPtr< SurfaceReactionModel< CloudType > > clone() const =0
OBJstream os(runTime.globalPath()/outputName)
static autoPtr< SurfaceReactionModel< CloudType > > New(const dictionary &dict, CloudType &cloud)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A cloud is a registry collection of lagrangian particles.
Macros to ease declaration of run-time selection tables.
fileName::Type type(const fileName &name, const bool followLink=true)
scalarField Re(const UList< complex > &cf)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
const Vector< label > N(dict.get< Vector< label >>("N"))
virtual void info(Ostream &os)
TypeName("surfaceReactionModel")
virtual scalar calculate(const scalar dt, const scalar Re, const scalar nu, const label celli, const scalar d, const scalar T, const scalar Tc, const scalar pc, const scalar rhoc, const scalar mass, const scalarField &YGas, const scalarField &YLiquid, const scalarField &YSolid, const scalarField &YMixture, const scalar N, scalarField &dMassGas, scalarField &dMassLiquid, scalarField &dMassSolid, scalarField &dMassSRCarrier) const =0