38 namespace porosityModels
48 Foam::porosityModels::powerLaw::powerLaw
51 const word& modelType,
58 C0_(coeffs_.
get<scalar>(
"C0")),
59 C1_(coeffs_.
get<scalar>(
"C1")),
60 rhoName_(coeffs_.getOrDefault<
word>(
"rho",
"rho"))
155 dict_.writeEntry(name_, os);
defineTypeNameAndDebug(powerLawLopesdaCosta, 0)
A list of keyword definitions, which are a keyword followed by a number of values (eg...
addToRunTimeSelectionTable(porosityModel, powerLawLopesdaCosta, mesh)
static void apply(bitSet &selection, const Detail::parcelSelection::actionType action, const Predicate &accept, const UList< Type > &list, const AccessOp &aop)
Macros for easy insertion into run-time selection tables.
virtual void calcTransformModelData()
Transform the model data wrt mesh changes.
const expr V(m.psi().mesh().V())
static word groupName(StringType base, const word &group)
Create dot-delimited name.group string.
A class representing the concept of a GeometricField of 1 used to avoid unnecessary manipulations for...
constexpr T & get(FixedList< T, N > &list) noexcept
A class for handling words, derived from Foam::string.
A special matrix type and solver, designed for finite volume solutions of scalar equations. Face addressing is used to make all matrix assembly and solution loops vectorise.
A wordRe is a Foam::word, but can contain a regular expression for matching words or strings...
An Ostream is an abstract base class for all output systems (streams, files, token lists...
const dimensionSet dimForce
virtual void calcForce(const volVectorField &U, const volScalarField &rho, const volScalarField &mu, vectorField &force) const
Calculate the porosity force.
virtual void correct(fvVectorMatrix &UEqn) const
Add resistance.
bool writeData(Ostream &os) const
Write.
const dimensionedScalar mu
Atomic mass unit.
Mesh data needed to do the Finite Volume discretisation.
A special matrix type and solver, designed for finite volume solutions of scalar equations.
Top level model for porosity models.
static constexpr const zero Zero
Global zero (0)