56 public regularisationRadius
64 isotropic(
const isotropic&) =
delete;
67 void operator=(
const isotropic&) =
delete;
101 bool adjustWallThickness
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.
dimensionedScalar radius_
Smoothing radius of the first regulatisation.
virtual void addRegularisationTerm(fvScalarMatrix &matrix, bool isTopoField) const
Add a Laplacian term with an isotropic diffusivity.
virtual ~isotropic()=default
Destructor.
TypeName("isotropic")
Runtime type information.
scalar computeRadius(const dictionary &dict)
Compute smoothing radius, if not directly given.
scalar wallThicknessMult_
Multiplier of the wall thickness, used to obtain the radius for the second regularisation in bi-fluid...
fvMatrix< scalar > fvScalarMatrix
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.