luminarycloud.params.simulation.time.time_step_ramp¶
Classes¶
Disable physical time step ramping. |
|
Enable physical time step ramping. |
Package Contents¶
- class TimeStepRampOn¶
Enable physical time step ramping.
- to_code() str ¶
- end_iteration: int = 1000¶
Time step iteration to end the time step ramping process.
- initial_time_step: float = 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.