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