luminarycloud.params.simulation.physics.fluid.solution_controls.fluid_relaxation_method.fluid_implicit_relaxation.robust_startup¶
Classes¶
Enable robust startup mode and automatically determine the settings. |
|
Disable robust startup mode. |
|
Enable robust startup mode and manually specify the settings. |
Package Contents¶
- class RobustStartupAuto¶
Enable robust startup mode and automatically determine the settings.
- class RobustStartupOff¶
Disable robust startup mode.
- class RobustStartupOn¶
Enable robust startup mode and manually specify the settings.
- robust_startup_initial_cfl: LcFloat = 1.0¶
Initial CFL number for robust startup mode. The CFL is ramped toward the target value during startup.
- robust_startup_iterations: int = 300¶
Number of iterations over which to apply the robust startup process.