jf1uids.option_classes.simulation_params#

Module Contents#

Classes#

SimulationParams

Different from the simulation configuration, the simulation parameters do not require recompilation when changed. The simulation can be differentiated with respect to them.

API#

class jf1uids.option_classes.simulation_params.SimulationParams[source]#

Bases: typing.NamedTuple

Different from the simulation configuration, the simulation parameters do not require recompilation when changed. The simulation can be differentiated with respect to them.

C_cfl: float = 0.8#
gravitational_constant: float = 1.0#
gamma: float = None#
dt_max: float = 0.001#
t_end: float = 0.2#
wind_params: jf1uids._physics_modules._stellar_wind.stellar_wind_options.WindParams = 'WindParams(...)'#