- 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.
AddFVGradientMethodAction
Add an FVGradientMethod object to the simulation.
Finite-volume gradient methods are listed inside the [FVGradientMethods] block. When MOOSE reads this block, each named method becomes available to the rest of the input file. Linear finite-volume variables and gradient-based interpolation methods can then refer to one of these names when they need cell gradients.
More information about finite-volume gradient methods can be found on the FVGradientMethods syntax documentation.
Input 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.