- 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_meshTrueAutomatically setup the Mesh block for a main application without a simulation.
Default:True
C++ Type:bool
Unit:(no unit assumed)
Controllable:No
Description:Automatically setup the Mesh block for a main application without a simulation.
- auto_create_problemTrueAutomatically setup the Problem block for a main application without a simulation.
Default:True
C++ Type:bool
Unit:(no unit assumed)
Controllable:No
Description:Automatically setup the Problem block for a main 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.
Optimization System
Any input file in MOOSE needs to include a Mesh, and Variables block. However, the optimize executioner on the optimization main app uses PETSc TAO to solve an optimization problem and does not solve a normal MOOSE finite element based nonlinear system of equations. So the Optimization builds a minimal model to satisfy these requirements. If a mesh is already provided in the main app, then a minimal mesh is not created.
[Optimization]
[]
(modules/optimization/test/tests/optimizationreporter/point_loads/main.i)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
- Optimization App
- OptimizationActionAction for performing some common functions for running optimization simulations.