

Public Member Functions | |
| TypeName ("sinteringModel") | |
| Runtime type information. More... | |
| 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 phase pair. More... | |
| virtual | ~sinteringModel () |
| Destructor. More... | |
| virtual tmp< fvScalarMatrix > | R () const =0 |
| Sintering source term. More... | |
Static Public Member Functions | |
| static autoPtr< sinteringModel > | New (const dictionary &dict, const fractal &fractalShape) |
Protected Attributes | |
| const fractal & | fractal_ |
| Reference to fractal shapeModel class. More... | |
Definition at line 56 of file sinteringModel.H.
| sinteringModel | ( | const dictionary & | dict, |
| const fractal & | fractalShape | ||
| ) |
Construct from a dictionary and a phase pair.
|
virtual |
Destructor.
| TypeName | ( | "sinteringModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| sinteringModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, const fractal &fractalShape) | , | ||
| (dict, fractalShape) | |||
| ) |
|
static |
|
pure virtual |
Sintering source term.
Implemented in KochFriedlander, and noSintering.
|
protected |
Reference to fractal shapeModel class.
Definition at line 63 of file sinteringModel.H.