|
WARPXM v1.10.0
|
Variables | |
| str | torder = 'RK1' |
| str | sorder = 'firstOrder' |
| float | cfl = 0.9 |
| float | gamma = 1.4 |
| float | limiter_alpha_coefficient = 0.0 |
| bool | use_limiter = False |
| float | density_min = 0.01 |
| float | pressure_min = 0.01 |
| warpy | mesh |
| warpy | fluid |
| tuple | ic_function |
| list | applicators = [] |
| list | solver_apps = [] |
| list | boundary_condition_apps = [] |
| float | rhoin = 1.0 |
| float | pxin = 5.0 |
| float | pyin = 0.0 |
| float | pzin = 0.0 |
| float | pressurein = 1.0 |
| float | energyin = pressurein/(gamma-1) |
| float | inject_fac = 10.0 |
| list | limiter_apps = [] |
| warpy | writer = warpy.host_actions.writer(name='writer', ReadVars=[fluid]) |
| warpy | spatial_solver |
| list | variable_adjusters = [] |
| warpy | time_integrator |
| int | dt = 1e-4 |
| int | nout = 60 |
| warpy | dt_controller = warpy.dt_calc.fixed_dt(init_dt=dt) |
| warpy | sim |
| gen_xdmf | |
| True | |
| detect_nonscalar | |
| list examples.dg.5-moment.flow.applicators = [] |
| list examples.dg.5-moment.flow.boundary_condition_apps = [] |
| float examples.dg.5-moment.flow.cfl = 0.9 |
| float examples.dg.5-moment.flow.density_min = 0.01 |
| examples.dg.5-moment.flow.detect_nonscalar |
| int examples.dg.5-moment.flow.dt = 1e-4 |
| warpy examples.dg.5-moment.flow.dt_controller = warpy.dt_calc.fixed_dt(init_dt=dt) |
| float examples.dg.5-moment.flow.energyin = pressurein/(gamma-1) |
| warpy examples.dg.5-moment.flow.fluid |
| float examples.dg.5-moment.flow.gamma = 1.4 |
| examples.dg.5-moment.flow.gen_xdmf |
| tuple examples.dg.5-moment.flow.ic_function |
| float examples.dg.5-moment.flow.inject_fac = 10.0 |
| float examples.dg.5-moment.flow.limiter_alpha_coefficient = 0.0 |
| list examples.dg.5-moment.flow.limiter_apps = [] |
| warpy examples.dg.5-moment.flow.mesh |
| int examples.dg.5-moment.flow.nout = 60 |
| float examples.dg.5-moment.flow.pressure_min = 0.01 |
| float examples.dg.5-moment.flow.pressurein = 1.0 |
| float examples.dg.5-moment.flow.pxin = 5.0 |
| float examples.dg.5-moment.flow.pyin = 0.0 |
| float examples.dg.5-moment.flow.pzin = 0.0 |
| float examples.dg.5-moment.flow.rhoin = 1.0 |
| warpy examples.dg.5-moment.flow.sim |
| list examples.dg.5-moment.flow.solver_apps = [] |
| str examples.dg.5-moment.flow.sorder = 'firstOrder' |
| warpy examples.dg.5-moment.flow.spatial_solver |
| warpy examples.dg.5-moment.flow.time_integrator |
| str examples.dg.5-moment.flow.torder = 'RK1' |
| examples.dg.5-moment.flow.True |
| bool examples.dg.5-moment.flow.use_limiter = False |
| list examples.dg.5-moment.flow.variable_adjusters = [] |
| warpy examples.dg.5-moment.flow.writer = warpy.host_actions.writer(name='writer', ReadVars=[fluid]) |