AddFVInterpolationMethodAction

Add an FVInterpolationMethod object to the simulation.

Finite volume interpolation objects are specified as objects inside the [FVInterpolationMethods] block. This action adds them to the Problem. The main responsibility of these objects is to compute face values (or face value contributions to a system) from cell center values.

More information about the interpolation methods can be found on the FVInterpolationMethods syntax documentation.

Input Parameters

  • active__all__ If specified only the blocks named will be visited and made active

    Default:__all__

    C++ Type:std::vector<std::string>

    Controllable:No

    Description:If specified only the blocks named will be visited and made active

  • inactiveIf specified blocks matching these identifiers will be skipped.

    C++ Type:std::vector<std::string>

    Controllable:No

    Description:If specified blocks matching these identifiers will be skipped.

Optional Parameters

  • control_tagsAdds user-defined labels for accessing object parameters via control logic.

    C++ Type:std::vector<std::string>

    Controllable:No

    Description:Adds user-defined labels for accessing object parameters via control logic.

Advanced Parameters