luminarycloud.params.simulation.time.time_step_ramp

Classes

TimeStepRampOff

Disable physical time step ramping.

TimeStepRampOn

Enable physical time step ramping.

Package Contents

class TimeStepRampOff

Disable physical time step ramping.

class TimeStepRampOn

Enable physical time step ramping.

end_iteration: int = 1000

Time step iteration to end the time step ramping process.

initial_time_step: LcFloat = 0.001

Initial physical time step for time step ramping. The physical time step is ramped toward the target for the duration of the ramp.

start_iteration: int = 500

Time step iteration to start the time step ramping process.