- 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.
CheckFVBCAction
Check that boundary conditions are defined correctly for finite volume problems.
Checking the integrity of finite volume boundary conditions can be requested in the [Problem]
block as shown below.
[Problem<<<{"href": "../../syntax/Problem/index.html"}>>>]
fv_bcs_integrity_check = false
[]
(moose/test/tests/fvkernels/mms/advective-outflow/kt-limited-advection.i)More information about finite volume boundary conditions may be found on the FVBCs 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.