- 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.
AddModelModifiersAction
Overview
The AddModelModifiersAction allows you to modify an OpenMC model prior to running a simulation with Cardinal. Examples of modifications that can be made includes:
OpenMCCellMaterialFill, to set the materials filling each instance of an OpenMC cell
Available ModelModifiers Objects
- Cardinal App
- OpenMCCellMaterialFillModifies the cell fill within an OpenMC cell
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.