|
Peano
|
Variables | |
| parser = exahype2.ArgumentParser("ExaHyPE 2 - Finite Differences Testing Script") | |
| min_depth | |
| degrees_of_freedom | |
| end_time | |
| time_step_relaxation | |
| periodic_boundary_conditions_x | |
| periodic_boundary_conditions_y | |
| periodic_boundary_conditions_z | |
| args = parser.parse_args() | |
| float | MOLAR_HEAT_CAPACITY = 25.78 |
| float | MOLAR_WEIGHT = 0.0269815386 |
| int | THERMAL_CONDUCTIVITY = 237 |
| int | DENSITY = 2700 |
| float | SPECIFIC_HEAT_CAPACITY = MOLAR_HEAT_CAPACITY / MOLAR_WEIGHT |
| int | THERMAL_DIFFUSIVITY |
| str | initial_conditions |
| str | boundary_conditions |
| float | max_h = 0.0007 |
| float | min_h = 0.0007 |
| fd_solver | |
| solver | |
| project | |
| float | time_in_between_plots = 0.0 |
| dimensions | |
| size | |
| offset | |
| min_end_time | |
| max_end_time | |
| first_plot_time_stamp | |
| periodic_BC | |
| mode | |
| make | |
| True | |
| make_clean_first | |
| throw_away_data_after_build | |
| fd.boundary_conditions |
| fd.fd_solver |
| fd.initial_conditions |
| fd.parser = exahype2.ArgumentParser("ExaHyPE 2 - Finite Differences Testing Script") |
| fd.project |
| float fd.SPECIFIC_HEAT_CAPACITY = MOLAR_HEAT_CAPACITY / MOLAR_WEIGHT |
| int fd.THERMAL_DIFFUSIVITY |