|
WARPXM v1.10.0
|
Variables | |
| str | torder = 'SSPRK3' |
| str | sorder = 'fourthOrder' |
| float | cfl = 0.1 |
| float | gamma = 1.4 |
| float | epsilon = 0.2 |
| float | limiter_alpha_coefficient = 5.0 |
| bool | use_limiter = True |
| warpy | mesh |
| warpy | fluid |
| warpy | shock_tube_function |
| warpy | ic_va |
| warpy | ic_ha |
| list | solver_apps = [] |
| list | boundary_condition_apps = [] |
| list | limiter_apps = [] |
| warpy | writer = warpy.host_actions.writer(name='writer', ReadVars=[fluid]) |
| warpy | spatial_solver |
| list | variable_adjusters = [] |
| warpy | time_integrator = warpy.host_actions.erk(name="ti", scheme=torder, spatial_solvers=[spatial_solver], variable_adjusters=variable_adjusters) |
| int | dt = 1e-4 |
| int | nout = 100 |
| warpy | dt_controller = warpy.dt_calc.stability_dt(init_dt=dt) |
| warpy | sim |
| datetime | now = datetime.datetime.now() |
| gen_xdmf | |
| True | |
| detect_nonscalar | |
| list examples.dg.5-moment.shock_entropy_problem.boundary_condition_apps = [] |
| float examples.dg.5-moment.shock_entropy_problem.cfl = 0.1 |
| examples.dg.5-moment.shock_entropy_problem.detect_nonscalar |
| int examples.dg.5-moment.shock_entropy_problem.dt = 1e-4 |
| warpy examples.dg.5-moment.shock_entropy_problem.dt_controller = warpy.dt_calc.stability_dt(init_dt=dt) |
| float examples.dg.5-moment.shock_entropy_problem.epsilon = 0.2 |
| warpy examples.dg.5-moment.shock_entropy_problem.fluid |
| float examples.dg.5-moment.shock_entropy_problem.gamma = 1.4 |
| examples.dg.5-moment.shock_entropy_problem.gen_xdmf |
| warpy examples.dg.5-moment.shock_entropy_problem.ic_ha |
| warpy examples.dg.5-moment.shock_entropy_problem.ic_va |
| float examples.dg.5-moment.shock_entropy_problem.limiter_alpha_coefficient = 5.0 |
| list examples.dg.5-moment.shock_entropy_problem.limiter_apps = [] |
| warpy examples.dg.5-moment.shock_entropy_problem.mesh |
| int examples.dg.5-moment.shock_entropy_problem.nout = 100 |
| datetime examples.dg.5-moment.shock_entropy_problem.now = datetime.datetime.now() |
| warpy examples.dg.5-moment.shock_entropy_problem.shock_tube_function |
| warpy examples.dg.5-moment.shock_entropy_problem.sim |
| list examples.dg.5-moment.shock_entropy_problem.solver_apps = [] |
| str examples.dg.5-moment.shock_entropy_problem.sorder = 'fourthOrder' |
| warpy examples.dg.5-moment.shock_entropy_problem.spatial_solver |
| warpy examples.dg.5-moment.shock_entropy_problem.time_integrator = warpy.host_actions.erk(name="ti", scheme=torder, spatial_solvers=[spatial_solver], variable_adjusters=variable_adjusters) |
| str examples.dg.5-moment.shock_entropy_problem.torder = 'SSPRK3' |
| examples.dg.5-moment.shock_entropy_problem.True |
| bool examples.dg.5-moment.shock_entropy_problem.use_limiter = True |
| list examples.dg.5-moment.shock_entropy_problem.variable_adjusters = [] |
| warpy examples.dg.5-moment.shock_entropy_problem.writer = warpy.host_actions.writer(name='writer', ReadVars=[fluid]) |