luminarycloud.params.simulation.physics.fluid.solution_controls.pseudo_time_step_method

Classes

CflBased

Compute a pseudo time step from a Courant-Friedrichs-Lewy (CFL) number.

FixedPseudoTimeStep

Apply a fixed pseudo time step.

Package Contents

class CflBased

Compute a pseudo time step from a Courant-Friedrichs-Lewy (CFL) number.

cfl: LcFloat = 50.0

Courant-Friedrichs-Lewy (CFL) number.

class FixedPseudoTimeStep

Apply a fixed pseudo time step.

pseudo_time_step: LcFloat = 1e-06

The fixed pseudo time step.