- active__all__ If specified only the blocks named will be visited and made active
Default:__all__
C++ Type:std::vector<std::string>
Unit:(no unit assumed)
Controllable:No
Description:If specified only the blocks named will be visited and made active
- auto_create_executionerTrueAutomatically setup the Executioner block for a master application without a simulation.
Default:True
C++ Type:bool
Unit:(no unit assumed)
Controllable:No
Description:Automatically setup the Executioner block for a master application without a simulation.
- auto_create_meshTrueAutomatically setup the Mesh block for a master application without a simulation.
Default:True
C++ Type:bool
Unit:(no unit assumed)
Controllable:No
Description:Automatically setup the Mesh block for a master application without a simulation.
- auto_create_problemTrueAutomatically setup the Problem block for a master application without a simulation.
Default:True
C++ Type:bool
Unit:(no unit assumed)
Controllable:No
Description:Automatically setup the Problem block for a master application without a simulation.
- inactiveIf specified blocks matching these identifiers will be skipped.
C++ Type:std::vector<std::string>
Unit:(no unit assumed)
Controllable:No
Description:If specified blocks matching these identifiers will be skipped.
StochasticTools System
The StochasticTools
block is provides parameters that provide convenience for running stochastic simulations. For example, if the block is present it will automatically create the necessary objects for running a parameter study style stochastic analysis. This is where the main input file does not perform a solve, but simply spawns other simulations. Please refer to Parameter Study for an example.
Input Parameters
- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector<std::string>
Unit:(no unit assumed)
Controllable:No
Description:Adds user-defined labels for accessing object parameters via control logic.
Advanced Parameters
Available Actions
- Stochastic Tools App
- StochasticToolsActionAction for performing some common functions for running stochastic simulations.