40 radialActuationDiskSource,
48 void Foam::fv::radialActuationDiskSource::readCoeffs()
50 coeffs().lookup(
"coeffs") >> radialCoeffs_;
59 const word& modelType,
83 if (set_.V() > vSmall)
85 addRadialActuationDiskAxialInertialResistance
101 const word& fieldName
108 if (set_.V() > vSmall)
110 addRadialActuationDiskAxialInertialResistance
defineTypeNameAndDebug(fixedTemperatureConstraint, 0)
A list of keyword definitions, which are a keyword followed by any number of values (e...
const GeometricField< Type, fvPatchField, volMesh > & psi() const
Macros for easy insertion into run-time selection tables.
radialActuationDiskSource(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from components.
A class representing the concept of a GeometricField of 1 used to avoid unnecessary manipulations for...
A class for handling words, derived from 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.
virtual bool read(const dictionary &dict)
Read dictionary.
addToRunTimeSelectionTable(fvConstraint, fixedTemperatureConstraint, dictionary)
virtual bool read(const dictionary &dict)
Read dictionary.
virtual void addSup(fvMatrix< vector > &eqn, const word &fieldName) const
Source term to momentum equation.
Mesh data needed to do the Finite Volume discretisation.