ansys-fluent-core 0.14.dev1__py3-none-any.whl → 0.14.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 (76) hide show
  1. ansys/fluent/core/__init__.py +12 -12
  2. ansys/fluent/core/_version.py +1 -1
  3. ansys/fluent/core/docs/README.rst +26 -26
  4. ansys/fluent/core/examples/downloads.py +28 -16
  5. ansys/fluent/core/filereader/case_file.py +20 -11
  6. ansys/fluent/core/launcher/fluent_container.py +1 -1
  7. ansys/fluent/core/launcher/fluent_launcher_options.json +10 -0
  8. ansys/fluent/core/launcher/launcher.py +29 -15
  9. ansys/fluent/core/meshing/tui_231.py +7265 -7265
  10. ansys/fluent/core/services/datamodel_se.py +142 -110
  11. ansys/fluent/core/services/meshing_queries.py +920 -361
  12. ansys/fluent/core/session_pure_meshing.py +4 -5
  13. ansys/fluent/core/solver/flobject.py +20 -2
  14. ansys/fluent/core/solver/settings_222/change_type.py +1 -1
  15. ansys/fluent/core/solver/settings_222/clear_generated_data.py +1 -1
  16. ansys/fluent/core/solver/settings_222/compute_2.py +1 -1
  17. ansys/fluent/core/solver/settings_222/delete_design_points.py +1 -1
  18. ansys/fluent/core/solver/settings_222/position_1.py +1 -1
  19. ansys/fluent/core/solver/settings_222/setup_unsteady_statistics.py +1 -1
  20. ansys/fluent/core/solver/settings_222/target.py +1 -1
  21. ansys/fluent/core/solver/settings_222/up_vector.py +1 -1
  22. ansys/fluent/core/solver/settings_222/update_selected.py +1 -1
  23. ansys/fluent/core/solver/settings_222/write_1.py +1 -1
  24. ansys/fluent/core/solver/settings_222/write_views.py +1 -1
  25. ansys/fluent/core/solver/settings_231/abaqus.py +2 -2
  26. ansys/fluent/core/solver/settings_231/activate_cell_zone.py +1 -1
  27. ansys/fluent/core/solver/settings_231/calculate_patch.py +2 -2
  28. ansys/fluent/core/solver/settings_231/change_type.py +1 -1
  29. ansys/fluent/core/solver/settings_231/clear_generated_data.py +1 -1
  30. ansys/fluent/core/solver/settings_231/compute_1.py +1 -1
  31. ansys/fluent/core/solver/settings_231/convert_skewed_cells_1.py +1 -1
  32. ansys/fluent/core/solver/settings_231/custom_heat_flux.py +1 -1
  33. ansys/fluent/core/solver/settings_231/customize_fmg_initialization.py +2 -2
  34. ansys/fluent/core/solver/settings_231/delete_design_points.py +1 -1
  35. ansys/fluent/core/solver/settings_231/export_1.py +1 -1
  36. ansys/fluent/core/solver/settings_231/export_modifications.py +1 -1
  37. ansys/fluent/core/solver/settings_231/film_heat_transfer.py +1 -1
  38. ansys/fluent/core/solver/settings_231/film_mass_flow.py +1 -1
  39. ansys/fluent/core/solver/settings_231/forces.py +4 -4
  40. ansys/fluent/core/solver/settings_231/heat_transfer_1.py +1 -1
  41. ansys/fluent/core/solver/settings_231/heat_transfer_sensible.py +1 -1
  42. ansys/fluent/core/solver/settings_231/mass_flow_1.py +1 -1
  43. ansys/fluent/core/solver/settings_231/mechanical_apdl.py +1 -1
  44. ansys/fluent/core/solver/settings_231/mechanical_apdl_input.py +2 -2
  45. ansys/fluent/core/solver/settings_231/modified_setting.py +1 -1
  46. ansys/fluent/core/solver/settings_231/moments.py +2 -2
  47. ansys/fluent/core/solver/settings_231/number_density.py +2 -2
  48. ansys/fluent/core/solver/settings_231/particle_summary.py +1 -1
  49. ansys/fluent/core/solver/settings_231/position_1.py +1 -1
  50. ansys/fluent/core/solver/settings_231/pressure_work_1.py +1 -1
  51. ansys/fluent/core/solver/settings_231/print_histogram.py +1 -1
  52. ansys/fluent/core/solver/settings_231/projected_surface_area.py +2 -2
  53. ansys/fluent/core/solver/settings_231/rad_heat_trans.py +1 -1
  54. ansys/fluent/core/solver/settings_231/read_journal.py +1 -1
  55. ansys/fluent/core/solver/settings_231/rotate.py +2 -2
  56. ansys/fluent/core/solver/settings_231/sample_1.py +4 -4
  57. ansys/fluent/core/solver/settings_231/set_ambient_color.py +1 -1
  58. ansys/fluent/core/solver/settings_231/set_light.py +2 -2
  59. ansys/fluent/core/solver/settings_231/setup_unsteady_statistics.py +1 -1
  60. ansys/fluent/core/solver/settings_231/surface_integrals.py +1 -1
  61. ansys/fluent/core/solver/settings_231/taitherm.py +1 -1
  62. ansys/fluent/core/solver/settings_231/target.py +1 -1
  63. ansys/fluent/core/solver/settings_231/translate.py +1 -1
  64. ansys/fluent/core/solver/settings_231/up_vector.py +1 -1
  65. ansys/fluent/core/solver/settings_231/update_selected.py +1 -1
  66. ansys/fluent/core/solver/settings_231/viscous_work.py +1 -1
  67. ansys/fluent/core/solver/settings_231/volume_integrals.py +1 -1
  68. ansys/fluent/core/solver/settings_231/write_1.py +1 -1
  69. ansys/fluent/core/solver/settings_231/write_histogram.py +1 -1
  70. ansys/fluent/core/solver/settings_231/write_views.py +1 -1
  71. ansys/fluent/core/solver/tui_231.py +36777 -37552
  72. {ansys_fluent_core-0.14.dev1.dist-info → ansys_fluent_core-0.14.dev2.dist-info}/METADATA +29 -29
  73. {ansys_fluent_core-0.14.dev1.dist-info → ansys_fluent_core-0.14.dev2.dist-info}/RECORD +76 -76
  74. {ansys_fluent_core-0.14.dev1.dist-info → ansys_fluent_core-0.14.dev2.dist-info}/LICENSE +0 -0
  75. {ansys_fluent_core-0.14.dev1.dist-info → ansys_fluent_core-0.14.dev2.dist-info}/WHEEL +0 -0
  76. {ansys_fluent_core-0.14.dev1.dist-info → ansys_fluent_core-0.14.dev2.dist-info}/top_level.txt +0 -0
@@ -5,6 +5,7 @@
5
5
  import functools
6
6
 
7
7
  from ansys.api.fluent.v0 import datamodel_se_pb2
8
+ import ansys.fluent.core as pyfluent
8
9
  from ansys.fluent.core.data_model_cache import DataModelCache
9
10
  from ansys.fluent.core.fluent_connection import FluentConnection
10
11
  from ansys.fluent.core.services.streaming import StreamingService
@@ -21,7 +22,6 @@ class PureMeshing(BaseSession):
21
22
  exposed here. No ``switch_to_solver`` method is available
22
23
  in this mode."""
23
24
 
24
- use_cache = True
25
25
  rules = ["workflow", "meshing", "PartManagement", "PMFileManagement"]
26
26
  for r in rules:
27
27
  DataModelCache.set_config(r, "internal_names_as_keys", True)
@@ -36,13 +36,12 @@ class PureMeshing(BaseSession):
36
36
  self._base_meshing = BaseMeshing(self.execute_tui, fluent_connection)
37
37
  datamodel_service_se = fluent_connection.datamodel_service_se
38
38
  self.datamodel_streams = {}
39
- if self.use_cache:
39
+ if pyfluent.DATAMODEL_USE_STATE_CACHE:
40
40
  for rules in self.__class__.rules:
41
41
  request = datamodel_se_pb2.DataModelRequest()
42
42
  request.rules = rules
43
- request.diffstate = (
44
- datamodel_se_pb2.DIFFSTATE_NOCOMMANDS
45
- ) # DIFFSTATE_FULL?
43
+ if pyfluent.DATAMODEL_USE_NOCOMMANDS_DIFF_STATE:
44
+ request.diffstate = datamodel_se_pb2.DIFFSTATE_NOCOMMANDS
46
45
  streaming = StreamingService(
47
46
  stub=datamodel_service_se._stub,
48
47
  request=request,
@@ -535,7 +535,7 @@ class WildcardPath(Group):
535
535
  """Class wrapping a wildcard path to perform get_var and set_var on
536
536
  flproxy."""
537
537
 
538
- def __init__(self, flproxy, path: str, state_cls, settings_cls):
538
+ def __init__(self, flproxy, path: str, state_cls, settings_cls, parent):
539
539
  """__init__ of WildcardPath class."""
540
540
  self._setattr("_flproxy", flproxy)
541
541
  self._setattr("_path", path)
@@ -547,6 +547,7 @@ class WildcardPath(Group):
547
547
  # _settings_cls is the settings cls at the wildcard path level. It is used to
548
548
  # construct the scheme path for children.
549
549
  self._setattr("_settings_cls", settings_cls)
550
+ self._setattr("_parent", parent)
550
551
 
551
552
  @property
552
553
  def flproxy(self):
@@ -572,6 +573,7 @@ class WildcardPath(Group):
572
573
  self.path + "/" + scheme_name,
573
574
  self._state_cls,
574
575
  child_settings_cls,
576
+ self,
575
577
  )
576
578
  raise KeyError(
577
579
  allowed_name_error_message(
@@ -579,6 +581,17 @@ class WildcardPath(Group):
579
581
  )
580
582
  )
581
583
 
584
+ def items(self):
585
+ """Items."""
586
+ for key, value in self._parent.items():
587
+ if fnmatch.fnmatch(key, self._path.rsplit(sep="/", maxsplit=1)[-1]):
588
+ yield key, value
589
+
590
+ def __iter__(self):
591
+ for item in self._parent:
592
+ if fnmatch.fnmatch(item, self._path.rsplit(sep="/", maxsplit=1)[-1]):
593
+ yield item
594
+
582
595
  def to_scheme_keys(self, value):
583
596
  """Convert value to have keys with scheme names."""
584
597
  return self._state_cls.to_scheme_keys(value)
@@ -598,6 +611,7 @@ class NamedObjectWildcardPath(WildcardPath):
598
611
  self.path + "/" + name,
599
612
  self._state_cls,
600
613
  self._settings_cls.child_object_type,
614
+ self,
601
615
  )
602
616
 
603
617
  def __setitem__(self, name, value):
@@ -732,7 +746,11 @@ class NamedObject(SettingsBase[DictStateType], Generic[ChildTypeT]):
732
746
  if self.flproxy.has_wildcard(name):
733
747
  child_cls = self.__class__.child_object_type
734
748
  return WildcardPath(
735
- self.flproxy, self.path + "/" + name, self.__class__, child_cls
749
+ self.flproxy,
750
+ self.path + "/" + name,
751
+ self.__class__,
752
+ child_cls,
753
+ self,
736
754
  )
737
755
  raise KeyError(
738
756
  allowed_name_error_message(
@@ -18,7 +18,7 @@ class change_type(Command):
18
18
 
19
19
  Parameters
20
20
  ----------
21
- zone_list : List
21
+ zone_list : typing.List[str]
22
22
  'zone_list' child.
23
23
  new_type : str
24
24
  'new_type' child.
@@ -17,7 +17,7 @@ class clear_generated_data(Command):
17
17
 
18
18
  Parameters
19
19
  ----------
20
- design_points : List
20
+ design_points : typing.List[str]
21
21
  'design_points' child.
22
22
 
23
23
  """
@@ -17,7 +17,7 @@ class compute(Command):
17
17
 
18
18
  Parameters
19
19
  ----------
20
- report_defs : List
20
+ report_defs : typing.List[str]
21
21
  'report_defs' child.
22
22
 
23
23
  """
@@ -17,7 +17,7 @@ class delete_design_points(Command):
17
17
 
18
18
  Parameters
19
19
  ----------
20
- design_points : List
20
+ design_points : typing.List[str]
21
21
  'design_points' child.
22
22
 
23
23
  """
@@ -17,7 +17,7 @@ class position(Command):
17
17
 
18
18
  Parameters
19
19
  ----------
20
- xyz : List
20
+ xyz : typing.List[real]
21
21
  'xyz' child.
22
22
 
23
23
  """
@@ -17,7 +17,7 @@ class setup_unsteady_statistics(Command):
17
17
 
18
18
  Parameters
19
19
  ----------
20
- udf_cf_names : List
20
+ udf_cf_names : typing.List[str]
21
21
  'udf_cf_names' child.
22
22
 
23
23
  """
@@ -17,7 +17,7 @@ class target(Command):
17
17
 
18
18
  Parameters
19
19
  ----------
20
- xyz : List
20
+ xyz : typing.List[real]
21
21
  'xyz' child.
22
22
 
23
23
  """
@@ -17,7 +17,7 @@ class up_vector(Command):
17
17
 
18
18
  Parameters
19
19
  ----------
20
- xyz : List
20
+ xyz : typing.List[real]
21
21
  'xyz' child.
22
22
 
23
23
  """
@@ -17,7 +17,7 @@ class update_selected(Command):
17
17
 
18
18
  Parameters
19
19
  ----------
20
- design_points : List
20
+ design_points : typing.List[str]
21
21
  'design_points' child.
22
22
 
23
23
  """
@@ -20,7 +20,7 @@ class write(Command):
20
20
  ----------
21
21
  file_name : str
22
22
  'file_name' child.
23
- state_name : List
23
+ state_name : typing.List[str]
24
24
  'state_name' child.
25
25
 
26
26
  """
@@ -20,7 +20,7 @@ class write_views(Command):
20
20
  ----------
21
21
  file_name : str
22
22
  'file_name' child.
23
- view_list : List
23
+ view_list : typing.List[str]
24
24
  'view_list' child.
25
25
 
26
26
  """
@@ -23,13 +23,13 @@ class abaqus(Command):
23
23
  ----------
24
24
  name : str
25
25
  'name' child.
26
- surface_name_list : List
26
+ surface_name_list : typing.List[str]
27
27
  'surface_name_list' child.
28
28
  structural_analysis : bool
29
29
  'structural_analysis' child.
30
30
  write_loads : bool
31
31
  'write_loads' child.
32
- loads : List
32
+ loads : typing.List[str]
33
33
  'loads' child.
34
34
 
35
35
  """
@@ -17,7 +17,7 @@ class activate_cell_zone(Command):
17
17
 
18
18
  Parameters
19
19
  ----------
20
- cell_zone_list : List
20
+ cell_zone_list : typing.List[str]
21
21
  'cell_zone_list' child.
22
22
 
23
23
  """
@@ -26,9 +26,9 @@ class calculate_patch(Command):
26
26
  ----------
27
27
  domain : str
28
28
  'domain' child.
29
- cell_zones : List
29
+ cell_zones : typing.List[str]
30
30
  'cell_zones' child.
31
- register_id : List
31
+ register_id : typing.List[str]
32
32
  'register_id' child.
33
33
  variable : str
34
34
  'variable' child.
@@ -18,7 +18,7 @@ class change_type(Command):
18
18
 
19
19
  Parameters
20
20
  ----------
21
- zone_list : List
21
+ zone_list : typing.List[str]
22
22
  'zone_list' child.
23
23
  new_type : str
24
24
  'new_type' child.
@@ -17,7 +17,7 @@ class clear_generated_data(Command):
17
17
 
18
18
  Parameters
19
19
  ----------
20
- design_points : List
20
+ design_points : typing.List[str]
21
21
  'design_points' child.
22
22
 
23
23
  """
@@ -17,7 +17,7 @@ class compute(Command):
17
17
 
18
18
  Parameters
19
19
  ----------
20
- report_defs : List
20
+ report_defs : typing.List[str]
21
21
  'report_defs' child.
22
22
 
23
23
  """
@@ -19,7 +19,7 @@ class convert_skewed_cells(Command):
19
19
 
20
20
  Parameters
21
21
  ----------
22
- cell_thread_list : List
22
+ cell_thread_list : typing.List[str]
23
23
  Set zones where cells should be converted.
24
24
  max_cell_skewness : real
25
25
  Set target maximum cell skewness.
@@ -23,7 +23,7 @@ class custom_heat_flux(Command):
23
23
  'name' child.
24
24
  wall_function : bool
25
25
  'wall_function' child.
26
- surface_name_list : List
26
+ surface_name_list : typing.List[str]
27
27
  'surface_name_list' child.
28
28
 
29
29
  """
@@ -21,9 +21,9 @@ class customize_fmg_initialization(Command):
21
21
  ----------
22
22
  multi_level_grid : int
23
23
  'multi_level_grid' child.
24
- residual_reduction_level : List
24
+ residual_reduction_level : typing.List[real]
25
25
  'residual_reduction_level' child.
26
- cycle_count : List
26
+ cycle_count : typing.List[real]
27
27
  'cycle_count' child.
28
28
 
29
29
  """
@@ -17,7 +17,7 @@ class delete_design_points(Command):
17
17
 
18
18
  Parameters
19
19
  ----------
20
- design_points : List
20
+ design_points : typing.List[str]
21
21
  'design_points' child.
22
22
 
23
23
  """
@@ -18,7 +18,7 @@ class export(Command):
18
18
 
19
19
  Parameters
20
20
  ----------
21
- command_name : List
21
+ command_name : typing.List[str]
22
22
  'command_name' child.
23
23
  tsv_file_name : str
24
24
  'tsv_file_name' child.
@@ -18,7 +18,7 @@ class export_modifications(Command):
18
18
 
19
19
  Parameters
20
20
  ----------
21
- command_list : List
21
+ command_list : typing.List[str]
22
22
  'command_list' child.
23
23
  filename : str
24
24
  'filename' child.
@@ -27,7 +27,7 @@ class film_heat_transfer(Command):
27
27
  'domain_val' child.
28
28
  all_bndry_zones : bool
29
29
  Select all the boundary/interior zones.
30
- zone_list : List
30
+ zone_list : typing.List[str]
31
31
  'zone_list' child.
32
32
  write_to_file : bool
33
33
  'write_to_file' child.
@@ -27,7 +27,7 @@ class film_mass_flow(Command):
27
27
  'domain_val' child.
28
28
  all_bndry_zones : bool
29
29
  Select all the boundary/interior zones.
30
- zone_list : List
30
+ zone_list : typing.List[str]
31
31
  'zone_list' child.
32
32
  write_to_file : bool
33
33
  'write_to_file' child.
@@ -35,13 +35,13 @@ class forces(Command):
35
35
  'domain_val' child.
36
36
  all_wall_zones : bool
37
37
  Select all wall zones available.
38
- wall_thread_list : List
38
+ wall_thread_list : typing.List[str]
39
39
  'wall_thread_list' child.
40
- direction_vector : Tuple
40
+ direction_vector : typing.Tuple[real, real, real]
41
41
  'direction_vector' child.
42
- momentum_center : Tuple
42
+ momentum_center : typing.Tuple[real, real, real]
43
43
  'momentum_center' child.
44
- momentum_axis : Tuple
44
+ momentum_axis : typing.Tuple[real, real, real]
45
45
  'momentum_axis' child.
46
46
  pressure_coordinate : str
47
47
  'pressure_coordinate' child.
@@ -27,7 +27,7 @@ class heat_transfer(Command):
27
27
  'domain_val' child.
28
28
  all_bndry_zones : bool
29
29
  Select all the boundary/interior zones.
30
- zone_list : List
30
+ zone_list : typing.List[str]
31
31
  'zone_list' child.
32
32
  write_to_file : bool
33
33
  'write_to_file' child.
@@ -27,7 +27,7 @@ class heat_transfer_sensible(Command):
27
27
  'domain_val' child.
28
28
  all_bndry_zones : bool
29
29
  Select all the boundary/interior zones.
30
- zone_list : List
30
+ zone_list : typing.List[str]
31
31
  'zone_list' child.
32
32
  write_to_file : bool
33
33
  'write_to_file' child.
@@ -27,7 +27,7 @@ class mass_flow(Command):
27
27
  'domain_val' child.
28
28
  all_bndry_zones : bool
29
29
  Select all the boundary/interior zones.
30
- zone_list : List
30
+ zone_list : typing.List[str]
31
31
  'zone_list' child.
32
32
  write_to_file : bool
33
33
  'write_to_file' child.
@@ -20,7 +20,7 @@ class mechanical_apdl(Command):
20
20
  ----------
21
21
  name : str
22
22
  'name' child.
23
- thread_name_list : List
23
+ thread_name_list : typing.List[str]
24
24
  'thread_name_list' child.
25
25
 
26
26
  """
@@ -23,13 +23,13 @@ class mechanical_apdl_input(Command):
23
23
  ----------
24
24
  name : str
25
25
  'name' child.
26
- surface_name_list : List
26
+ surface_name_list : typing.List[str]
27
27
  'surface_name_list' child.
28
28
  structural_analysis : bool
29
29
  'structural_analysis' child.
30
30
  write_loads : bool
31
31
  'write_loads' child.
32
- loads : List
32
+ loads : typing.List[str]
33
33
  'loads' child.
34
34
 
35
35
  """
@@ -17,7 +17,7 @@ class modified_setting(Command):
17
17
 
18
18
  Parameters
19
19
  ----------
20
- setting_type : List
20
+ setting_type : typing.List[str]
21
21
  'setting_type' child.
22
22
 
23
23
  """
@@ -22,9 +22,9 @@ class moments(Command):
22
22
 
23
23
  Parameters
24
24
  ----------
25
- surface_list : List
25
+ surface_list : typing.List[str]
26
26
  'surface_list' child.
27
- volume_list : List
27
+ volume_list : typing.List[str]
28
28
  'volume_list' child.
29
29
  num_of_moments : int
30
30
  'num_of_moments' child.
@@ -34,9 +34,9 @@ class number_density(Command):
34
34
  'qmom_output_type' child.
35
35
  smm_output_type : str
36
36
  'smm_output_type' child.
37
- surface_list : List
37
+ surface_list : typing.List[str]
38
38
  'surface_list' child.
39
- volume_list : List
39
+ volume_list : typing.List[str]
40
40
  'volume_list' child.
41
41
  num_dens_func : str
42
42
  'num_dens_func' child.
@@ -17,7 +17,7 @@ class particle_summary(Command):
17
17
 
18
18
  Parameters
19
19
  ----------
20
- injection_names : List
20
+ injection_names : typing.List[str]
21
21
  'injection_names' child.
22
22
 
23
23
  """
@@ -17,7 +17,7 @@ class position(Command):
17
17
 
18
18
  Parameters
19
19
  ----------
20
- xyz : List
20
+ xyz : typing.List[real]
21
21
  'xyz' child.
22
22
 
23
23
  """
@@ -27,7 +27,7 @@ class pressure_work(Command):
27
27
  'domain_val' child.
28
28
  all_bndry_zones : bool
29
29
  Select all the boundary/interior zones.
30
- zone_list : List
30
+ zone_list : typing.List[str]
31
31
  'zone_list' child.
32
32
  write_to_file : bool
33
33
  'write_to_file' child.
@@ -37,7 +37,7 @@ class print_histogram(Command):
37
37
  'num_division' child.
38
38
  set_all_zones : bool
39
39
  'set_all_zones' child.
40
- threads_list : List
40
+ threads_list : typing.List[str]
41
41
  'threads_list' child.
42
42
  file_name : str
43
43
  'file_name' child.
@@ -19,11 +19,11 @@ class projected_surface_area(Command):
19
19
 
20
20
  Parameters
21
21
  ----------
22
- surface_id_val : List
22
+ surface_id_val : typing.List[int]
23
23
  'surface_id_val' child.
24
24
  min_feature_size : real
25
25
  'min_feature_size' child.
26
- proj_plane_norm_comp : Tuple
26
+ proj_plane_norm_comp : typing.Tuple[real, real, real]
27
27
  'proj_plane_norm_comp' child.
28
28
 
29
29
  """
@@ -27,7 +27,7 @@ class rad_heat_trans(Command):
27
27
  'domain_val' child.
28
28
  all_bndry_zones : bool
29
29
  Select all the boundary/interior zones.
30
- zone_list : List
30
+ zone_list : typing.List[str]
31
31
  'zone_list' child.
32
32
  write_to_file : bool
33
33
  'write_to_file' child.
@@ -17,7 +17,7 @@ class read_journal(Command):
17
17
 
18
18
  Parameters
19
19
  ----------
20
- file_name_list : List
20
+ file_name_list : typing.List[str]
21
21
  'file_name_list' child.
22
22
 
23
23
  """
@@ -21,9 +21,9 @@ class rotate(Command):
21
21
  ----------
22
22
  angle : real
23
23
  'angle' child.
24
- origin : Tuple
24
+ origin : typing.Tuple[real, real, real]
25
25
  'origin' child.
26
- axis_components : Tuple
26
+ axis_components : typing.Tuple[real, real, real]
27
27
  'axis_components' child.
28
28
 
29
29
  """
@@ -23,13 +23,13 @@ class sample(Command):
23
23
 
24
24
  Parameters
25
25
  ----------
26
- injections : List
26
+ injections : typing.List[str]
27
27
  'injections' child.
28
- boundaries : List
28
+ boundaries : typing.List[str]
29
29
  'boundaries' child.
30
- lines : List
30
+ lines : typing.List[str]
31
31
  'lines' child.
32
- planes : List
32
+ planes : typing.List[str]
33
33
  'planes' child.
34
34
  op_udf : str
35
35
  'op_udf' child.
@@ -17,7 +17,7 @@ class set_ambient_color(Command):
17
17
 
18
18
  Parameters
19
19
  ----------
20
- rgb_vector : Tuple
20
+ rgb_vector : typing.Tuple[real, real, real]
21
21
  'rgb_vector' child.
22
22
 
23
23
  """
@@ -26,13 +26,13 @@ class set_light(Command):
26
26
  'light_number' child.
27
27
  light_on : bool
28
28
  'light_on' child.
29
- rgb_vector : Tuple
29
+ rgb_vector : typing.Tuple[real, real, real]
30
30
  'rgb_vector' child.
31
31
  use_view_factor : bool
32
32
  'use_view_factor' child.
33
33
  change_light_direction : bool
34
34
  'change_light_direction' child.
35
- direction_vector : Tuple
35
+ direction_vector : typing.Tuple[real, real, real]
36
36
  'direction_vector' child.
37
37
 
38
38
  """
@@ -17,7 +17,7 @@ class setup_unsteady_statistics(Command):
17
17
 
18
18
  Parameters
19
19
  ----------
20
- udf_cf_names : List
20
+ udf_cf_names : typing.List[str]
21
21
  'udf_cf_names' child.
22
22
 
23
23
  """
@@ -36,7 +36,7 @@ class surface_integrals(Command):
36
36
  ----------
37
37
  report_type : str
38
38
  'report_type' child.
39
- surface_id : List
39
+ surface_id : typing.List[str]
40
40
  'surface_id' child.
41
41
  add_custome_vector : bool
42
42
  'add_custome_vector' child.
@@ -22,7 +22,7 @@ class taitherm(Command):
22
22
  ----------
23
23
  name : str
24
24
  'name' child.
25
- surface_name_list : List
25
+ surface_name_list : typing.List[str]
26
26
  'surface_name_list' child.
27
27
  wall_function : bool
28
28
  'wall_function' child.