Go to the documentation of this file.
38 namespace porosityModels
48 Foam::porosityModels::solidification::solidification
51 const word& modelType,
54 const word& cellZoneName
58 TName_(coeffs_.getOrDefault<
word>(
"T",
"T")),
59 alphaName_(coeffs_.getOrDefault<
word>(
"alpha",
"none")),
60 rhoName_(coeffs_.getOrDefault<
word>(
"rho",
"rho")),
160 dict_.writeEntry(name_,
os);
A class for handling words, derived from Foam::string.
const dimensionedScalar mu
static constexpr const zero Zero
A class representing the concept of a GeometricField of 1 used to avoid unnecessary manipulations for...
virtual void calcForce(const volVectorField &U, const volScalarField &rho, const volScalarField &mu, vectorField &force) const
const dimensionSet dimForce
virtual void calcTransformModelData()
Top level data entry class for use in dictionaries. Provides a mechanism to specify a variable as a c...
A special matrix type and solver, designed for finite volume solutions of scalar equations.
Generic templated field type.
defineTypeNameAndDebug(powerLawLopesdaCosta, 0)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
Macros for easy insertion into run-time selection tables.
Mesh data needed to do the Finite Volume discretisation.
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
Top level model for porosity models.
bool writeData(Ostream &os) const
static void apply(bitSet &selection, const Detail::parcelSelection::actionType action, const Predicate &accept, const UList< Type > &list, const AccessOp &aop)
virtual ~solidification()
A special matrix type and solver, designed for finite volume solutions of scalar equations....
word name(const expressions::valueTypeCode typeCode)
addToRunTimeSelectionTable(porosityModel, powerLawLopesdaCosta, mesh)
static word groupName(StringType base, const word &group)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual void correct(fvVectorMatrix &UEqn) const
Generic GeometricField class.