Class GridBasedFieldFunctionInterface

Inheritance Relationships

Base Type

Class Documentation

class GridBasedFieldFunctionInterface : public opensn::FieldFunctionInterface

Interface class to add a dependency on a logical volume. Two things need to be done to use this interface. 1) Derive from it. 2) Add its parameters to the child class. Now it will require a handle to a GridBasedFieldFunction in the input language.

Public Functions

explicit GridBasedFieldFunctionInterface(const InputParameters &params)
std::shared_ptr<FieldFunctionGridBased> GetGridBasedFieldFunction() const

Public Static Functions

static InputParameters GetInputParameters()