luminarycloud.params.simulation.time

Submodules

Classes

ComputeStatistics

Compute time-averaged values of flow variables (e.g. Velocity).

TimeMarching

Scheme for time-accurate integration.

TimeStepRamp

Use a larger time step value during the initial transients of a simulation and then ramp linearly towards the target value, to accelerate statistical convergence. Only applicable to transient problems with time implicit integration (dual time stepping).

Package Contents

class ComputeStatistics

Compute time-averaged values of flow variables (e.g. Velocity).

to_code() str
class TimeMarching

Scheme for time-accurate integration.

to_code() str
class TimeStepRamp

Use a larger time step value during the initial transients of a simulation and then ramp linearly towards the target value, to accelerate statistical convergence. Only applicable to transient problems with time implicit integration (dual time stepping).

to_code() str