Go to the documentation of this file.
39 #ifndef InflowBoundaryModel_H
40 #define InflowBoundaryModel_H
55 template<
class CloudType>
56 class InflowBoundaryModel
61 const dictionary& dict_;
67 const dictionary coeffDict_;
82 const dictionary&
dict,
97 const dictionary&
dict,
108 static autoPtr<InflowBoundaryModel<CloudType>>
New
110 const dictionary&
dict,
124 inline const dictionary&
dict()
const;
136 virtual void inflow() = 0;
146 #define makeInflowBoundaryModel(CloudType) \
148 defineNamedTemplateTypeNameAndDebug(InflowBoundaryModel<CloudType>, 0); \
150 defineTemplateRunTimeSelectionTable \
152 InflowBoundaryModel<CloudType>, \
157 #define makeInflowBoundaryModelType(SS, CloudType) \
159 defineNamedTemplateTypeNameAndDebug(SS<CloudType>, 0); \
161 InflowBoundaryModel<CloudType>:: \
162 adddictionaryConstructorToTable<SS<CloudType>> \
163 add##SS##CloudType##ConstructorToTable_;
InflowBoundaryModel(CloudType &owner)
const dictionary & coeffDict() const
virtual ~InflowBoundaryModel()
const CloudType & owner() const
TypeName("InflowBoundaryModel")
const dictionary & dict() const
DSMCCloud< dsmcParcel > CloudType
static autoPtr< InflowBoundaryModel< CloudType > > New(const dictionary &dict, CloudType &owner)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
declareRunTimeSelectionTable(autoPtr, InflowBoundaryModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner))
Macros to ease declaration of run-time selection tables.
fileName::Type type(const fileName &name, const bool followLink=true)
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
virtual void autoMap(const mapPolyMesh &)