linearInterpolation Class Reference

Implements a linear (with respect to beta) term for topology optimisation. More...

Inheritance diagram for linearInterpolation:
Collaboration diagram for linearInterpolation:

Public Member Functions

 TypeName ("linear")
 Runtime type information. More...
 
 linearInterpolation (const fvMesh &mesh, const dictionary &dict)
 Construct from components. More...
 
virtual ~linearInterpolation ()=default
 Destructor. More...
 
virtual void interpolate (const scalarField &arg, scalarField &res) const
 Interpolate argument and write to result. More...
 
virtual tmp< scalarFieldderivative (const scalarField &arg) const
 Return of function with respect to the argument field. More...
 
- Public Member Functions inherited from topOInterpolationFunction
 TypeName ("topOInterpolationFunction")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, topOInterpolationFunction, dictionary,(const fvMesh &mesh, const dictionary &dict),(mesh, dict))
 
 topOInterpolationFunction (const fvMesh &mesh, const dictionary &dict)
 Construct from components. More...
 
virtual ~topOInterpolationFunction ()=default
 Destructor. More...
 
virtual void setLengthScaleParam (const scalar lengthScale)
 Set the parameter determining length scale. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from topOInterpolationFunction
static autoPtr< topOInterpolationFunctionNew (const fvMesh &mesh, const dictionary &dict)
 Return an autoPtr to the selected interpolation type. More...
 
- Protected Attributes inherited from topOInterpolationFunction
const fvMeshmesh_
 
dictionary dict_
 

Detailed Description

Implements a linear (with respect to beta) term for topology optimisation.

InterpolationFiles linearInterpolation.C

Definition at line 45 of file linearInterpolation.H.

Constructor & Destructor Documentation

◆ linearInterpolation()

linearInterpolation ( const fvMesh mesh,
const dictionary dict 
)

Construct from components.

Definition at line 42 of file linearInterpolation.C.

◆ ~linearInterpolation()

virtual ~linearInterpolation ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "linear"  )

Runtime type information.

◆ interpolate()

void interpolate ( const scalarField arg,
scalarField res 
) const
virtual

Interpolate argument and write to result.

Implements topOInterpolationFunction.

Definition at line 54 of file linearInterpolation.C.

◆ derivative()

Foam::tmp< Foam::scalarField > derivative ( const scalarField arg) const
virtual

Return of function with respect to the argument field.

Implements topOInterpolationFunction.

Definition at line 64 of file linearInterpolation.C.

References tmp< T >::New(), and UList< T >::size().

Here is the call graph for this function:

The documentation for this class was generated from the following files: