Linear

class sharpy.utils.datastructures.Linear(tsaero0, tsstruct0)[source]

This is the class responsible for the transfer of information between linear systems and can be accessed as data.linear. It stores as class attributes the following classes that describe the linearised problem.

ss

State-space system

Type

sharpy.linear.src.libss.ss

linear_system

Assemble system properties

Type

sharpy.linear.utils.ss_interface.BaseElement

tsaero0

Linearisation aerodynamic timestep

Type

sharpy.utils.datastructures.AeroTimeStepInfo

tsstruct0

Linearisation structural timestep

Type

sharpy.utils.datastructures.StructTimeStepInfo

timestep_info

Linear time steps

Type

list