|
7 | 7 | "refinement_factor": 1.0, |
8 | 8 | "gap_treatment_strength": 0.0, |
9 | 9 | "defaults": { |
10 | | - "boundary_layer_growth_rate": 1.2, |
11 | | - "curvature_resolution_angle": { |
12 | | - "units": "degree", |
13 | | - "value": 12.0 |
14 | | - }, |
15 | 10 | "surface_edge_growth_rate": 1.2, |
| 11 | + "boundary_layer_growth_rate": 1.2, |
16 | 12 | "planar_face_tolerance": 1e-06, |
| 13 | + "surface_max_aspect_ratio": 10.0, |
17 | 14 | "surface_max_adaptation_iterations": 50, |
18 | | - "surface_max_aspect_ratio": 10.0 |
| 15 | + "curvature_resolution_angle": { |
| 16 | + "value": 12.0, |
| 17 | + "units": "degree" |
| 18 | + }, |
| 19 | + "preserve_thin_geometry": false |
19 | 20 | }, |
20 | 21 | "refinements": [], |
21 | 22 | "volume_zones": [ |
|
192 | 193 | } |
193 | 194 | } |
194 | 195 | }, |
195 | | - "type": "Fluid", |
196 | 196 | "initial_condition": { |
197 | 197 | "type_name": "NavierStokesInitialCondition", |
198 | 198 | "rho": "rho", |
|
201 | 201 | "w": "w", |
202 | 202 | "p": "p" |
203 | 203 | }, |
| 204 | + "type": "Fluid", |
204 | 205 | "navier_stokes_solver": { |
205 | 206 | "absolute_tolerance": 1e-10, |
206 | 207 | "relative_tolerance": 0.0, |
|
268 | 269 | "convergence_limiting_factor": 0.25 |
269 | 270 | } |
270 | 271 | }, |
| 272 | + "user_defined_fields": [], |
271 | 273 | "outputs": [ |
272 | 274 | { |
273 | | - "frequency": -1, |
274 | | - "frequency_offset": 0, |
275 | | - "output_format": "paraview", |
276 | | - "name": "Surface output", |
277 | | - "write_single_file": false, |
278 | 275 | "output_fields": { |
279 | 276 | "items": [ |
280 | 277 | "Cp", |
|
283 | 280 | "CfVec" |
284 | 281 | ] |
285 | 282 | }, |
| 283 | + "frequency": -1, |
| 284 | + "frequency_offset": 0, |
| 285 | + "output_format": "paraview", |
| 286 | + "name": "Surface output", |
286 | 287 | "entities": { |
287 | 288 | "stored_entities": [ |
288 | 289 | { |
|
293 | 294 | } |
294 | 295 | ] |
295 | 296 | }, |
| 297 | + "write_single_file": false, |
296 | 298 | "output_type": "SurfaceOutput" |
297 | 299 | } |
298 | 300 | ], |
299 | | - "user_defined_fields": [], |
300 | 301 | "private_attribute_asset_cache": { |
301 | 302 | "project_length_unit": { |
302 | 303 | "value": 1.0, |
|
0 commit comments