dbezgin commited on
Commit
b386869
·
verified ·
1 Parent(s): 50148d5

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
- "CFL": 0.6
7
  },
8
  "convective_fluxes": {
9
  "convective_solver": "GODUNOV",
@@ -35,7 +35,7 @@
35
  },
36
  "extension": {
37
  "primitives": {
38
- "method": "ITERATIVE",
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,