- 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.
AddSurrogateAction
This action adds SurrogateModel
objects contained within the [Surrogates]
block. For example, the following block adds a PolynomialChaos surrogate model.
[Surrogates<<<{"href": "../../syntax/Surrogates/index.html"}>>>]
[poly_chaos]
type = PolynomialChaos<<<{"description": "Computes and evaluates polynomial chaos surrogate model.", "href": "../surrogates/PolynomialChaos.html"}>>>
trainer<<<{"description": "The SurrogateTrainer object. If this is specified the trainer data is automatically gathered and available in this SurrogateModel object."}>>> = poly_chaos
[]
[]
(moose/modules/stochastic_tools/test/tests/surrogates/poly_chaos/main_2d_mc.i)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.