

Public Member Functions | |
| TypeName ("KochFriedlander") | |
| Runtime type information. More... | |
| KochFriedlander (const dictionary &dict, const fractal &fractalShape) | |
| Construct from a dictionary. More... | |
| virtual | ~KochFriedlander () |
| Destructor. More... | |
| virtual tmp< volScalarField::Internal > | tau () const |
| Characteristic time for sintering. 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 101 of file KochFriedlander.H.
| KochFriedlander | ( | const dictionary & | dict, |
| const fractal & | fractalShape | ||
| ) |
Construct from a dictionary.
|
virtual |
Destructor.
| TypeName | ( | "KochFriedlander" | ) |
Runtime type information.
|
virtual |
Characteristic time for sintering.
|
virtual |
Sintering source term.
Implements sinteringModel.