Update home authored by Adrien Crovato's avatar Adrien Crovato
...@@ -36,6 +36,7 @@ The configuration dictionary contains the following entries ...@@ -36,6 +36,7 @@ The configuration dictionary contains the following entries
'l_ref': float, # reference length (usually half root chord) 'l_ref': float, # reference length (usually half root chord)
'mach': float, # freestream Mach number 'mach': float, # freestream Mach number
'n_modes': int, # number of modes 'n_modes': int, # number of modes
'g_struct': float, # structural damping (complex proportional stiffness)
'rho_ks': float, # aggregation parameter for KS 'rho_ks': float, # aggregation parameter for KS
'method': str, # method type ('pk' or 'nipk') 'method': str, # method type ('pk' or 'nipk')
'vrb': int # verbosity level 'vrb': int # verbosity level
... ...
......