rolland.postprocessing.RollandPP¶
- class rolland.postprocessing.RollandPP(*, results, f_min=100.0, f_max=3000.0)[source]¶
Bases:
PostProcessingRolland postprocessing base class.
This class is used to perform postprocessing on Rolland methods.
- Parameters:
results (Deflection)
f_min (float)
f_max (float)
- results¶
Instance of the Deflection class containing the results.
- Type:
- f_min¶
Minimum frequency for response calculation \([Hz]\).
- Type:
float
- f_max¶
Maximum frequency for response calculation \([Hz]\).
- Type:
float