static_group.py#
- class aviary.core.static_group.StaticGroup(**kwargs)[source]
Bases:
GroupAviary top-level group that is not a dynamic mission.
This class is used for top pre_mission and post_mission groups.
- configure()[source]
Configure this group for pre or post mission. Promote aircraft and mission variables. Override output aviary variables.
- setup(**kwargs)[source]
Build this group.
This method should be overidden by your Group’s method. The reason for using this method to add subsystem is to save memory and setup time when using your Group while running under MPI. This avoids the creation of systems that will not be used in the current process.
You may call ‘add_subsystem’ to add systems to this group. You may also issue connections, and set the linear and nonlinear solvers for this group level. You cannot safely change anything on children systems; use the ‘configure’ method instead.
- Available attributes:
name pathname comm options