39 #ifndef sinteringModel_H
40 #define sinteringModel_H
51 namespace diameterModels
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Class for modelling the shape of particle aggregates using the concept of fractal geometry....
Abstract base class for modelling sintering of primary particles in fractal aggregates.
virtual tmp< fvScalarMatrix > R() const =0
Sintering source term.
virtual ~sinteringModel()
Destructor.
sinteringModel(const dictionary &dict, const fractal &fractalShape)
Construct from a dictionary and a fractal shape model.
static autoPtr< sinteringModel > New(const dictionary &dict, const fractal &fractalShape)
const fractal & fractal_
Reference to fractal shapeModel class.
declareRunTimeSelectionTable(autoPtr, sinteringModel, dictionary,(const dictionary &dict, const fractal &fractalShape),(dict, fractalShape))
TypeName("sinteringModel")
Runtime type information.
A list of keyword definitions, which are a keyword followed by any number of values (e....
A class for managing temporary objects.
Macros to ease declaration of run-time selection tables.