Class FieldFunctionInterface
Defined in File field_function_interface.h
Inheritance Relationships
Derived Type
public opensn::GridBasedFieldFunctionInterface
(Class GridBasedFieldFunctionInterface)
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 ¶ms)
-
std::shared_ptr<FieldFunction> GetFieldFunction() const
Protected Static Functions
-
static InputParameters GetInputParameters()
-
explicit FieldFunctionInterface(const InputParameters ¶ms)