40#ifndef regularisationRadius_H
41#define regularisationRadius_H
55class regularisationRadius
63 regularisationRadius(
const regularisationRadius&) =
delete;
66 void operator=(
const regularisationRadius&) =
delete;
94 bool adjustWallThickness
107 bool adjustWallThickness
119 bool adjustWallThickness
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
virtual ~regularisationRadius()=default
Destructor.
virtual void addRegularisationTerm(fvScalarMatrix &matrix, bool isTopoField) const =0
Term including the regulatisation of the field.
static autoPtr< regularisationRadius > New(const fvMesh &mesh, const dictionary &dict, bool adjustWallThickness)
Construct and return the selected regularisationRadius.
TypeName("regularisationRadius")
Runtime type information.
declareRunTimeSelectionTable(autoPtr, regularisationRadius, dictionary,(const fvMesh &mesh, const dictionary &dict, bool adjustWallThickness),(mesh, dict, adjustWallThickness))
A special matrix type and solver, designed for finite volume solutions of scalar equations.
fvMatrix< scalar > fvScalarMatrix
Macros to ease declaration of run-time selection tables.
#define declareRunTimeSelectionTable(ptrWrapper, baseType, argNames, argList, parList)
Declare a run-time selection (variables and adder classes).
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.