

Public Member Functions | |
| TypeName ("KochFriedlander") | |
| Runtime type information. More... | |
| KochFriedlander (const dictionary &dict, const fractal &fractalShape) | |
| Construct from a dictionary and a fractal shape model. 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 fractal shape model. 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 110 of file KochFriedlander.H.
| KochFriedlander | ( | const dictionary & | dict, |
| const fractal & | fractalShape | ||
| ) |
Construct from a dictionary and a fractal shape model.
Definition at line 50 of file KochFriedlander.C.
|
virtual |
Destructor.
Definition at line 69 of file KochFriedlander.C.
| TypeName | ( | "KochFriedlander" | ) |
Runtime type information.
|
virtual |
Characteristic time for sintering.
Definition at line 77 of file KochFriedlander.C.
References Foam::dimTime, sizeGroup::dSph(), Foam::exp(), forAll, Foam::max(), DimensionedField< Type, GeoMesh >::New(), Foam::pow(), tmp< T >::ref(), Foam::T(), dimensioned< Type >::value(), and Foam::Zero.

|
virtual |
Sintering source term.
Implements sinteringModel.
Definition at line 108 of file KochFriedlander.C.
References alpha(), Foam::dimTime, sizeGroup::dSph(), forAll, Foam::inv(), DimensionedField< Type, GeoMesh >::mesh(), dimensioned< Type >::name(), sizeGroup::phase(), Foam::R(), Foam::fvm::Sp(), IOobject::time(), Foam::typedName(), and Foam::Zero.
