77 #ifndef KochFriedlanderSintering_H
78 #define KochFriedlanderSintering_H
93 class KochFriedlanderSintering
102 const diameterModels::populationBalanceModel& popBal_;
121 HashTable<label> kappaNameToSizeGroupIndices_;
136 TypeName(
"KochFriedlanderSintering");
145 const word& modelType,
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
Generic GeometricField class.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Dimension set for the base types.
A special matrix type and solver, designed for finite volume solutions of scalar equations....
Mesh data needed to do the Finite Volume discretisation.
const fvMesh & mesh() const
Return const access to the mesh database.
const word & name() const
Return const access to the source name.
static const word & fieldName()
Return the name of the field associated with a source term. Special.
virtual bool movePoints()
Update for mesh motion.
virtual tmp< volScalarField::Internal > tau(const volScalarField::Internal &kappa) const
Return the characteristic time for sintering.
void addSup(const volScalarField &alphaFi, const volScalarField &rho, const volScalarField &kappa, fvMatrix< scalar > &eqn) const
Add a source term to the surface-area-volume-ratio equation.
virtual void topoChange(const polyTopoChangeMap &)
Update topology using the given map.
virtual void distribute(const polyDistributionMap &)
Redistribute or update using the given distribution map.
KochFriedlanderSintering(const word &name, const word &modelType, const fvMesh &mesh, const dictionary &dict)
Construct from explicit source name and mesh.
virtual bool read(const dictionary &dict)
Read source dictionary.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
TypeName("KochFriedlanderSintering")
Runtime type information.
virtual bool addsSupToField(const word &fieldName) const
Return true if the fvModel adds a source term to the given.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
Class containing mesh-to-mesh mapping information.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
A class for managing temporary objects.
A class for handling words, derived from string.
const dimensionedScalar kappa
Coulomb constant: default SI units: [N.m2/C2].
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.