Update Nozzle2D_fine/jxf_numerical_setup.json
Browse files
Nozzle2D_fine/jxf_numerical_setup.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
"halo_cells": 4,
|
| 4 |
"time_integration": {
|
| 5 |
"integrator": "RK3",
|
| 6 |
-
"
|
| 7 |
},
|
| 8 |
"convective_fluxes": {
|
| 9 |
"convective_solver": "GODUNOV",
|
|
@@ -35,7 +35,7 @@
|
|
| 35 |
},
|
| 36 |
"extension": {
|
| 37 |
"primitives": {
|
| 38 |
-
"method": "
|
| 39 |
"iterative": {
|
| 40 |
"CFL": 0.5,
|
| 41 |
"steps": 5,
|
|
|
|
| 3 |
"halo_cells": 4,
|
| 4 |
"time_integration": {
|
| 5 |
"integrator": "RK3",
|
| 6 |
+
"fixed_timestep": 7.5e-8
|
| 7 |
},
|
| 8 |
"convective_fluxes": {
|
| 9 |
"convective_solver": "GODUNOV",
|
|
|
|
| 35 |
},
|
| 36 |
"extension": {
|
| 37 |
"primitives": {
|
| 38 |
+
"method": "INTERPOLATION",
|
| 39 |
"iterative": {
|
| 40 |
"CFL": 0.5,
|
| 41 |
"steps": 5,
|