ansys-fluent-core 0.28.1__py3-none-any.whl → 0.28.2__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.

@@ -12,7 +12,7 @@ from ansys.fluent.core.solver.flobject import (
12
12
  _InOutFile,
13
13
  )
14
14
 
15
- SHASH = "39d8e4c0fa8e091cde0c74ba721f78df27eb8b8b2e7d07889449fd5cc56d693e"
15
+ SHASH = "d41eab96ac09ab20172b51d7c6c04efdb552d37223ab4e1189e66f23c0c3665d"
16
16
 
17
17
  class single_precision_coordinates(Boolean):
18
18
  """
@@ -10583,6 +10583,65 @@ class specify_species_in(String, AllowedValuesMixin):
10583
10583
  fluent_name = 'specify-species-in'
10584
10584
  _python_name = 'specify_species_in'
10585
10585
 
10586
+ class default_progress_variable(Boolean):
10587
+ """
10588
+ Set Species Coefficients for Reaction Progress Definition?.
10589
+ """
10590
+ version = '252'
10591
+ fluent_name = 'default-progress-variable'
10592
+ _python_name = 'default_progress_variable'
10593
+
10594
+ class weight(Real):
10595
+ """
10596
+ Species Weight.
10597
+ """
10598
+ version = '252'
10599
+ fluent_name = 'weight'
10600
+ _python_name = 'weight'
10601
+
10602
+ class definition_of_progress_variable_child(Group):
10603
+ """
10604
+ 'child_object_type' of definition_of_progress_variable.
10605
+ """
10606
+ version = '252'
10607
+ fluent_name = 'child-object-type'
10608
+ _python_name = 'definition_of_progress_variable_child'
10609
+ child_names = ['weight']
10610
+ _child_classes = dict(
10611
+ weight=weight,
10612
+ )
10613
+
10614
+ class definition_of_progress_variable(NamedObject[definition_of_progress_variable_child], CreatableNamedObjectMixin[definition_of_progress_variable_child]):
10615
+ """
10616
+ Set Species Coefficients for Reaction Progress Definition.
10617
+ """
10618
+ version = '252'
10619
+ fluent_name = 'definition-of-progress-variable'
10620
+ _python_name = 'definition_of_progress_variable'
10621
+ command_names = ['create', 'delete', 'rename', 'list', 'list_properties', 'make_a_copy']
10622
+ _child_classes = dict(
10623
+ create=create_1,
10624
+ delete=delete_1,
10625
+ rename=rename,
10626
+ list=list,
10627
+ list_properties=list_properties,
10628
+ make_a_copy=make_a_copy,
10629
+ )
10630
+ child_object_type = definition_of_progress_variable_child
10631
+
10632
+ class progress_variable_definition(Group):
10633
+ """
10634
+ PDF Boundary Options.
10635
+ """
10636
+ version = '252'
10637
+ fluent_name = 'progress-variable-definition'
10638
+ _python_name = 'progress_variable_definition'
10639
+ child_names = ['default_progress_variable', 'definition_of_progress_variable']
10640
+ _child_classes = dict(
10641
+ default_progress_variable=default_progress_variable,
10642
+ definition_of_progress_variable=definition_of_progress_variable,
10643
+ )
10644
+
10586
10645
  class boundary(Group):
10587
10646
  """
10588
10647
  PDF Boundary Options.
@@ -10590,12 +10649,13 @@ class boundary(Group):
10590
10649
  version = '252'
10591
10650
  fluent_name = 'boundary'
10592
10651
  _python_name = 'boundary'
10593
- child_names = ['fuel_temperature', 'oxidizer_temperature', 'species_boundary', 'specify_species_in']
10652
+ child_names = ['fuel_temperature', 'oxidizer_temperature', 'species_boundary', 'specify_species_in', 'progress_variable_definition']
10594
10653
  _child_classes = dict(
10595
10654
  fuel_temperature=fuel_temperature,
10596
10655
  oxidizer_temperature=oxidizer_temperature,
10597
10656
  species_boundary=species_boundary,
10598
10657
  specify_species_in=specify_species_in,
10658
+ progress_variable_definition=progress_variable_definition,
10599
10659
  )
10600
10660
 
10601
10661
  class initial_fourier_number(Real):
@@ -13246,6 +13306,64 @@ class times(Group):
13246
13306
  stop_time=stop_time,
13247
13307
  )
13248
13308
 
13309
+ class unsteady_ca_start(Real, AllowedValuesMixin):
13310
+ """
13311
+ Help for this object class is not available without an instantiated object.
13312
+ """
13313
+ version = '252'
13314
+ fluent_name = 'unsteady-ca-start'
13315
+ _python_name = 'unsteady_ca_start'
13316
+
13317
+ class unsteady_ca_stop(Real, AllowedValuesMixin):
13318
+ """
13319
+ Help for this object class is not available without an instantiated object.
13320
+ """
13321
+ version = '252'
13322
+ fluent_name = 'unsteady-ca-stop'
13323
+ _python_name = 'unsteady_ca_stop'
13324
+
13325
+ class crank_angles(Group):
13326
+ """
13327
+ Help for this object class is not available without an instantiated object.
13328
+ """
13329
+ version = '252'
13330
+ fluent_name = 'crank-angles'
13331
+ _python_name = 'crank_angles'
13332
+ child_names = ['unsteady_ca_start', 'unsteady_ca_stop']
13333
+ _child_classes = dict(
13334
+ unsteady_ca_start=unsteady_ca_start,
13335
+ unsteady_ca_stop=unsteady_ca_stop,
13336
+ )
13337
+
13338
+ class start_at_flow_time_in_unsteady_inj_file(Real, AllowedValuesMixin):
13339
+ """
13340
+ Help for this object class is not available without an instantiated object.
13341
+ """
13342
+ version = '252'
13343
+ fluent_name = 'start-at-flow-time-in-unsteady-inj-file'
13344
+ _python_name = 'start_at_flow_time_in_unsteady_inj_file'
13345
+
13346
+ class interval_to_repeat_in_unsteady_inj_file(Real, AllowedValuesMixin):
13347
+ """
13348
+ Help for this object class is not available without an instantiated object.
13349
+ """
13350
+ version = '252'
13351
+ fluent_name = 'interval-to-repeat-in-unsteady-inj-file'
13352
+ _python_name = 'interval_to_repeat_in_unsteady_inj_file'
13353
+
13354
+ class unsteady_inj_file(Group):
13355
+ """
13356
+ Help for this object class is not available without an instantiated object.
13357
+ """
13358
+ version = '252'
13359
+ fluent_name = 'unsteady-inj-file'
13360
+ _python_name = 'unsteady_inj_file'
13361
+ child_names = ['start_at_flow_time_in_unsteady_inj_file', 'interval_to_repeat_in_unsteady_inj_file']
13362
+ _child_classes = dict(
13363
+ start_at_flow_time_in_unsteady_inj_file=start_at_flow_time_in_unsteady_inj_file,
13364
+ interval_to_repeat_in_unsteady_inj_file=interval_to_repeat_in_unsteady_inj_file,
13365
+ )
13366
+
13249
13367
  class injection_surfaces(StringList, AllowedValuesMixin):
13250
13368
  """
13251
13369
  Help for this object class is not available without an instantiated object.
@@ -13855,10 +13973,12 @@ class initial_values(Group):
13855
13973
  version = '252'
13856
13974
  fluent_name = 'initial-values'
13857
13975
  _python_name = 'initial_values'
13858
- child_names = ['reference_frame', 'times', 'location', 'cone_settings', 'mass_flow_rate', 'matrix', 'velocity', 'angular_velocity', 'particle_size', 'temperature', 'temperature_2']
13976
+ child_names = ['reference_frame', 'times', 'crank_angles', 'unsteady_inj_file', 'location', 'cone_settings', 'mass_flow_rate', 'matrix', 'velocity', 'angular_velocity', 'particle_size', 'temperature', 'temperature_2']
13859
13977
  _child_classes = dict(
13860
13978
  reference_frame=reference_frame_1,
13861
13979
  times=times,
13980
+ crank_angles=crank_angles,
13981
+ unsteady_inj_file=unsteady_inj_file,
13862
13982
  location=location_1,
13863
13983
  cone_settings=cone_settings,
13864
13984
  mass_flow_rate=mass_flow_rate,
@@ -53626,6 +53746,80 @@ class advanced_2(Group):
53626
53746
  batch_thread_update=batch_thread_update,
53627
53747
  )
53628
53748
 
53749
+ class type_7(String, AllowedValuesMixin):
53750
+ """
53751
+ Select periodic type.
53752
+ """
53753
+ version = '252'
53754
+ fluent_name = 'type'
53755
+ _python_name = 'type'
53756
+
53757
+ class mass_flow_1(Real):
53758
+ """
53759
+ Set periodic mass flow rate.
53760
+ """
53761
+ version = '252'
53762
+ fluent_name = 'mass-flow'
53763
+ _python_name = 'mass_flow'
53764
+
53765
+ class pressure_gradient(Real):
53766
+ """
53767
+ Set periodic pressure gradient.
53768
+ """
53769
+ version = '252'
53770
+ fluent_name = 'pressure-gradient'
53771
+ _python_name = 'pressure_gradient'
53772
+
53773
+ class bulk_temperature(Real):
53774
+ """
53775
+ Set bulk temperature for periodic boundary conditions.
53776
+ """
53777
+ version = '252'
53778
+ fluent_name = 'bulk-temperature'
53779
+ _python_name = 'bulk_temperature'
53780
+
53781
+ class relax_1(Real):
53782
+ """
53783
+ Set relaxation factor.
53784
+ """
53785
+ version = '252'
53786
+ fluent_name = 'relax'
53787
+ _python_name = 'relax'
53788
+
53789
+ class niter(Integer):
53790
+ """
53791
+ Set number of iterations.
53792
+ """
53793
+ version = '252'
53794
+ fluent_name = 'niter'
53795
+ _python_name = 'niter'
53796
+
53797
+ class flow_direction_2(RealList):
53798
+ """
53799
+ Set periodic direction vector.
53800
+ """
53801
+ version = '252'
53802
+ fluent_name = 'flow-direction'
53803
+ _python_name = 'flow_direction'
53804
+
53805
+ class periodic_conditions(Group):
53806
+ """
53807
+ The periodic boundary conditions menu.
53808
+ """
53809
+ version = '252'
53810
+ fluent_name = 'periodic-conditions'
53811
+ _python_name = 'periodic_conditions'
53812
+ child_names = ['type', 'mass_flow', 'pressure_gradient', 'bulk_temperature', 'relax', 'niter', 'flow_direction']
53813
+ _child_classes = dict(
53814
+ type=type_7,
53815
+ mass_flow=mass_flow_1,
53816
+ pressure_gradient=pressure_gradient,
53817
+ bulk_temperature=bulk_temperature,
53818
+ relax=relax_1,
53819
+ niter=niter,
53820
+ flow_direction=flow_direction_2,
53821
+ )
53822
+
53629
53823
  class detect_boundary_advection(Command):
53630
53824
  """
53631
53825
  Detect and set boundary advection at solid walls.
@@ -53641,7 +53835,7 @@ class settings_27(Group):
53641
53835
  version = '252'
53642
53836
  fluent_name = 'settings'
53643
53837
  _python_name = 'settings'
53644
- child_names = ['degassing_verbosity', 'mass_flow', 'pressure_outlet', 'pressure_far_field', 'physical_velocity_porous_formulation', 'target_mass_flow_rate_settings', 'advanced']
53838
+ child_names = ['degassing_verbosity', 'mass_flow', 'pressure_outlet', 'pressure_far_field', 'physical_velocity_porous_formulation', 'target_mass_flow_rate_settings', 'advanced', 'periodic_conditions']
53645
53839
  command_names = ['detect_boundary_advection']
53646
53840
  _child_classes = dict(
53647
53841
  degassing_verbosity=degassing_verbosity,
@@ -53651,6 +53845,7 @@ class settings_27(Group):
53651
53845
  physical_velocity_porous_formulation=physical_velocity_porous_formulation,
53652
53846
  target_mass_flow_rate_settings=target_mass_flow_rate_settings,
53653
53847
  advanced=advanced_2,
53848
+ periodic_conditions=periodic_conditions,
53654
53849
  detect_boundary_advection=detect_boundary_advection,
53655
53850
  )
53656
53851
 
@@ -58899,7 +59094,7 @@ class select_variables(String, AllowedValuesMixin):
58899
59094
  fluent_name = 'select-variables'
58900
59095
  _python_name = 'select_variables'
58901
59096
 
58902
- class type_7(String, AllowedValuesMixin):
59097
+ class type_8(String, AllowedValuesMixin):
58903
59098
  """
58904
59099
  Enter high order relaxation type.
58905
59100
  """
@@ -58918,7 +59113,7 @@ class options_8(Group):
58918
59113
  _child_classes = dict(
58919
59114
  relaxation_factor=relaxation_factor,
58920
59115
  select_variables=select_variables,
58921
- type=type_7,
59116
+ type=type_8,
58922
59117
  )
58923
59118
 
58924
59119
  class high_order_term_relaxation(Group):
@@ -64595,7 +64790,7 @@ class color(String, AllowedValuesMixin):
64595
64790
  fluent_name = 'color'
64596
64791
  _python_name = 'color'
64597
64792
 
64598
- class weight(Integer):
64793
+ class weight_1(Integer):
64599
64794
  """
64600
64795
  Set weight of gridlines on axis.
64601
64796
  """
@@ -64613,7 +64808,7 @@ class major_gridlines(Group):
64613
64808
  child_names = ['color', 'weight']
64614
64809
  _child_classes = dict(
64615
64810
  color=color,
64616
- weight=weight,
64811
+ weight=weight_1,
64617
64812
  )
64618
64813
 
64619
64814
  class show_minor_gridlines(Boolean):
@@ -64634,7 +64829,7 @@ class minor_gridlines(Group):
64634
64829
  child_names = ['color', 'weight']
64635
64830
  _child_classes = dict(
64636
64831
  color=color,
64637
- weight=weight,
64832
+ weight=weight_1,
64638
64833
  )
64639
64834
 
64640
64835
  class x_1(Group):
@@ -64709,7 +64904,7 @@ class pattern(String, AllowedValuesMixin):
64709
64904
  fluent_name = 'pattern'
64710
64905
  _python_name = 'pattern'
64711
64906
 
64712
- class weight_1(Real):
64907
+ class weight_2(Real):
64713
64908
  """
64714
64909
  Set weight for plot lines.
64715
64910
  """
@@ -64735,7 +64930,7 @@ class line(Group):
64735
64930
  child_names = ['pattern', 'weight', 'color']
64736
64931
  _child_classes = dict(
64737
64932
  pattern=pattern,
64738
- weight=weight_1,
64933
+ weight=weight_2,
64739
64934
  color=color_1,
64740
64935
  )
64741
64936
 
@@ -64749,7 +64944,7 @@ class line_in_file(Group):
64749
64944
  child_names = ['pattern', 'weight', 'color']
64750
64945
  _child_classes = dict(
64751
64946
  pattern=pattern,
64752
- weight=weight_1,
64947
+ weight=weight_2,
64753
64948
  color=color_1,
64754
64949
  )
64755
64950
 
@@ -65936,7 +66131,7 @@ class yplus_ystar(Group):
65936
66131
  phase=phase_53,
65937
66132
  )
65938
66133
 
65939
- class type_8(Group):
66134
+ class type_9(Group):
65940
66135
  """
65941
66136
  'type' child.
65942
66137
  """
@@ -66052,7 +66247,7 @@ class cell_registers_child(Group):
66052
66247
  _child_classes = dict(
66053
66248
  name=name_21,
66054
66249
  python_name_1=python_name_1,
66055
- type=type_8,
66250
+ type=type_9,
66056
66251
  display_options=display_options,
66057
66252
  create_volume_surface=create_volume_surface,
66058
66253
  )
@@ -68358,7 +68553,7 @@ class time_step_count_1(Real):
68358
68553
  fluent_name = 'time-step-count'
68359
68554
  _python_name = 'time_step_count'
68360
68555
 
68361
- class type_9(String, AllowedValuesMixin):
68556
+ class type_10(String, AllowedValuesMixin):
68362
68557
  """
68363
68558
  Select time advancement method type.
68364
68559
  """
@@ -68937,7 +69132,7 @@ class transient_controls(Group):
68937
69132
  _python_name = 'transient_controls'
68938
69133
  child_names = ['type', 'method', 'duration_specification_method', 'specified_time_step', 'incremental_time', 'time_step_count', 'total_time', 'time_step_size', 'max_iter_per_time_step', 'total_time_step_count', 'solution_status', 'extrapolate_variables', 'max_flow_time', 'cfl_based_time_stepping', 'cfl_based_time_stepping_advanced_options', 'error_based_time_stepping', 'undo_timestep', 'predict_next', 'rotating_mesh_flow_predictor', 'mp_specific_time_stepping', 'udf_hook', 'fixed_periodic', 'multiphase_specific_time_constraints', 'solid_time_step_size', 'time_step_size_for_acoustic_export', 'extrapolate_eqn_vars']
68939
69134
  _child_classes = dict(
68940
- type=type_9,
69135
+ type=type_10,
68941
69136
  method=method_10,
68942
69137
  duration_specification_method=duration_specification_method,
68943
69138
  specified_time_step=specified_time_step,
@@ -71359,7 +71554,7 @@ class option_41(String, AllowedValuesMixin):
71359
71554
  fluent_name = 'option'
71360
71555
  _python_name = 'option'
71361
71556
 
71362
- class type_10(Group):
71557
+ class type_11(Group):
71363
71558
  """
71364
71559
  'type' child.
71365
71560
  """
@@ -71401,7 +71596,7 @@ class automatic(Group):
71401
71596
  child_names = ['option', 'type', 'id', 'normal', 'partition']
71402
71597
  _child_classes = dict(
71403
71598
  option=option_1,
71404
- type=type_10,
71599
+ type=type_11,
71405
71600
  id=id,
71406
71601
  normal=normal_2,
71407
71602
  partition=partition,
@@ -73235,7 +73430,7 @@ class pattern_1(String, AllowedValuesMixin):
73235
73430
  fluent_name = 'pattern'
73236
73431
  _python_name = 'pattern'
73237
73432
 
73238
- class weight_2(Real):
73433
+ class weight_3(Real):
73239
73434
  """
73240
73435
  'weight' child.
73241
73436
  """
@@ -73253,7 +73448,7 @@ class lines_child(Group):
73253
73448
  child_names = ['pattern', 'weight', 'color']
73254
73449
  _child_classes = dict(
73255
73450
  pattern=pattern_1,
73256
- weight=weight_2,
73451
+ weight=weight_3,
73257
73452
  color=color_3,
73258
73453
  )
73259
73454
 
@@ -74420,7 +74615,7 @@ class data_source(String, AllowedValuesMixin):
74420
74615
  fluent_name = 'data-source'
74421
74616
  _python_name = 'data_source'
74422
74617
 
74423
- class type_11(String, AllowedValuesMixin):
74618
+ class type_12(String, AllowedValuesMixin):
74424
74619
  """
74425
74620
  Specify whether you want the range to be Global, Local to the selected zone(s), or Custom.
74426
74621
  """
@@ -74437,7 +74632,7 @@ class range_options_3(Group):
74437
74632
  _python_name = 'range_options'
74438
74633
  child_names = ['type', 'minimum', 'maximum']
74439
74634
  _child_classes = dict(
74440
- type=type_11,
74635
+ type=type_12,
74441
74636
  minimum=minimum_3,
74442
74637
  maximum=maximum_3,
74443
74638
  )
@@ -76384,6 +76579,30 @@ class show_colormap(Boolean):
76384
76579
  fluent_name = 'show-colormap?'
76385
76580
  _python_name = 'show_colormap'
76386
76581
 
76582
+ class line_weight(Real):
76583
+ """
76584
+ Set the line-weight factor for the window.
76585
+ """
76586
+ version = '252'
76587
+ fluent_name = 'line-weight'
76588
+ _python_name = 'line_weight'
76589
+
76590
+ class marker_size_4(Real):
76591
+ """
76592
+ Set the size of markers used to represent points.
76593
+ """
76594
+ version = '252'
76595
+ fluent_name = 'marker-size'
76596
+ _python_name = 'marker_size'
76597
+
76598
+ class marker_symbol_1(String, AllowedValuesMixin):
76599
+ """
76600
+ Set the type of markers used to represent points.
76601
+ """
76602
+ version = '252'
76603
+ fluent_name = 'marker-symbol'
76604
+ _python_name = 'marker_symbol'
76605
+
76387
76606
  class device_info(Command):
76388
76607
  """
76389
76608
  List information for the graphics device.
@@ -76394,7 +76613,7 @@ class device_info(Command):
76394
76613
 
76395
76614
  class driver_name(String, AllowedValuesMixin):
76396
76615
  """
76397
- 'driver_name' child.
76616
+ Select new graphics driver.
76398
76617
  """
76399
76618
  version = '252'
76400
76619
  fluent_name = 'driver-name'
@@ -76407,7 +76626,7 @@ class driver(Command):
76407
76626
  Parameters
76408
76627
  ----------
76409
76628
  driver_name : str
76410
- 'driver_name' child.
76629
+ Select new graphics driver.
76411
76630
  """
76412
76631
  version = '252'
76413
76632
  fluent_name = 'driver'
@@ -76432,7 +76651,7 @@ class rendering_options(Group):
76432
76651
  version = '252'
76433
76652
  fluent_name = 'rendering-options'
76434
76653
  _python_name = 'rendering_options'
76435
- child_names = ['animation_option', 'auto_spin', 'color_map_alignment', 'double_buffering', 'face_displacement', 'hidden_surface_method', 'hidden_surfaces', 'front_faces_transparent', 'show_colormap']
76654
+ child_names = ['animation_option', 'auto_spin', 'color_map_alignment', 'double_buffering', 'face_displacement', 'hidden_surface_method', 'hidden_surfaces', 'front_faces_transparent', 'show_colormap', 'line_weight', 'marker_size', 'marker_symbol']
76436
76655
  command_names = ['device_info', 'driver', 'set_rendering_options']
76437
76656
  _child_classes = dict(
76438
76657
  animation_option=animation_option,
@@ -76444,6 +76663,9 @@ class rendering_options(Group):
76444
76663
  hidden_surfaces=hidden_surfaces,
76445
76664
  front_faces_transparent=front_faces_transparent_1,
76446
76665
  show_colormap=show_colormap,
76666
+ line_weight=line_weight,
76667
+ marker_size=marker_size_4,
76668
+ marker_symbol=marker_symbol_1,
76447
76669
  device_info=device_info,
76448
76670
  driver=driver,
76449
76671
  set_rendering_options=set_rendering_options,
@@ -77923,6 +78145,72 @@ class zone_mesh(Command):
77923
78145
  zone_names=zone_names_4,
77924
78146
  )
77925
78147
 
78148
+ class filename_9(Filename, _InputFile):
78149
+ """
78150
+ Enter HSF file name.
78151
+ """
78152
+ version = '252'
78153
+ fluent_name = 'filename'
78154
+ _python_name = 'filename'
78155
+
78156
+ class hsf_file(Command):
78157
+ """
78158
+ Display hoops stream file data to active graphics window.
78159
+
78160
+ Parameters
78161
+ ----------
78162
+ filename : str
78163
+ Enter HSF file name.
78164
+ """
78165
+ version = '252'
78166
+ fluent_name = 'hsf-file'
78167
+ _python_name = 'hsf_file'
78168
+ argument_names = ['filename']
78169
+ _child_classes = dict(
78170
+ filename=filename_9,
78171
+ )
78172
+
78173
+ class re_render(Command):
78174
+ """
78175
+ Re-render the last contour, profile, or velocity vector plot with updated surfaces, meshes, lights, colormap, rendering options, etc., without recalculating the contour data.
78176
+ """
78177
+ version = '252'
78178
+ fluent_name = 're-render'
78179
+ _python_name = 're_render'
78180
+
78181
+ class re_scale(Command):
78182
+ """
78183
+ Re-render the last contour, profile, or velocity vector plot with updated scale, surfaces, meshes, lights, colormap, rendering options, etc., without recalculating the field data.
78184
+ """
78185
+ version = '252'
78186
+ fluent_name = 're-scale'
78187
+ _python_name = 're_scale'
78188
+
78189
+ class surface_cell_names_ids(StringList, AllowedValuesMixin):
78190
+ """
78191
+ Enter the list of surface names/ids.
78192
+ """
78193
+ version = '252'
78194
+ fluent_name = 'surface-cell-names-ids'
78195
+ _python_name = 'surface_cell_names_ids'
78196
+
78197
+ class surface_cells_1(Command):
78198
+ """
78199
+ Draw the cells on the specified surfaces.
78200
+
78201
+ Parameters
78202
+ ----------
78203
+ surface_cell_names_ids : List
78204
+ Enter the list of surface names/ids.
78205
+ """
78206
+ version = '252'
78207
+ fluent_name = 'surface-cells'
78208
+ _python_name = 'surface_cells'
78209
+ argument_names = ['surface_cell_names_ids']
78210
+ _child_classes = dict(
78211
+ surface_cell_names_ids=surface_cell_names_ids,
78212
+ )
78213
+
77926
78214
  class display_6(Group):
77927
78215
  """
77928
78216
  'display' child.
@@ -77930,10 +78218,14 @@ class display_6(Group):
77930
78218
  version = '252'
77931
78219
  fluent_name = 'display'
77932
78220
  _python_name = 'display'
77933
- command_names = ['surface_mesh', 'zone_mesh']
78221
+ command_names = ['surface_mesh', 'zone_mesh', 'hsf_file', 're_render', 're_scale', 'surface_cells']
77934
78222
  _child_classes = dict(
77935
78223
  surface_mesh=surface_mesh_1,
77936
78224
  zone_mesh=zone_mesh,
78225
+ hsf_file=hsf_file,
78226
+ re_render=re_render,
78227
+ re_scale=re_scale,
78228
+ surface_cells=surface_cells_1,
77937
78229
  )
77938
78230
 
77939
78231
  class texture_name(String, AllowedValuesMixin):
@@ -80926,7 +81218,7 @@ class read_sample_file(Command):
80926
81218
 
80927
81219
  class sample_name(String, AllowedValuesMixin):
80928
81220
  """
80929
- 'sample_name' child.
81221
+ Pick a sample, for which a .dpm sample file of the same name is available, for creating DPM Sample Contour Plots.
80930
81222
  """
80931
81223
  version = '252'
80932
81224
  fluent_name = 'sample-name'
@@ -80934,12 +81226,20 @@ class sample_name(String, AllowedValuesMixin):
80934
81226
 
80935
81227
  class interval_size(Real):
80936
81228
  """
80937
- 'interval_size' child.
81229
+ Define the spatial resolution of the DPM Sample Contour Plots. Higher resolution (i.e. a smaller interval size) may cause noisy plots and data points representing too few statistical events in the sample file.
80938
81230
  """
80939
81231
  version = '252'
80940
81232
  fluent_name = 'interval-size'
80941
81233
  _python_name = 'interval_size'
80942
81234
 
81235
+ class writing_radial_profile_files_enabled(Boolean):
81236
+ """
81237
+ If the plane is (parallel to) a cartesian coordinate plane, instead of producing the Expressions for DPM Sample Contour Plots, calculate radial profiles and write them into .csv data files.
81238
+ """
81239
+ version = '252'
81240
+ fluent_name = 'writing-radial-profile-files-enabled?'
81241
+ _python_name = 'writing_radial_profile_files_enabled'
81242
+
80943
81243
  class dpm_sample_contour_plots(Command):
80944
81244
  """
80945
81245
  Prepare named expressions from data in a DPM sample file (collected at a cut plane surface) for contour plotting.
@@ -80947,17 +81247,20 @@ class dpm_sample_contour_plots(Command):
80947
81247
  Parameters
80948
81248
  ----------
80949
81249
  sample_name : str
80950
- 'sample_name' child.
81250
+ Pick a sample, for which a .dpm sample file of the same name is available, for creating DPM Sample Contour Plots.
80951
81251
  interval_size : real
80952
- 'interval_size' child.
81252
+ Define the spatial resolution of the DPM Sample Contour Plots. Higher resolution (i.e. a smaller interval size) may cause noisy plots and data points representing too few statistical events in the sample file.
81253
+ writing_radial_profile_files_enabled : bool
81254
+ If the plane is (parallel to) a cartesian coordinate plane, instead of producing the Expressions for DPM Sample Contour Plots, calculate radial profiles and write them into .csv data files.
80953
81255
  """
80954
81256
  version = '252'
80955
81257
  fluent_name = 'dpm-sample-contour-plots'
80956
81258
  _python_name = 'dpm_sample_contour_plots'
80957
- argument_names = ['sample_name', 'interval_size']
81259
+ argument_names = ['sample_name', 'interval_size', 'writing_radial_profile_files_enabled']
80958
81260
  _child_classes = dict(
80959
81261
  sample_name=sample_name,
80960
81262
  interval_size=interval_size,
81263
+ writing_radial_profile_files_enabled=writing_radial_profile_files_enabled,
80961
81264
  )
80962
81265
 
80963
81266
  class histogram_1(Group):
@@ -81374,7 +81677,7 @@ class append_data(Boolean):
81374
81677
  fluent_name = 'append-data?'
81375
81678
  _python_name = 'append_data'
81376
81679
 
81377
- class mass_flow_1(Command):
81680
+ class mass_flow_2(Command):
81378
81681
  """
81379
81682
  Print mass flow rate at inlets and outlets.
81380
81683
 
@@ -81879,7 +82182,7 @@ class fluxes(Group):
81879
82182
  command_names = ['mass_flow', 'heat_transfer', 'heat_transfer_sensible', 'radiation_heat_transfer', 'film_mass_flow', 'film_heat_transfer', 'electric_current', 'pressure_work', 'viscous_work']
81880
82183
  query_names = ['get_mass_flow', 'get_heat_transfer', 'get_heat_transfer_sensible', 'get_radiation_heat_transfer', 'get_film_mass_flow', 'get_film_heat_transfer', 'get_electric_current', 'get_pressure_work', 'get_viscous_work']
81881
82184
  _child_classes = dict(
81882
- mass_flow=mass_flow_1,
82185
+ mass_flow=mass_flow_2,
81883
82186
  heat_transfer=heat_transfer,
81884
82187
  heat_transfer_sensible=heat_transfer_sensible,
81885
82188
  radiation_heat_transfer=radiation_heat_transfer,
@@ -84905,7 +85208,7 @@ class results(Group):
84905
85208
  report=report_2,
84906
85209
  )
84907
85210
 
84908
- class type_12(String, AllowedValuesMixin):
85211
+ class type_13(String, AllowedValuesMixin):
84909
85212
  """
84910
85213
  Observable type.
84911
85214
  """
@@ -85215,7 +85518,7 @@ class definition_1_child(Group):
85215
85518
  child_names = ['name', 'type', 'walls', 'vector', 'center', 'axis', 'normalized', 'fluid_zones', 'inlets', 'outlets', 'fixed_value', 'observable_list', 'constant', 'combination_type', 'entries', 'operator', 'observable', 'factor_1', 'factor_2', 'penalized_observable', 'target_value', 'normalization', 'numerator', 'denominator', 'integral_type', 'field_variable', 'target_field', 'surfaces', 'integration_domain', 'zones', 'box_bounds', 'cell_register', 'field_direction']
85216
85519
  _child_classes = dict(
85217
85520
  name=name_2,
85218
- type=type_12,
85521
+ type=type_13,
85219
85522
  walls=walls,
85220
85523
  vector=vector_2,
85221
85524
  center=center_2,
@@ -87685,7 +87988,7 @@ class definition_3_child(Group):
87685
87988
  command_names = ['get_center', 'import_surfaces', 'delete_surfaces', 'display_imported_surfaces', 'display']
87686
87989
  _child_classes = dict(
87687
87990
  name=name_2,
87688
- type=type_12,
87991
+ type=type_13,
87689
87992
  surfaces=surfaces_17,
87690
87993
  imported_surfaces=imported_surfaces,
87691
87994
  fit_imported_surfaces=fit_imported_surfaces,
@@ -87966,7 +88269,7 @@ class change_as_percentage(Boolean):
87966
88269
  fluent_name = 'change-as-percentage'
87967
88270
  _python_name = 'change_as_percentage'
87968
88271
 
87969
- class weight_3(Real):
88272
+ class weight_4(Real):
87970
88273
  """
87971
88274
  Weight associated with the objective for multiobjective design.
87972
88275
  """
@@ -87988,7 +88291,7 @@ class objectives_1_child(Group):
87988
88291
  step_direction=step_direction,
87989
88292
  target_change=target_change,
87990
88293
  change_as_percentage=change_as_percentage,
87991
- weight=weight_3,
88294
+ weight=weight_4,
87992
88295
  )
87993
88296
 
87994
88297
  class objectives_1(NamedObject[objectives_1_child], CreatableNamedObjectMixin[objectives_1_child]):
@@ -88220,7 +88523,7 @@ class file_name_20(String):
88220
88523
  fluent_name = 'file-name'
88221
88524
  _python_name = 'file_name'
88222
88525
 
88223
- class weight_4(Real):
88526
+ class weight_5(Real):
88224
88527
  """
88225
88528
  Objective weight for multiobjective design.
88226
88529
  """
@@ -88248,7 +88551,7 @@ class results_1_child(Group):
88248
88551
  file_name=file_name_20,
88249
88552
  observable=observable_2,
88250
88553
  value=value_22,
88251
- weight=weight_4,
88554
+ weight=weight_5,
88252
88555
  expected_change=expected_change,
88253
88556
  )
88254
88557
 
@@ -89096,7 +89399,7 @@ class design_variables(Group):
89096
89399
  initialize=initialize_4,
89097
89400
  )
89098
89401
 
89099
- class type_13(String, AllowedValuesMixin):
89402
+ class type_14(String, AllowedValuesMixin):
89100
89403
  """
89101
89404
  Select the model type.
89102
89405
  """
@@ -89448,7 +89751,7 @@ class model_6(Group):
89448
89751
  child_names = ['type', 'settings', 'offline_training', 'management']
89449
89752
  command_names = ['default', 'unhook']
89450
89753
  _child_classes = dict(
89451
- type=type_13,
89754
+ type=type_14,
89452
89755
  settings=settings_34,
89453
89756
  offline_training=offline_training,
89454
89757
  management=management,
@@ -89995,7 +90298,7 @@ class surface_name(String):
89995
90298
  fluent_name = 'surface-name'
89996
90299
  _python_name = 'surface_name'
89997
90300
 
89998
- class type_14(String, AllowedValuesMixin):
90301
+ class type_15(String, AllowedValuesMixin):
89999
90302
  """
90000
90303
  Type of the surface to be created.
90001
90304
  """
@@ -90050,7 +90353,7 @@ class create_region_clip_surface(Command):
90050
90353
  argument_names = ['surface_name', 'type', 'inclusion', 'input_coordinates', 'surfaces']
90051
90354
  _child_classes = dict(
90052
90355
  surface_name=surface_name,
90053
- type=type_14,
90356
+ type=type_15,
90054
90357
  inclusion=inclusion,
90055
90358
  input_coordinates=input_coordinates,
90056
90359
  surfaces=surfaces_22,