Cleanup

class sharpy.postproc.cleanup.Cleanup[source]

Clean-up old timesteps to save RAM memory

The settings that this solver accepts are given by a dictionary, with the following key-value pairs:

Name

Type

Description

Default

clean_structure

bool

Clean-up StructTimeStepInfo

True

clean_aero

bool

Clean-up AeroTimeStepInfo

True

remaining_steps

int

The last remaining_steps are not cleaned up

10