|
133 | 133 | }, |
134 | 134 | }, |
135 | 135 | "transport": { |
136 | | - "model_name": "bohm-gyrobohm", |
137 | | - # BgB settings from [2] sec 3.3 |
138 | | - # Tuning factor to achieve desired confinement |
139 | | - "chi_e_bohm_multiplier": bgb_multiplier, |
140 | | - "chi_i_bohm_multiplier": bgb_multiplier, |
141 | | - "chi_e_gyrobohm_multiplier": bgb_multiplier, |
142 | | - "chi_i_gyrobohm_multiplier": bgb_multiplier, |
143 | | - # Base coefficients |
144 | | - "chi_e_bohm_coeff": 0.01 * 2e-4, |
145 | | - "chi_e_gyrobohm_coeff": 50 * 5e-6, |
146 | | - "chi_i_bohm_coeff": 0.001 * 2e-4, |
147 | | - "chi_i_gyrobohm_coeff": 1.0 * 5e-6, |
148 | | - "D_face_c1": 1, |
149 | | - "D_face_c2": 0.3, |
150 | | - "V_face_coeff": -0.1, |
| 136 | + "model_name": "combined", |
| 137 | + "transport_models": [{ |
| 138 | + "model_name": "bohm-gyrobohm", |
| 139 | + # BgB settings from [2] sec 3.3 |
| 140 | + # Tuning factor to achieve desired confinement |
| 141 | + "chi_e_bohm_multiplier": bgb_multiplier, |
| 142 | + "chi_i_bohm_multiplier": bgb_multiplier, |
| 143 | + "chi_e_gyrobohm_multiplier": bgb_multiplier, |
| 144 | + "chi_i_gyrobohm_multiplier": bgb_multiplier, |
| 145 | + # Base coefficients |
| 146 | + "chi_e_bohm_coeff": 0.01 * 2e-4, |
| 147 | + "chi_e_gyrobohm_coeff": 50 * 5e-6, |
| 148 | + "chi_i_bohm_coeff": 0.001 * 2e-4, |
| 149 | + "chi_i_gyrobohm_coeff": 1.0 * 5e-6, |
| 150 | + "D_face_c1": 1, |
| 151 | + "D_face_c2": 0.3, |
| 152 | + "V_face_coeff": -0.1, |
| 153 | + }], |
151 | 154 | # Clipping |
152 | 155 | "chi_min": 0.15, |
153 | 156 | "chi_max": 100.0, |
|
0 commit comments