39#ifndef topOInterpolationFunction_H
40#define topOInterpolationFunction_H
55class topOInterpolationFunction
72 topOInterpolationFunction(
const topOInterpolationFunction&);
75 void operator=(
const topOInterpolationFunction&);
81 TypeName(
"topOInterpolationFunction");
89 topOInterpolationFunction,
102 topOInterpolationFunction
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.
A class for managing temporary objects.
TypeName("topOInterpolationFunction")
Runtime type information.
static autoPtr< topOInterpolationFunction > New(const fvMesh &mesh, const dictionary &dict)
Return an autoPtr to the selected interpolation type.
virtual tmp< scalarField > derivative(const scalarField &arg) const =0
Return of function with respect to the argument field.
declareRunTimeSelectionTable(autoPtr, topOInterpolationFunction, dictionary,(const fvMesh &mesh, const dictionary &dict),(mesh, dict))
virtual void setLengthScaleParam(const scalar lengthScale)
Set the parameter determining length scale.
virtual ~topOInterpolationFunction()=default
Destructor.
virtual void interpolate(const scalarField &arg, scalarField &res) const =0
Interpolate argument to result.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
#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.