Interacting with the integrator groupΒΆ
The following docs explain how to specify times, initial conditions, and dynamic and static parameters.
The rest of the OpenMDAO model can interact with an integrator group
(assumed to be named integrator_group
) in the following ways:
Inputs:
integrator_group.initial_time
integrator_group.final_time
integrator_group.initial_condition:*state_name*
integrator_group.static_parameter:*static_parameter_name*
integrator_group.dynamic_parameter:*dynamic_parameter_name*
Outputs:
integrator_group.times
integrator_group.state:*state_name*
Inputs are variables that external components can optionally connect to. Outputs are variables that external components can optionally connect from.