rolland.postprocessing.RollandPP

class rolland.postprocessing.RollandPP(*args, **kwargs)[source]

Bases: PostProcessing

Rolland postprocessing base class.

This class is used to perform postprocessing on Rolland methods.

Parameters:
  • args (t.Any)

  • kwargs (t.Any)

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.