ansys-fluent-core 0.29.dev0__py3-none-any.whl → 0.29.dev2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of ansys-fluent-core might be problematic. Click here for more details.

Files changed (107) hide show
  1. ansys/fluent/core/__init__.py +1 -1
  2. ansys/fluent/core/_version.py +2 -2
  3. ansys/fluent/core/codegen/tuigen.py +1 -1
  4. ansys/fluent/core/codegen/walk_api.py +45 -18
  5. ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
  6. ansys/fluent/core/generated/datamodel_252/meshing.py +1 -0
  7. ansys/fluent/core/generated/datamodel_252/preferences.py +7 -0
  8. ansys/fluent/core/generated/fluent_version_252.py +3 -3
  9. ansys/fluent/core/generated/meshing/tui_252.py +395 -390
  10. ansys/fluent/core/generated/solver/settings_252.py +782 -306
  11. ansys/fluent/core/generated/solver/settings_252.pyi +442 -133
  12. ansys/fluent/core/generated/solver/tui_252.py +4046 -3737
  13. ansys/fluent/core/launcher/container_launcher.py +4 -3
  14. ansys/fluent/core/launcher/fluent_container.py +22 -19
  15. ansys/fluent/core/launcher/launcher.py +2 -2
  16. ansys/fluent/core/launcher/pim_launcher.py +2 -2
  17. ansys/fluent/core/launcher/slurm_launcher.py +2 -2
  18. ansys/fluent/core/launcher/standalone_launcher.py +2 -2
  19. ansys/fluent/core/logging.py +2 -0
  20. ansys/fluent/core/logging_config.yaml +3 -0
  21. ansys/fluent/core/services/app_utilities.py +2 -1
  22. ansys/fluent/core/services/datamodel_se.py +141 -61
  23. ansys/fluent/core/services/field_data.py +252 -0
  24. ansys/fluent/core/services/interceptors.py +28 -2
  25. ansys/fluent/core/session.py +7 -2
  26. ansys/fluent/core/session_solver.py +21 -0
  27. ansys/fluent/core/streaming_services/datamodel_event_streaming.py +12 -12
  28. {ansys_fluent_core-0.29.dev0.dist-info → ansys_fluent_core-0.29.dev2.dist-info}/LICENSE +1 -1
  29. {ansys_fluent_core-0.29.dev0.dist-info → ansys_fluent_core-0.29.dev2.dist-info}/METADATA +53 -31
  30. {ansys_fluent_core-0.29.dev0.dist-info → ansys_fluent_core-0.29.dev2.dist-info}/RECORD +65 -141
  31. {ansys_fluent_core-0.29.dev0.dist-info → ansys_fluent_core-0.29.dev2.dist-info}/WHEEL +1 -1
  32. ansys/fluent/core/docs/README.rst +0 -155
  33. ansys/fluent/tests/conftest.py +0 -415
  34. ansys/fluent/tests/fluent_fixtures.py +0 -195
  35. ansys/fluent/tests/integration/test_optislang/test_optislang_integration.py +0 -263
  36. ansys/fluent/tests/parametric/test_local_parametric_run.py +0 -36
  37. ansys/fluent/tests/parametric/test_local_parametric_setup.py +0 -34
  38. ansys/fluent/tests/parametric/test_parametric_workflow.py +0 -279
  39. ansys/fluent/tests/test_aero_session.py +0 -88
  40. ansys/fluent/tests/test_batch_ops.py +0 -39
  41. ansys/fluent/tests/test_builtin_settings.py +0 -761
  42. ansys/fluent/tests/test_cad_to_post_ftm.py +0 -525
  43. ansys/fluent/tests/test_cad_to_post_wtm.py +0 -250
  44. ansys/fluent/tests/test_casereader.py +0 -324
  45. ansys/fluent/tests/test_codegen.py +0 -783
  46. ansys/fluent/tests/test_creatable.py +0 -31
  47. ansys/fluent/tests/test_data_model_cache.py +0 -434
  48. ansys/fluent/tests/test_datamodel_api.py +0 -449
  49. ansys/fluent/tests/test_datamodel_service.py +0 -814
  50. ansys/fluent/tests/test_datareader.py +0 -103
  51. ansys/fluent/tests/test_error_handling.py +0 -24
  52. ansys/fluent/tests/test_events_manager.py +0 -214
  53. ansys/fluent/tests/test_field_data.py +0 -466
  54. ansys/fluent/tests/test_file_session.py +0 -355
  55. ansys/fluent/tests/test_file_transfer_service.py +0 -165
  56. ansys/fluent/tests/test_fix_doc.py +0 -29
  57. ansys/fluent/tests/test_flobject.py +0 -1235
  58. ansys/fluent/tests/test_fluent_fixes.py +0 -106
  59. ansys/fluent/tests/test_fluent_session.py +0 -270
  60. ansys/fluent/tests/test_fluent_version.py +0 -66
  61. ansys/fluent/tests/test_fluent_version_marker.py +0 -65
  62. ansys/fluent/tests/test_icing_session.py +0 -9
  63. ansys/fluent/tests/test_launcher.py +0 -529
  64. ansys/fluent/tests/test_launcher_remote.py +0 -272
  65. ansys/fluent/tests/test_lispy.py +0 -40
  66. ansys/fluent/tests/test_logging.py +0 -16
  67. ansys/fluent/tests/test_mapped_api.py +0 -774
  68. ansys/fluent/tests/test_meshing_utilities.py +0 -2436
  69. ansys/fluent/tests/test_meshing_workflow.py +0 -421
  70. ansys/fluent/tests/test_meshingmode/test_meshing_launch.py +0 -168
  71. ansys/fluent/tests/test_new_meshing_workflow.py +0 -1801
  72. ansys/fluent/tests/test_preferences.py +0 -89
  73. ansys/fluent/tests/test_pure_mesh_vs_mesh_workflow.py +0 -101
  74. ansys/fluent/tests/test_reduction.py +0 -484
  75. ansys/fluent/tests/test_rp_vars.py +0 -77
  76. ansys/fluent/tests/test_scheduler.py +0 -471
  77. ansys/fluent/tests/test_scheme_eval_222.py +0 -338
  78. ansys/fluent/tests/test_scheme_eval_231.py +0 -243
  79. ansys/fluent/tests/test_search.py +0 -344
  80. ansys/fluent/tests/test_session.py +0 -594
  81. ansys/fluent/tests/test_settings_api.py +0 -606
  82. ansys/fluent/tests/test_settings_reader.py +0 -85
  83. ansys/fluent/tests/test_slurm_future.py +0 -67
  84. ansys/fluent/tests/test_solution_variables.py +0 -241
  85. ansys/fluent/tests/test_solver_monitors.py +0 -83
  86. ansys/fluent/tests/test_solvermode/boundaries_periodic_expDict +0 -1712
  87. ansys/fluent/tests/test_solvermode/test_boundaries.py +0 -127
  88. ansys/fluent/tests/test_solvermode/test_calculationactivities.py +0 -20
  89. ansys/fluent/tests/test_solvermode/test_controls.py +0 -131
  90. ansys/fluent/tests/test_solvermode/test_general.py +0 -109
  91. ansys/fluent/tests/test_solvermode/test_initialization.py +0 -83
  92. ansys/fluent/tests/test_solvermode/test_materials.py +0 -40
  93. ansys/fluent/tests/test_solvermode/test_methods.py +0 -65
  94. ansys/fluent/tests/test_solvermode/test_models.py +0 -99
  95. ansys/fluent/tests/test_solvermode/test_named_expressions.py +0 -35
  96. ansys/fluent/tests/test_solvermode/test_post_vector.py +0 -22
  97. ansys/fluent/tests/test_solvermode/test_species_model.py +0 -67
  98. ansys/fluent/tests/test_streaming_services.py +0 -52
  99. ansys/fluent/tests/test_systemcoupling.py +0 -44
  100. ansys/fluent/tests/test_topy.py +0 -179
  101. ansys/fluent/tests/test_tui_api.py +0 -70
  102. ansys/fluent/tests/test_type_stub.py +0 -37
  103. ansys/fluent/tests/test_utils.py +0 -82
  104. ansys/fluent/tests/util/__init__.py +0 -36
  105. ansys/fluent/tests/util/meshing_workflow.py +0 -33
  106. ansys/fluent/tests/util/solver.py +0 -72
  107. ansys_fluent_core-0.29.dev0.dist-info/AUTHORS +0 -12
@@ -1,1712 +0,0 @@
1
- {
2
- "val_1": {
3
- "duct-pipe_1": {
4
- "momentum": {
5
- "motion_bc": "Stationary Wall",
6
- "shear_bc": "No Slip"
7
- },
8
- "name": "duct-pipe_1",
9
- "thermal": {
10
- "caf": {
11
- "option": "value",
12
- "value": 1
13
- },
14
- "material": "aluminum",
15
- "planar_conduction": false,
16
- "q_dot": {
17
- "option": "value",
18
- "value": 0
19
- },
20
- "thermal_bc": "Coupled",
21
- "wall_thickness": {
22
- "option": "value",
23
- "value": 0
24
- }
25
- },
26
- "turbulence": {
27
- "rough_bc": "rough-bc-standard",
28
- "roughness_const": {
29
- "option": "value",
30
- "value": 0.5
31
- },
32
- "roughness_height": {
33
- "option": "value",
34
- "value": 0
35
- }
36
- }
37
- },
38
- "duct-pipe_1-shadow": {
39
- "momentum": {
40
- "motion_bc": "Stationary Wall",
41
- "shear_bc": "No Slip"
42
- },
43
- "name": "duct-pipe_1-shadow",
44
- "thermal": {
45
- "caf": {
46
- "option": "value",
47
- "value": 1
48
- },
49
- "material": "aluminum",
50
- "planar_conduction": false,
51
- "q_dot": {
52
- "option": "value",
53
- "value": 0
54
- },
55
- "thermal_bc": "Coupled",
56
- "wall_thickness": {
57
- "option": "value",
58
- "value": 0
59
- }
60
- },
61
- "turbulence": {
62
- "rough_bc": "rough-bc-standard",
63
- "roughness_const": {
64
- "option": "value",
65
- "value": 0.5
66
- },
67
- "roughness_height": {
68
- "option": "value",
69
- "value": 0
70
- }
71
- }
72
- },
73
- "duct-pipe_2": {
74
- "momentum": {
75
- "motion_bc": "Stationary Wall",
76
- "shear_bc": "No Slip"
77
- },
78
- "name": "duct-pipe_2",
79
- "thermal": {
80
- "caf": {
81
- "option": "value",
82
- "value": 1
83
- },
84
- "material": "aluminum",
85
- "planar_conduction": false,
86
- "q_dot": {
87
- "option": "value",
88
- "value": 0
89
- },
90
- "thermal_bc": "Coupled",
91
- "wall_thickness": {
92
- "option": "value",
93
- "value": 0
94
- }
95
- },
96
- "turbulence": {
97
- "rough_bc": "rough-bc-standard",
98
- "roughness_const": {
99
- "option": "value",
100
- "value": 0.5
101
- },
102
- "roughness_height": {
103
- "option": "value",
104
- "value": 0
105
- }
106
- }
107
- },
108
- "duct-pipe_2-shadow": {
109
- "momentum": {
110
- "motion_bc": "Stationary Wall",
111
- "shear_bc": "No Slip"
112
- },
113
- "name": "duct-pipe_2-shadow",
114
- "thermal": {
115
- "caf": {
116
- "option": "value",
117
- "value": 1
118
- },
119
- "material": "aluminum",
120
- "planar_conduction": false,
121
- "q_dot": {
122
- "option": "value",
123
- "value": 0
124
- },
125
- "thermal_bc": "Coupled",
126
- "wall_thickness": {
127
- "option": "value",
128
- "value": 0
129
- }
130
- },
131
- "turbulence": {
132
- "rough_bc": "rough-bc-standard",
133
- "roughness_const": {
134
- "option": "value",
135
- "value": 0.5
136
- },
137
- "roughness_height": {
138
- "option": "value",
139
- "value": 0
140
- }
141
- }
142
- },
143
- "duct-pipe_3": {
144
- "momentum": {
145
- "motion_bc": "Stationary Wall",
146
- "shear_bc": "No Slip"
147
- },
148
- "name": "duct-pipe_3",
149
- "thermal": {
150
- "caf": {
151
- "option": "value",
152
- "value": 1
153
- },
154
- "material": "aluminum",
155
- "planar_conduction": false,
156
- "q_dot": {
157
- "option": "value",
158
- "value": 0
159
- },
160
- "thermal_bc": "Coupled",
161
- "wall_thickness": {
162
- "option": "value",
163
- "value": 0
164
- }
165
- },
166
- "turbulence": {
167
- "rough_bc": "rough-bc-standard",
168
- "roughness_const": {
169
- "option": "value",
170
- "value": 0.5
171
- },
172
- "roughness_height": {
173
- "option": "value",
174
- "value": 0
175
- }
176
- }
177
- },
178
- "duct-pipe_3-shadow": {
179
- "momentum": {
180
- "motion_bc": "Stationary Wall",
181
- "shear_bc": "No Slip"
182
- },
183
- "name": "duct-pipe_3-shadow",
184
- "thermal": {
185
- "caf": {
186
- "option": "value",
187
- "value": 1
188
- },
189
- "material": "aluminum",
190
- "planar_conduction": false,
191
- "q_dot": {
192
- "option": "value",
193
- "value": 0
194
- },
195
- "thermal_bc": "Coupled",
196
- "wall_thickness": {
197
- "option": "value",
198
- "value": 0
199
- }
200
- },
201
- "turbulence": {
202
- "rough_bc": "rough-bc-standard",
203
- "roughness_const": {
204
- "option": "value",
205
- "value": 0.5
206
- },
207
- "roughness_height": {
208
- "option": "value",
209
- "value": 0
210
- }
211
- }
212
- },
213
- "inlet": {
214
- "momentum": {
215
- "initial_gauge_pressure": {
216
- "option": "value",
217
- "value": 0
218
- },
219
- "reference_frame": "Absolute",
220
- "velocity": {
221
- "option": "value",
222
- "value": 0
223
- },
224
- "velocity_specification_method": "Magnitude, Normal to Boundary"
225
- },
226
- "name": "inlet",
227
- "thermal": {
228
- "t": {
229
- "option": "value",
230
- "value": 300
231
- }
232
- },
233
- "turbulence": {
234
- "turbulent_intensity": 0.05,
235
- "turbulent_specification": "Intensity and Viscosity Ratio",
236
- "turbulent_viscosity_ratio": 10
237
- }
238
- },
239
- "inner_wall": {
240
- "momentum": {
241
- "motion_bc": "Stationary Wall",
242
- "shear_bc": "No Slip"
243
- },
244
- "name": "inner_wall",
245
- "thermal": {
246
- "caf": {
247
- "option": "value",
248
- "value": 1
249
- },
250
- "material": "aluminum",
251
- "planar_conduction": false,
252
- "q": {
253
- "option": "value",
254
- "value": 0
255
- },
256
- "q_dot": {
257
- "option": "value",
258
- "value": 0
259
- },
260
- "thermal_bc": "Heat Flux",
261
- "wall_thickness": {
262
- "option": "value",
263
- "value": 0
264
- }
265
- },
266
- "turbulence": {
267
- "rough_bc": "rough-bc-standard",
268
- "roughness_const": {
269
- "option": "value",
270
- "value": 0.5
271
- },
272
- "roughness_height": {
273
- "option": "value",
274
- "value": 0
275
- }
276
- }
277
- },
278
- "interior--duct": {
279
- "interior": null,
280
- "name": "interior--duct"
281
- },
282
- "interior--pipe_1": {
283
- "interior": null,
284
- "name": "interior--pipe_1"
285
- },
286
- "interior--pipe_2": {
287
- "interior": null,
288
- "name": "interior--pipe_2"
289
- },
290
- "interior--pipe_3": {
291
- "interior": null,
292
- "name": "interior--pipe_3"
293
- },
294
- "outer_wall": {
295
- "momentum": {
296
- "motion_bc": "Stationary Wall",
297
- "shear_bc": "No Slip"
298
- },
299
- "name": "outer_wall",
300
- "thermal": {
301
- "caf": {
302
- "option": "value",
303
- "value": 1
304
- },
305
- "material": "aluminum",
306
- "planar_conduction": false,
307
- "q": {
308
- "option": "value",
309
- "value": 0
310
- },
311
- "q_dot": {
312
- "option": "value",
313
- "value": 0
314
- },
315
- "thermal_bc": "Heat Flux",
316
- "wall_thickness": {
317
- "option": "value",
318
- "value": 0
319
- }
320
- },
321
- "turbulence": {
322
- "rough_bc": "rough-bc-standard",
323
- "roughness_const": {
324
- "option": "value",
325
- "value": 0.5
326
- },
327
- "roughness_height": {
328
- "option": "value",
329
- "value": 0
330
- }
331
- }
332
- },
333
- "outlet": {
334
- "momentum": {
335
- "avg_press_spec": false,
336
- "direction_spec": "Normal to Boundary",
337
- "frame_of_reference": "Absolute",
338
- "gauge_pressure": {
339
- "option": "value",
340
- "value": 0
341
- },
342
- "p_backflow_spec_gen": "Total Pressure",
343
- "p_profile_multiplier": 1.0,
344
- "prevent_reverse_flow": false,
345
- "radial": false,
346
- "targeted_mf_boundary": false
347
- },
348
- "name": "outlet",
349
- "thermal": {
350
- "t0": {
351
- "option": "value",
352
- "value": 300
353
- }
354
- },
355
- "turbulence": {
356
- "turbulent_intensity": 0.05,
357
- "turbulent_specification": "Intensity and Viscosity Ratio",
358
- "turbulent_viscosity_ratio": 10
359
- }
360
- },
361
- "periodic_1": {
362
- "name": "periodic_1",
363
- "periodic": {
364
- "rotationally_periodic": true
365
- }
366
- },
367
- "peripodic_2": {
368
- "name": "peripodic_2",
369
- "periodic": {
370
- "rotationally_periodic": true
371
- }
372
- },
373
- "pipe_1_end": {
374
- "momentum": {
375
- "direction_specification": "Normal to Boundary",
376
- "mass_flow_rate": {
377
- "option": "value",
378
- "value": 0
379
- },
380
- "mass_flow_specification": "Mass Flow Rate",
381
- "reference_frame": "Absolute",
382
- "supersonic_gauge_pressure": {
383
- "option": "value",
384
- "value": 0
385
- }
386
- },
387
- "name": "pipe_1_end",
388
- "thermal": {
389
- "total_temperature": {
390
- "option": "value",
391
- "value": 300
392
- }
393
- },
394
- "turbulence": {
395
- "turbulent_intensity": 0.05,
396
- "turbulent_specification": "Intensity and Viscosity Ratio",
397
- "turbulent_viscosity_ratio": 10
398
- }
399
- },
400
- "pipe_1_wall": {
401
- "momentum": {
402
- "motion_bc": "Stationary Wall",
403
- "shear_bc": "No Slip"
404
- },
405
- "name": "pipe_1_wall",
406
- "thermal": {
407
- "caf": {
408
- "option": "value",
409
- "value": 1
410
- },
411
- "material": "aluminum",
412
- "planar_conduction": false,
413
- "q": {
414
- "option": "value",
415
- "value": 0
416
- },
417
- "q_dot": {
418
- "option": "value",
419
- "value": 0
420
- },
421
- "thermal_bc": "Heat Flux",
422
- "wall_thickness": {
423
- "option": "value",
424
- "value": 0
425
- }
426
- },
427
- "turbulence": {
428
- "rough_bc": "rough-bc-standard",
429
- "roughness_const": {
430
- "option": "value",
431
- "value": 0.5
432
- },
433
- "roughness_height": {
434
- "option": "value",
435
- "value": 0
436
- }
437
- }
438
- },
439
- "pipe_2_end": {
440
- "momentum": {
441
- "direction_specification": "Normal to Boundary",
442
- "mass_flow_rate": {
443
- "option": "value",
444
- "value": 0
445
- },
446
- "mass_flow_specification": "Mass Flow Rate",
447
- "reference_frame": "Absolute",
448
- "supersonic_gauge_pressure": {
449
- "option": "value",
450
- "value": 0
451
- }
452
- },
453
- "name": "pipe_2_end",
454
- "thermal": {
455
- "total_temperature": {
456
- "option": "value",
457
- "value": 300
458
- }
459
- },
460
- "turbulence": {
461
- "turbulent_intensity": 0.05,
462
- "turbulent_specification": "Intensity and Viscosity Ratio",
463
- "turbulent_viscosity_ratio": 10
464
- }
465
- },
466
- "pipe_2_wall": {
467
- "momentum": {
468
- "motion_bc": "Stationary Wall",
469
- "shear_bc": "No Slip"
470
- },
471
- "name": "pipe_2_wall",
472
- "thermal": {
473
- "caf": {
474
- "option": "value",
475
- "value": 1
476
- },
477
- "material": "aluminum",
478
- "planar_conduction": false,
479
- "q": {
480
- "option": "value",
481
- "value": 0
482
- },
483
- "q_dot": {
484
- "option": "value",
485
- "value": 0
486
- },
487
- "thermal_bc": "Heat Flux",
488
- "wall_thickness": {
489
- "option": "value",
490
- "value": 0
491
- }
492
- },
493
- "turbulence": {
494
- "rough_bc": "rough-bc-standard",
495
- "roughness_const": {
496
- "option": "value",
497
- "value": 0.5
498
- },
499
- "roughness_height": {
500
- "option": "value",
501
- "value": 0
502
- }
503
- }
504
- },
505
- "pipe_3_end": {
506
- "momentum": {
507
- "direction_specification": "Normal to Boundary",
508
- "mass_flow_rate": {
509
- "option": "value",
510
- "value": 0
511
- },
512
- "mass_flow_specification": "Mass Flow Rate",
513
- "reference_frame": "Absolute",
514
- "supersonic_gauge_pressure": {
515
- "option": "value",
516
- "value": 0
517
- }
518
- },
519
- "name": "pipe_3_end",
520
- "thermal": {
521
- "total_temperature": {
522
- "option": "value",
523
- "value": 300
524
- }
525
- },
526
- "turbulence": {
527
- "turbulent_intensity": 0.05,
528
- "turbulent_specification": "Intensity and Viscosity Ratio",
529
- "turbulent_viscosity_ratio": 10
530
- }
531
- },
532
- "pipe_3_wall": {
533
- "momentum": {
534
- "motion_bc": "Stationary Wall",
535
- "shear_bc": "No Slip"
536
- },
537
- "name": "pipe_3_wall",
538
- "thermal": {
539
- "caf": {
540
- "option": "value",
541
- "value": 1
542
- },
543
- "material": "aluminum",
544
- "planar_conduction": false,
545
- "q": {
546
- "option": "value",
547
- "value": 0
548
- },
549
- "q_dot": {
550
- "option": "value",
551
- "value": 0
552
- },
553
- "thermal_bc": "Heat Flux",
554
- "wall_thickness": {
555
- "option": "value",
556
- "value": 0
557
- }
558
- },
559
- "turbulence": {
560
- "rough_bc": "rough-bc-standard",
561
- "roughness_const": {
562
- "option": "value",
563
- "value": 0.5
564
- },
565
- "roughness_height": {
566
- "option": "value",
567
- "value": 0
568
- }
569
- }
570
- }
571
- },
572
- "val_2": {
573
- "duct-pipe_1": {
574
- "momentum": {
575
- "motion_bc": "Stationary Wall",
576
- "shear_bc": "No Slip"
577
- },
578
- "name": "duct-pipe_1",
579
- "thermal": {
580
- "caf": {
581
- "option": "value",
582
- "value": 1
583
- },
584
- "material": "aluminum",
585
- "planar_conduction": false,
586
- "q_dot": {
587
- "option": "value",
588
- "value": 0
589
- },
590
- "thermal_bc": "Coupled",
591
- "wall_thickness": {
592
- "option": "value",
593
- "value": 0
594
- }
595
- },
596
- "turbulence": {
597
- "rough_bc": "rough-bc-standard",
598
- "roughness_const": {
599
- "option": "value",
600
- "value": 0.5
601
- },
602
- "roughness_height": {
603
- "option": "value",
604
- "value": 0
605
- }
606
- }
607
- },
608
- "duct-pipe_1-shadow": {
609
- "momentum": {
610
- "motion_bc": "Stationary Wall",
611
- "shear_bc": "No Slip"
612
- },
613
- "name": "duct-pipe_1-shadow",
614
- "thermal": {
615
- "caf": {
616
- "option": "value",
617
- "value": 1
618
- },
619
- "material": "aluminum",
620
- "planar_conduction": false,
621
- "q_dot": {
622
- "option": "value",
623
- "value": 0
624
- },
625
- "thermal_bc": "Coupled",
626
- "wall_thickness": {
627
- "option": "value",
628
- "value": 0
629
- }
630
- },
631
- "turbulence": {
632
- "rough_bc": "rough-bc-standard",
633
- "roughness_const": {
634
- "option": "value",
635
- "value": 0.5
636
- },
637
- "roughness_height": {
638
- "option": "value",
639
- "value": 0
640
- }
641
- }
642
- },
643
- "duct-pipe_2": {
644
- "momentum": {
645
- "motion_bc": "Stationary Wall",
646
- "shear_bc": "No Slip"
647
- },
648
- "name": "duct-pipe_2",
649
- "thermal": {
650
- "caf": {
651
- "option": "value",
652
- "value": 1
653
- },
654
- "material": "aluminum",
655
- "planar_conduction": false,
656
- "q_dot": {
657
- "option": "value",
658
- "value": 0
659
- },
660
- "thermal_bc": "Coupled",
661
- "wall_thickness": {
662
- "option": "value",
663
- "value": 0
664
- }
665
- },
666
- "turbulence": {
667
- "rough_bc": "rough-bc-standard",
668
- "roughness_const": {
669
- "option": "value",
670
- "value": 0.5
671
- },
672
- "roughness_height": {
673
- "option": "value",
674
- "value": 0
675
- }
676
- }
677
- },
678
- "duct-pipe_2-shadow": {
679
- "momentum": {
680
- "motion_bc": "Stationary Wall",
681
- "shear_bc": "No Slip"
682
- },
683
- "name": "duct-pipe_2-shadow",
684
- "thermal": {
685
- "caf": {
686
- "option": "value",
687
- "value": 1
688
- },
689
- "material": "aluminum",
690
- "planar_conduction": false,
691
- "q_dot": {
692
- "option": "value",
693
- "value": 0
694
- },
695
- "thermal_bc": "Coupled",
696
- "wall_thickness": {
697
- "option": "value",
698
- "value": 0
699
- }
700
- },
701
- "turbulence": {
702
- "rough_bc": "rough-bc-standard",
703
- "roughness_const": {
704
- "option": "value",
705
- "value": 0.5
706
- },
707
- "roughness_height": {
708
- "option": "value",
709
- "value": 0
710
- }
711
- }
712
- },
713
- "duct-pipe_3": {
714
- "momentum": {
715
- "motion_bc": "Stationary Wall",
716
- "shear_bc": "No Slip"
717
- },
718
- "name": "duct-pipe_3",
719
- "thermal": {
720
- "caf": {
721
- "option": "value",
722
- "value": 1
723
- },
724
- "material": "aluminum",
725
- "planar_conduction": false,
726
- "q_dot": {
727
- "option": "value",
728
- "value": 0
729
- },
730
- "thermal_bc": "Coupled",
731
- "wall_thickness": {
732
- "option": "value",
733
- "value": 0
734
- }
735
- },
736
- "turbulence": {
737
- "rough_bc": "rough-bc-standard",
738
- "roughness_const": {
739
- "option": "value",
740
- "value": 0.5
741
- },
742
- "roughness_height": {
743
- "option": "value",
744
- "value": 0
745
- }
746
- }
747
- },
748
- "duct-pipe_3-shadow": {
749
- "momentum": {
750
- "motion_bc": "Stationary Wall",
751
- "shear_bc": "No Slip"
752
- },
753
- "name": "duct-pipe_3-shadow",
754
- "thermal": {
755
- "caf": {
756
- "option": "value",
757
- "value": 1
758
- },
759
- "material": "aluminum",
760
- "planar_conduction": false,
761
- "q_dot": {
762
- "option": "value",
763
- "value": 0
764
- },
765
- "thermal_bc": "Coupled",
766
- "wall_thickness": {
767
- "option": "value",
768
- "value": 0
769
- }
770
- },
771
- "turbulence": {
772
- "rough_bc": "rough-bc-standard",
773
- "roughness_const": {
774
- "option": "value",
775
- "value": 0.5
776
- },
777
- "roughness_height": {
778
- "option": "value",
779
- "value": 0
780
- }
781
- }
782
- },
783
- "inlet": {
784
- "momentum": {
785
- "initial_gauge_pressure": {
786
- "option": "value",
787
- "value": 0
788
- },
789
- "reference_frame": "Absolute",
790
- "velocity": {
791
- "option": "value",
792
- "value": 0
793
- },
794
- "velocity_specification_method": "Magnitude, Normal to Boundary"
795
- },
796
- "name": "inlet",
797
- "thermal": {
798
- "t": {
799
- "option": "value",
800
- "value": 300
801
- }
802
- },
803
- "turbulence": {
804
- "turbulent_intensity": 0.05,
805
- "turbulent_specification": "Intensity and Viscosity Ratio",
806
- "turbulent_viscosity_ratio": 10
807
- }
808
- },
809
- "inner_wall": {
810
- "momentum": {
811
- "motion_bc": "Stationary Wall",
812
- "shear_bc": "No Slip"
813
- },
814
- "name": "inner_wall",
815
- "thermal": {
816
- "caf": {
817
- "option": "value",
818
- "value": 1
819
- },
820
- "material": "aluminum",
821
- "planar_conduction": false,
822
- "q": {
823
- "option": "value",
824
- "value": 0
825
- },
826
- "q_dot": {
827
- "option": "value",
828
- "value": 0
829
- },
830
- "thermal_bc": "Heat Flux",
831
- "wall_thickness": {
832
- "option": "value",
833
- "value": 0
834
- }
835
- },
836
- "turbulence": {
837
- "rough_bc": "rough-bc-standard",
838
- "roughness_const": {
839
- "option": "value",
840
- "value": 0.5
841
- },
842
- "roughness_height": {
843
- "option": "value",
844
- "value": 0
845
- }
846
- }
847
- },
848
- "interior--duct": {
849
- "interior": null,
850
- "name": "interior--duct"
851
- },
852
- "interior--pipe_1": {
853
- "interior": null,
854
- "name": "interior--pipe_1"
855
- },
856
- "interior--pipe_2": {
857
- "interior": null,
858
- "name": "interior--pipe_2"
859
- },
860
- "interior--pipe_3": {
861
- "interior": null,
862
- "name": "interior--pipe_3"
863
- },
864
- "outer_wall": {
865
- "momentum": {
866
- "motion_bc": "Stationary Wall",
867
- "shear_bc": "No Slip"
868
- },
869
- "name": "outer_wall",
870
- "thermal": {
871
- "caf": {
872
- "option": "value",
873
- "value": 1
874
- },
875
- "material": "aluminum",
876
- "planar_conduction": false,
877
- "q": {
878
- "option": "value",
879
- "value": 0
880
- },
881
- "q_dot": {
882
- "option": "value",
883
- "value": 0
884
- },
885
- "thermal_bc": "Heat Flux",
886
- "wall_thickness": {
887
- "option": "value",
888
- "value": 0
889
- }
890
- },
891
- "turbulence": {
892
- "rough_bc": "rough-bc-standard",
893
- "roughness_const": {
894
- "option": "value",
895
- "value": 0.5
896
- },
897
- "roughness_height": {
898
- "option": "value",
899
- "value": 0
900
- }
901
- }
902
- },
903
- "outlet": {
904
- "momentum": {
905
- "avg_press_spec": false,
906
- "direction_spec": "Normal to Boundary",
907
- "frame_of_reference": "Absolute",
908
- "gauge_pressure": {
909
- "option": "value",
910
- "value": 0
911
- },
912
- "p_backflow_spec_gen": "Total Pressure",
913
- "p_profile_multiplier": 1.0,
914
- "prevent_reverse_flow": false,
915
- "radial": false,
916
- "targeted_mf_boundary": false
917
- },
918
- "name": "outlet",
919
- "thermal": {
920
- "t0": {
921
- "option": "value",
922
- "value": 300
923
- }
924
- },
925
- "turbulence": {
926
- "turbulent_intensity": 0.05,
927
- "turbulent_specification": "Intensity and Viscosity Ratio",
928
- "turbulent_viscosity_ratio": 10
929
- }
930
- },
931
- "periodic_1": {
932
- "name": "periodic_1",
933
- "periodic": {
934
- "rotationally_periodic": true
935
- }
936
- },
937
- "peripodic_2": {
938
- "name": "peripodic_2",
939
- "periodic": {
940
- "rotationally_periodic": true
941
- }
942
- },
943
- "pipe_1_end": {
944
- "momentum": {
945
- "direction_specification": "Normal to Boundary",
946
- "mass_flow_rate": {
947
- "option": "value",
948
- "value": 0
949
- },
950
- "mass_flow_specification": "Mass Flow Rate",
951
- "reference_frame": "Absolute",
952
- "supersonic_gauge_pressure": {
953
- "option": "value",
954
- "value": 0
955
- }
956
- },
957
- "name": "pipe_1_end",
958
- "thermal": {
959
- "total_temperature": {
960
- "option": "value",
961
- "value": 300
962
- }
963
- },
964
- "turbulence": {
965
- "turbulent_intensity": 0.05,
966
- "turbulent_specification": "Intensity and Viscosity Ratio",
967
- "turbulent_viscosity_ratio": 10
968
- }
969
- },
970
- "pipe_1_wall": {
971
- "momentum": {
972
- "motion_bc": "Stationary Wall",
973
- "shear_bc": "No Slip"
974
- },
975
- "name": "pipe_1_wall",
976
- "thermal": {
977
- "caf": {
978
- "option": "value",
979
- "value": 1
980
- },
981
- "material": "aluminum",
982
- "planar_conduction": false,
983
- "q": {
984
- "option": "value",
985
- "value": 0
986
- },
987
- "q_dot": {
988
- "option": "value",
989
- "value": 0
990
- },
991
- "thermal_bc": "Heat Flux",
992
- "wall_thickness": {
993
- "option": "value",
994
- "value": 0
995
- }
996
- },
997
- "turbulence": {
998
- "rough_bc": "rough-bc-standard",
999
- "roughness_const": {
1000
- "option": "value",
1001
- "value": 0.5
1002
- },
1003
- "roughness_height": {
1004
- "option": "value",
1005
- "value": 0
1006
- }
1007
- }
1008
- },
1009
- "pipe_2_end": {
1010
- "momentum": {
1011
- "direction_specification": "Normal to Boundary",
1012
- "mass_flow_rate": {
1013
- "option": "value",
1014
- "value": 0
1015
- },
1016
- "mass_flow_specification": "Mass Flow Rate",
1017
- "reference_frame": "Absolute",
1018
- "supersonic_gauge_pressure": {
1019
- "option": "value",
1020
- "value": 0
1021
- }
1022
- },
1023
- "name": "pipe_2_end",
1024
- "thermal": {
1025
- "total_temperature": {
1026
- "option": "value",
1027
- "value": 300
1028
- }
1029
- },
1030
- "turbulence": {
1031
- "turbulent_intensity": 0.05,
1032
- "turbulent_specification": "Intensity and Viscosity Ratio",
1033
- "turbulent_viscosity_ratio": 10
1034
- }
1035
- },
1036
- "pipe_2_wall": {
1037
- "momentum": {
1038
- "motion_bc": "Stationary Wall",
1039
- "shear_bc": "No Slip"
1040
- },
1041
- "name": "pipe_2_wall",
1042
- "thermal": {
1043
- "caf": {
1044
- "option": "value",
1045
- "value": 1
1046
- },
1047
- "material": "aluminum",
1048
- "planar_conduction": false,
1049
- "q": {
1050
- "option": "value",
1051
- "value": 0
1052
- },
1053
- "q_dot": {
1054
- "option": "value",
1055
- "value": 0
1056
- },
1057
- "thermal_bc": "Heat Flux",
1058
- "wall_thickness": {
1059
- "option": "value",
1060
- "value": 0
1061
- }
1062
- },
1063
- "turbulence": {
1064
- "rough_bc": "rough-bc-standard",
1065
- "roughness_const": {
1066
- "option": "value",
1067
- "value": 0.5
1068
- },
1069
- "roughness_height": {
1070
- "option": "value",
1071
- "value": 0
1072
- }
1073
- }
1074
- },
1075
- "pipe_3_end": {
1076
- "momentum": {
1077
- "direction_specification": "Normal to Boundary",
1078
- "mass_flow_rate": {
1079
- "option": "value",
1080
- "value": 0
1081
- },
1082
- "mass_flow_specification": "Mass Flow Rate",
1083
- "reference_frame": "Absolute",
1084
- "supersonic_gauge_pressure": {
1085
- "option": "value",
1086
- "value": 0
1087
- }
1088
- },
1089
- "name": "pipe_3_end",
1090
- "thermal": {
1091
- "total_temperature": {
1092
- "option": "value",
1093
- "value": 300
1094
- }
1095
- },
1096
- "turbulence": {
1097
- "turbulent_intensity": 0.05,
1098
- "turbulent_specification": "Intensity and Viscosity Ratio",
1099
- "turbulent_viscosity_ratio": 10
1100
- }
1101
- },
1102
- "pipe_3_wall": {
1103
- "momentum": {
1104
- "motion_bc": "Stationary Wall",
1105
- "shear_bc": "No Slip"
1106
- },
1107
- "name": "pipe_3_wall",
1108
- "thermal": {
1109
- "caf": {
1110
- "option": "value",
1111
- "value": 1
1112
- },
1113
- "material": "aluminum",
1114
- "planar_conduction": false,
1115
- "q": {
1116
- "option": "value",
1117
- "value": 0
1118
- },
1119
- "q_dot": {
1120
- "option": "value",
1121
- "value": 0
1122
- },
1123
- "thermal_bc": "Heat Flux",
1124
- "wall_thickness": {
1125
- "option": "value",
1126
- "value": 0
1127
- }
1128
- },
1129
- "turbulence": {
1130
- "rough_bc": "rough-bc-standard",
1131
- "roughness_const": {
1132
- "option": "value",
1133
- "value": 0.5
1134
- },
1135
- "roughness_height": {
1136
- "option": "value",
1137
- "value": 0
1138
- }
1139
- }
1140
- }
1141
- },
1142
- "val_3": {
1143
- "duct-pipe_1": {
1144
- "momentum": {
1145
- "motion_bc": "Stationary Wall",
1146
- "shear_bc": "No Slip"
1147
- },
1148
- "name": "duct-pipe_1",
1149
- "thermal": {
1150
- "caf": {
1151
- "option": "value",
1152
- "value": 1
1153
- },
1154
- "material": "aluminum",
1155
- "planar_conduction": false,
1156
- "q_dot": {
1157
- "option": "value",
1158
- "value": 0
1159
- },
1160
- "thermal_bc": "Coupled",
1161
- "wall_thickness": {
1162
- "option": "value",
1163
- "value": 0
1164
- }
1165
- },
1166
- "turbulence": {
1167
- "rough_bc": "rough-bc-standard",
1168
- "roughness_const": {
1169
- "option": "value",
1170
- "value": 0.5
1171
- },
1172
- "roughness_height": {
1173
- "option": "value",
1174
- "value": 0
1175
- }
1176
- }
1177
- },
1178
- "duct-pipe_1-shadow": {
1179
- "momentum": {
1180
- "motion_bc": "Stationary Wall",
1181
- "shear_bc": "No Slip"
1182
- },
1183
- "name": "duct-pipe_1-shadow",
1184
- "thermal": {
1185
- "caf": {
1186
- "option": "value",
1187
- "value": 1
1188
- },
1189
- "material": "aluminum",
1190
- "planar_conduction": false,
1191
- "q_dot": {
1192
- "option": "value",
1193
- "value": 0
1194
- },
1195
- "thermal_bc": "Coupled",
1196
- "wall_thickness": {
1197
- "option": "value",
1198
- "value": 0
1199
- }
1200
- },
1201
- "turbulence": {
1202
- "rough_bc": "rough-bc-standard",
1203
- "roughness_const": {
1204
- "option": "value",
1205
- "value": 0.5
1206
- },
1207
- "roughness_height": {
1208
- "option": "value",
1209
- "value": 0
1210
- }
1211
- }
1212
- },
1213
- "duct-pipe_2": {
1214
- "momentum": {
1215
- "motion_bc": "Stationary Wall",
1216
- "shear_bc": "No Slip"
1217
- },
1218
- "name": "duct-pipe_2",
1219
- "thermal": {
1220
- "caf": {
1221
- "option": "value",
1222
- "value": 1
1223
- },
1224
- "material": "aluminum",
1225
- "planar_conduction": false,
1226
- "q_dot": {
1227
- "option": "value",
1228
- "value": 0
1229
- },
1230
- "thermal_bc": "Coupled",
1231
- "wall_thickness": {
1232
- "option": "value",
1233
- "value": 0
1234
- }
1235
- },
1236
- "turbulence": {
1237
- "rough_bc": "rough-bc-standard",
1238
- "roughness_const": {
1239
- "option": "value",
1240
- "value": 0.5
1241
- },
1242
- "roughness_height": {
1243
- "option": "value",
1244
- "value": 0
1245
- }
1246
- }
1247
- },
1248
- "duct-pipe_2-shadow": {
1249
- "momentum": {
1250
- "motion_bc": "Stationary Wall",
1251
- "shear_bc": "No Slip"
1252
- },
1253
- "name": "duct-pipe_2-shadow",
1254
- "thermal": {
1255
- "caf": {
1256
- "option": "value",
1257
- "value": 1
1258
- },
1259
- "material": "aluminum",
1260
- "planar_conduction": false,
1261
- "q_dot": {
1262
- "option": "value",
1263
- "value": 0
1264
- },
1265
- "thermal_bc": "Coupled",
1266
- "wall_thickness": {
1267
- "option": "value",
1268
- "value": 0
1269
- }
1270
- },
1271
- "turbulence": {
1272
- "rough_bc": "rough-bc-standard",
1273
- "roughness_const": {
1274
- "option": "value",
1275
- "value": 0.5
1276
- },
1277
- "roughness_height": {
1278
- "option": "value",
1279
- "value": 0
1280
- }
1281
- }
1282
- },
1283
- "duct-pipe_3": {
1284
- "momentum": {
1285
- "motion_bc": "Stationary Wall",
1286
- "shear_bc": "No Slip"
1287
- },
1288
- "name": "duct-pipe_3",
1289
- "thermal": {
1290
- "caf": {
1291
- "option": "value",
1292
- "value": 1
1293
- },
1294
- "material": "aluminum",
1295
- "planar_conduction": false,
1296
- "q_dot": {
1297
- "option": "value",
1298
- "value": 0
1299
- },
1300
- "thermal_bc": "Coupled",
1301
- "wall_thickness": {
1302
- "option": "value",
1303
- "value": 0
1304
- }
1305
- },
1306
- "turbulence": {
1307
- "rough_bc": "rough-bc-standard",
1308
- "roughness_const": {
1309
- "option": "value",
1310
- "value": 0.5
1311
- },
1312
- "roughness_height": {
1313
- "option": "value",
1314
- "value": 0
1315
- }
1316
- }
1317
- },
1318
- "duct-pipe_3-shadow": {
1319
- "momentum": {
1320
- "motion_bc": "Stationary Wall",
1321
- "shear_bc": "No Slip"
1322
- },
1323
- "name": "duct-pipe_3-shadow",
1324
- "thermal": {
1325
- "caf": {
1326
- "option": "value",
1327
- "value": 1
1328
- },
1329
- "material": "aluminum",
1330
- "planar_conduction": false,
1331
- "q_dot": {
1332
- "option": "value",
1333
- "value": 0
1334
- },
1335
- "thermal_bc": "Coupled",
1336
- "wall_thickness": {
1337
- "option": "value",
1338
- "value": 0
1339
- }
1340
- },
1341
- "turbulence": {
1342
- "rough_bc": "rough-bc-standard",
1343
- "roughness_const": {
1344
- "option": "value",
1345
- "value": 0.5
1346
- },
1347
- "roughness_height": {
1348
- "option": "value",
1349
- "value": 0
1350
- }
1351
- }
1352
- },
1353
- "inlet": {
1354
- "momentum": {
1355
- "initial_gauge_pressure": {
1356
- "option": "value",
1357
- "value": 0
1358
- },
1359
- "reference_frame": "Absolute",
1360
- "velocity": {
1361
- "option": "value",
1362
- "value": 10.0
1363
- },
1364
- "velocity_specification_method": "Magnitude, Normal to Boundary"
1365
- },
1366
- "name": "inlet",
1367
- "thermal": {
1368
- "t": {
1369
- "option": "value",
1370
- "value": 300
1371
- }
1372
- },
1373
- "turbulence": {
1374
- "turbulent_intensity": 0.05,
1375
- "turbulent_specification": "Intensity and Viscosity Ratio",
1376
- "turbulent_viscosity_ratio": 10
1377
- }
1378
- },
1379
- "inner_wall": {
1380
- "momentum": {
1381
- "motion_bc": "Stationary Wall",
1382
- "shear_bc": "No Slip"
1383
- },
1384
- "name": "inner_wall",
1385
- "thermal": {
1386
- "caf": {
1387
- "option": "value",
1388
- "value": 1
1389
- },
1390
- "material": "aluminum",
1391
- "planar_conduction": false,
1392
- "q": {
1393
- "option": "value",
1394
- "value": 0
1395
- },
1396
- "q_dot": {
1397
- "option": "value",
1398
- "value": 0
1399
- },
1400
- "thermal_bc": "Heat Flux",
1401
- "wall_thickness": {
1402
- "option": "value",
1403
- "value": 0
1404
- }
1405
- },
1406
- "turbulence": {
1407
- "rough_bc": "rough-bc-standard",
1408
- "roughness_const": {
1409
- "option": "value",
1410
- "value": 0.5
1411
- },
1412
- "roughness_height": {
1413
- "option": "value",
1414
- "value": 0
1415
- }
1416
- }
1417
- },
1418
- "interior--duct": {
1419
- "interior": null,
1420
- "name": "interior--duct"
1421
- },
1422
- "interior--pipe_1": {
1423
- "interior": null,
1424
- "name": "interior--pipe_1"
1425
- },
1426
- "interior--pipe_2": {
1427
- "interior": null,
1428
- "name": "interior--pipe_2"
1429
- },
1430
- "interior--pipe_3": {
1431
- "interior": null,
1432
- "name": "interior--pipe_3"
1433
- },
1434
- "out": {
1435
- "momentum": {
1436
- "avg_press_spec": false,
1437
- "direction_spec": "Normal to Boundary",
1438
- "frame_of_reference": "Absolute",
1439
- "gauge_pressure": {
1440
- "option": "value",
1441
- "value": 0
1442
- },
1443
- "p_backflow_spec_gen": "Total Pressure",
1444
- "p_profile_multiplier": 1.0,
1445
- "prevent_reverse_flow": false,
1446
- "radial": false,
1447
- "targeted_mf_boundary": false
1448
- },
1449
- "name": "out",
1450
- "thermal": {
1451
- "t0": {
1452
- "option": "value",
1453
- "value": 300
1454
- }
1455
- },
1456
- "turbulence": {
1457
- "turbulent_intensity": 0.05,
1458
- "turbulent_specification": "Intensity and Viscosity Ratio",
1459
- "turbulent_viscosity_ratio": 10
1460
- }
1461
- },
1462
- "outer_wall": {
1463
- "momentum": {
1464
- "motion_bc": "Stationary Wall",
1465
- "shear_bc": "No Slip"
1466
- },
1467
- "name": "outer_wall",
1468
- "thermal": {
1469
- "caf": {
1470
- "option": "value",
1471
- "value": 1
1472
- },
1473
- "material": "aluminum",
1474
- "planar_conduction": false,
1475
- "q": {
1476
- "option": "value",
1477
- "value": 0
1478
- },
1479
- "q_dot": {
1480
- "option": "value",
1481
- "value": 0
1482
- },
1483
- "thermal_bc": "Heat Flux",
1484
- "wall_thickness": {
1485
- "option": "value",
1486
- "value": 0
1487
- }
1488
- },
1489
- "turbulence": {
1490
- "rough_bc": "rough-bc-standard",
1491
- "roughness_const": {
1492
- "option": "value",
1493
- "value": 0.5
1494
- },
1495
- "roughness_height": {
1496
- "option": "value",
1497
- "value": 0
1498
- }
1499
- }
1500
- },
1501
- "periodic_1": {
1502
- "name": "periodic_1",
1503
- "periodic": {
1504
- "rotationally_periodic": true
1505
- }
1506
- },
1507
- "peripodic_2": {
1508
- "name": "peripodic_2",
1509
- "periodic": {
1510
- "rotationally_periodic": true
1511
- }
1512
- },
1513
- "pipe2_wall": {
1514
- "momentum": {
1515
- "motion_bc": "Stationary Wall",
1516
- "shear_bc": "No Slip"
1517
- },
1518
- "name": "pipe2_wall",
1519
- "thermal": {
1520
- "caf": {
1521
- "option": "value",
1522
- "value": 1
1523
- },
1524
- "material": "aluminum",
1525
- "planar_conduction": false,
1526
- "q": {
1527
- "option": "value",
1528
- "value": 0
1529
- },
1530
- "q_dot": {
1531
- "option": "value",
1532
- "value": 0
1533
- },
1534
- "thermal_bc": "Heat Flux",
1535
- "wall_thickness": {
1536
- "option": "value",
1537
- "value": 0
1538
- }
1539
- },
1540
- "turbulence": {
1541
- "rough_bc": "rough-bc-standard",
1542
- "roughness_const": {
1543
- "option": "value",
1544
- "value": 0.5
1545
- },
1546
- "roughness_height": {
1547
- "option": "value",
1548
- "value": 0
1549
- }
1550
- }
1551
- },
1552
- "pipe_1_end": {
1553
- "momentum": {
1554
- "direction_specification": "Normal to Boundary",
1555
- "mass_flow_rate": {
1556
- "option": "value",
1557
- "value": 0
1558
- },
1559
- "mass_flow_specification": "Mass Flow Rate",
1560
- "reference_frame": "Absolute",
1561
- "supersonic_gauge_pressure": {
1562
- "option": "value",
1563
- "value": 0
1564
- }
1565
- },
1566
- "name": "pipe_1_end",
1567
- "thermal": {
1568
- "total_temperature": {
1569
- "option": "value",
1570
- "value": 300
1571
- }
1572
- },
1573
- "turbulence": {
1574
- "turbulent_intensity": 0.05,
1575
- "turbulent_specification": "Intensity and Viscosity Ratio",
1576
- "turbulent_viscosity_ratio": 10
1577
- }
1578
- },
1579
- "pipe_1_wall": {
1580
- "momentum": {
1581
- "motion_bc": "Stationary Wall",
1582
- "shear_bc": "No Slip"
1583
- },
1584
- "name": "pipe_1_wall",
1585
- "thermal": {
1586
- "caf": {
1587
- "option": "value",
1588
- "value": 1
1589
- },
1590
- "material": "aluminum",
1591
- "planar_conduction": false,
1592
- "q": {
1593
- "option": "value",
1594
- "value": 0
1595
- },
1596
- "q_dot": {
1597
- "option": "value",
1598
- "value": 0
1599
- },
1600
- "thermal_bc": "Heat Flux",
1601
- "wall_thickness": {
1602
- "option": "value",
1603
- "value": 0
1604
- }
1605
- },
1606
- "turbulence": {
1607
- "rough_bc": "rough-bc-standard",
1608
- "roughness_const": {
1609
- "option": "value",
1610
- "value": 0.5
1611
- },
1612
- "roughness_height": {
1613
- "option": "value",
1614
- "value": 0
1615
- }
1616
- }
1617
- },
1618
- "pipe_2_end": {
1619
- "momentum": {
1620
- "direction_specification": "Normal to Boundary",
1621
- "mass_flow_rate": {
1622
- "option": "value",
1623
- "value": 0
1624
- },
1625
- "mass_flow_specification": "Mass Flow Rate",
1626
- "reference_frame": "Absolute",
1627
- "supersonic_gauge_pressure": {
1628
- "option": "value",
1629
- "value": 0
1630
- }
1631
- },
1632
- "name": "pipe_2_end",
1633
- "thermal": {
1634
- "total_temperature": {
1635
- "option": "value",
1636
- "value": 300
1637
- }
1638
- },
1639
- "turbulence": {
1640
- "turbulent_intensity": 0.05,
1641
- "turbulent_specification": "Intensity and Viscosity Ratio",
1642
- "turbulent_viscosity_ratio": 10
1643
- }
1644
- },
1645
- "pipe_3_end": {
1646
- "momentum": {
1647
- "direction_specification": "Normal to Boundary",
1648
- "mass_flow_rate": {
1649
- "option": "value",
1650
- "value": 0
1651
- },
1652
- "mass_flow_specification": "Mass Flow Rate",
1653
- "reference_frame": "Absolute",
1654
- "supersonic_gauge_pressure": {
1655
- "option": "value",
1656
- "value": 0
1657
- }
1658
- },
1659
- "name": "pipe_3_end",
1660
- "thermal": {
1661
- "total_temperature": {
1662
- "option": "value",
1663
- "value": 300
1664
- }
1665
- },
1666
- "turbulence": {
1667
- "turbulent_intensity": 0.05,
1668
- "turbulent_specification": "Intensity and Viscosity Ratio",
1669
- "turbulent_viscosity_ratio": 10
1670
- }
1671
- },
1672
- "pipe_3_wall": {
1673
- "momentum": {
1674
- "motion_bc": "Stationary Wall",
1675
- "shear_bc": "No Slip"
1676
- },
1677
- "name": "pipe_3_wall",
1678
- "thermal": {
1679
- "caf": {
1680
- "option": "value",
1681
- "value": 1
1682
- },
1683
- "material": "aluminum",
1684
- "planar_conduction": false,
1685
- "q": {
1686
- "option": "value",
1687
- "value": 0
1688
- },
1689
- "q_dot": {
1690
- "option": "value",
1691
- "value": 0
1692
- },
1693
- "thermal_bc": "Heat Flux",
1694
- "wall_thickness": {
1695
- "option": "value",
1696
- "value": 0
1697
- }
1698
- },
1699
- "turbulence": {
1700
- "rough_bc": "rough-bc-standard",
1701
- "roughness_const": {
1702
- "option": "value",
1703
- "value": 0.5
1704
- },
1705
- "roughness_height": {
1706
- "option": "value",
1707
- "value": 0
1708
- }
1709
- }
1710
- }
1711
- }
1712
- }