Class FieldFunctionInterface

Inheritance Relationships

Derived Type

Class Documentation

class 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 FieldFunction in the input language.

Subclassed by opensn::GridBasedFieldFunctionInterface

Protected Functions

explicit FieldFunctionInterface(const InputParameters &params)
std::shared_ptr<FieldFunction> GetFieldFunction() const

Protected Static Functions

static InputParameters GetInputParameters()