

Public Member Functions | |
| TypeName ("none") | |
| Runtime type information. More... | |
| noSintering (const dictionary &dict, const fractal &fractalShape) | |
| Construct from a dictionary. More... | |
| virtual | ~noSintering () |
| Destructor. More... | |
| virtual tmp< fvScalarMatrix > | R () const |
| Sintering source term. More... | |
Public Member Functions inherited from sinteringModel | |
| 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... | |
Additional Inherited Members | |
Static Public Member Functions inherited from sinteringModel | |
| static autoPtr< sinteringModel > | New (const dictionary &dict, const fractal &fractalShape) |
Protected Attributes inherited from sinteringModel | |
| const fractal & | fractal_ |
| Reference to fractal shapeModel class. More... | |
Definition at line 53 of file noSintering.H.
| noSintering | ( | const dictionary & | dict, |
| const fractal & | fractalShape | ||
| ) |
Construct from a dictionary.
|
virtual |
Destructor.
| TypeName | ( | "none" | ) |
Runtime type information.
|
virtual |
Sintering source term.
Implements sinteringModel.