48#ifndef tanhInterpolation_H
49#define tanhInterpolation_H
63class tanhInterpolation
65 public topOInterpolationFunction
85 tanhInterpolation(
const tanhInterpolation&);
88 void operator=(
const tanhInterpolation&);
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 ~tanhInterpolation()=default
Destructor.
virtual void interpolate(const scalarField &arg, scalarField &res) const
Interpolate argument and write to result.
virtual tmp< scalarField > derivative(const scalarField &arg) const
Return of function with respect to the argument field.
TypeName("tanh")
Runtime type information.
virtual void setLengthScaleParam(const scalar lengthScale)
Set the parameter determining length scale.
A class for managing temporary objects.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.