27 #include "phasePair.H" 28 #include "surfaceInterpolate.H" 34 namespace wallDampingModels
45 const dictionary&
dict,
49 wallDampingModel(dict, pair)
64 const tmp<volScalarField>&
F 74 const tmp<volVectorField>&
F 84 const tmp<surfaceScalarField>& Ff
virtual tmp< volScalarField > damp(const tmp< volScalarField > &) const
Return damped coefficient.
surfaceScalarField Ff(fluid.Ff())
virtual tmp< volScalarField > limiter() const
Return the force limiter field.
defineTypeNameAndDebug(combustionModel, 0)
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate(const GeometricField< Type, fvPatchField, volMesh > &tvf, const surfaceScalarField &faceFlux, Istream &schemeData)
Interpolate field onto faces using scheme given by Istream.
const dimensionedScalar F
Faraday constant: default SI units: [C/mol].
interpolated(const dictionary &dict, const phasePair &pair)
Construct from components.
A class for managing temporary objects.
virtual ~interpolated()
Destructor.