Balanced¶
- class sharpy.rom.balanced.Balanced[source]¶
Balancing ROM methods
Main class to load a balancing ROM. See below for the appropriate settings to be parsed in the
algorithm_settingsbased on your selection.- Supported algorithms:
Direct balancing
DirectIterative balancing
IterativeFrequency limited balancing
FrequencyLimited
The settings that this solver accepts are given by a dictionary, with the following key-value pairs:
Name
Type
Description
Default
Options
print_infoboolWrite output to screen
TruealgorithmstrBalanced realisation method
Direct,Iterative,FrequencyLimitedalgorithm_settingsdictSettings for the desired algorithm
{}