rolland.postprocessing.RollandPP

class rolland.postprocessing.RollandPP(*, results, f_min=100.0, f_max=3000.0)[source]

Bases: PostProcessing

Rolland 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:

Deflection

f_min

Minimum frequency for response calculation \([Hz]\).

Type:

float

f_max

Maximum frequency for response calculation \([Hz]\).

Type:

float

validate_postprocessing()[source]

Validate the postprocessing methods.