ansys-fluent-core 0.33.dev0__py3-none-any.whl → 0.33.1__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.
- ansys/fluent/core/__init__.py +11 -4
- ansys/fluent/core/codegen/builtin_settingsgen.py +17 -9
- ansys/fluent/core/codegen/datamodelgen.py +2 -2
- ansys/fluent/core/codegen/print_fluent_version.py +4 -4
- ansys/fluent/core/codegen/settingsgen.py +1 -2
- ansys/fluent/core/exceptions.py +0 -1
- ansys/fluent/core/file_session.py +9 -9
- ansys/fluent/core/filereader/case_file.py +2 -2
- ansys/fluent/core/fluent_connection.py +5 -5
- ansys/fluent/core/generated/api_tree/api_objects.json +1 -1
- ansys/fluent/core/generated/datamodel_231/flicing.py +40 -40
- ansys/fluent/core/generated/datamodel_231/meshing.py +182 -182
- ansys/fluent/core/generated/datamodel_232/flicing.py +55 -55
- ansys/fluent/core/generated/datamodel_232/meshing.py +174 -174
- ansys/fluent/core/generated/datamodel_241/flicing.py +20 -20
- ansys/fluent/core/generated/datamodel_241/meshing.py +283 -283
- ansys/fluent/core/generated/datamodel_242/flicing.py +40 -40
- ansys/fluent/core/generated/datamodel_242/meshing.py +308 -308
- ansys/fluent/core/generated/datamodel_251/flicing.py +35 -35
- ansys/fluent/core/generated/datamodel_251/meshing.py +295 -295
- ansys/fluent/core/generated/datamodel_251/part_management.py +6 -6
- ansys/fluent/core/generated/datamodel_252/flicing.py +25 -25
- ansys/fluent/core/generated/datamodel_252/meshing.py +424 -424
- ansys/fluent/core/generated/datamodel_252/part_management.py +5 -5
- ansys/fluent/core/generated/datamodel_261/flicing.py +40 -40
- ansys/fluent/core/generated/datamodel_261/meshing.py +443 -425
- ansys/fluent/core/generated/datamodel_261/meshing_utilities.py +296 -616
- ansys/fluent/core/generated/datamodel_261/part_management.py +10 -10
- ansys/fluent/core/generated/datamodel_261/preferences.py +7 -0
- ansys/fluent/core/generated/datamodel_261/solver_workflow.py +7 -0
- ansys/fluent/core/generated/fluent_version_252.py +1 -1
- ansys/fluent/core/generated/fluent_version_261.py +3 -3
- ansys/fluent/core/generated/meshing/tui_261.py +1137 -1177
- ansys/fluent/core/generated/solver/settings_252.py +55 -55
- ansys/fluent/core/generated/solver/settings_261.py +4147 -4698
- ansys/fluent/core/generated/solver/settings_261.pyi +3467 -5578
- ansys/fluent/core/generated/solver/settings_builtin.py +57 -1
- ansys/fluent/core/generated/solver/settings_builtin.pyi +79 -0
- ansys/fluent/core/generated/solver/tui_261.py +2625 -2771
- ansys/fluent/core/launcher/container_launcher.py +7 -9
- ansys/fluent/core/launcher/fluent_container.py +107 -75
- ansys/fluent/core/launcher/launch_options.py +22 -1
- ansys/fluent/core/launcher/launcher.py +5 -4
- ansys/fluent/core/launcher/slurm_launcher.py +1 -0
- ansys/fluent/core/pyfluent_warnings.py +13 -0
- ansys/fluent/core/search.py +170 -83
- ansys/fluent/core/services/app_utilities.py +52 -32
- ansys/fluent/core/services/datamodel_se.py +6 -3
- ansys/fluent/core/services/scheme_eval.py +2 -0
- ansys/fluent/core/services/solution_variables.py +64 -49
- ansys/fluent/core/session.py +36 -30
- ansys/fluent/core/session_base_meshing.py +2 -24
- ansys/fluent/core/session_shared.py +5 -2
- ansys/fluent/core/session_solver.py +15 -9
- ansys/fluent/core/solver/__init__.py +1 -1
- ansys/fluent/core/solver/flobject.py +62 -64
- ansys/fluent/core/solver/settings_builtin_bases.py +14 -7
- ansys/fluent/core/solver/settings_builtin_data.py +121 -540
- ansys/fluent/core/utils/context_managers.py +0 -17
- ansys/fluent/core/utils/fluent_version.py +173 -0
- {ansys_fluent_core-0.33.dev0.dist-info → ansys_fluent_core-0.33.1.dist-info}/METADATA +8 -8
- {ansys_fluent_core-0.33.dev0.dist-info → ansys_fluent_core-0.33.1.dist-info}/RECORD +64 -82
- {ansys_fluent_core-0.33.dev0.dist-info → ansys_fluent_core-0.33.1.dist-info}/WHEEL +1 -1
- ansys/fluent/core/generated/datamodel_222/meshing.py +0 -6332
- ansys/fluent/core/generated/datamodel_222/part_management.py +0 -2072
- ansys/fluent/core/generated/datamodel_222/pm_file_management.py +0 -290
- ansys/fluent/core/generated/datamodel_222/preferences.py +0 -2449
- ansys/fluent/core/generated/datamodel_222/workflow.py +0 -651
- ansys/fluent/core/generated/fluent_version_222.py +0 -5
- ansys/fluent/core/generated/meshing/tui_222.py +0 -9649
- ansys/fluent/core/generated/solver/settings_222.py +0 -29473
- ansys/fluent/core/generated/solver/settings_222.pyi +0 -19590
- ansys/fluent/core/generated/solver/tui_222.py +0 -43451
- ansys/fluent/core/post_objects/__init__.py +0 -21
- ansys/fluent/core/post_objects/check_in_notebook.py +0 -35
- ansys/fluent/core/post_objects/meta.py +0 -926
- ansys/fluent/core/post_objects/post_helper.py +0 -178
- ansys/fluent/core/post_objects/post_object_definitions.py +0 -693
- ansys/fluent/core/post_objects/post_objects_container.py +0 -248
- ansys/fluent/core/post_objects/singleton_meta.py +0 -42
- ansys/fluent/core/post_objects/timing_decorator.py +0 -38
- {ansys_fluent_core-0.33.dev0.dist-info → ansys_fluent_core-0.33.1.dist-info/licenses}/LICENSE +0 -0
|
@@ -49,20 +49,3 @@ def _get_active_session():
|
|
|
49
49
|
stack = _get_stack()
|
|
50
50
|
if stack:
|
|
51
51
|
return stack[-1]
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
class ReadCase:
|
|
55
|
-
"""Context manager to read a Fluent case file."""
|
|
56
|
-
|
|
57
|
-
def __init__(self, session=None, case_file: str | None = None):
|
|
58
|
-
self.session = session or _get_active_session()
|
|
59
|
-
self.case_file = case_file
|
|
60
|
-
|
|
61
|
-
def __enter__(self):
|
|
62
|
-
if not self.case_file:
|
|
63
|
-
raise ValueError("A case file path must be provided to read.")
|
|
64
|
-
self.session.settings.file.read_case(file_name=self.case_file)
|
|
65
|
-
return self.session
|
|
66
|
-
|
|
67
|
-
def __exit__(self, exc_type, exc_value, traceback):
|
|
68
|
-
pass
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
|
|
23
23
|
"""Provides a module to get Fluent version."""
|
|
24
24
|
|
|
25
|
+
from collections.abc import Set
|
|
25
26
|
from enum import Enum
|
|
26
27
|
from functools import total_ordering
|
|
27
28
|
import os
|
|
@@ -203,3 +204,175 @@ class FluentVersion(Enum):
|
|
|
203
204
|
return (
|
|
204
205
|
f"Fluent version 20{self.value.split('.')[0]} R{self.value.split('.')[1]}"
|
|
205
206
|
)
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
class FluentVersionSet(Set[FluentVersion]):
|
|
210
|
+
"""A set of Fluent versions defined by a predicate."""
|
|
211
|
+
|
|
212
|
+
def __init__(self, predicate):
|
|
213
|
+
"""Initialize the FluentVersionSet with a predicate."""
|
|
214
|
+
self._predicate = predicate
|
|
215
|
+
self._versions = tuple(
|
|
216
|
+
v for v in reversed(FluentVersion) if self._predicate(v)
|
|
217
|
+
) # precompute versions for efficiency
|
|
218
|
+
|
|
219
|
+
def __contains__(self, version: FluentVersion) -> bool:
|
|
220
|
+
"""Check if the version is in the set."""
|
|
221
|
+
return self._predicate(version)
|
|
222
|
+
|
|
223
|
+
def __iter__(self):
|
|
224
|
+
"""Iterate over all Fluent versions."""
|
|
225
|
+
yield from self._versions
|
|
226
|
+
|
|
227
|
+
def __len__(self) -> int:
|
|
228
|
+
"""Return the number of versions in the set."""
|
|
229
|
+
return len(self._versions)
|
|
230
|
+
|
|
231
|
+
def __eq__(self, other) -> bool:
|
|
232
|
+
"""Check equality with another FluentVersionSet."""
|
|
233
|
+
if isinstance(other, FluentVersionSet):
|
|
234
|
+
if len(self) != len(other):
|
|
235
|
+
return False
|
|
236
|
+
return all(v in other for v in self)
|
|
237
|
+
return False
|
|
238
|
+
|
|
239
|
+
def __lt__(self, other: "FluentVersionSet") -> bool:
|
|
240
|
+
"""Compare two FluentVersionSets."""
|
|
241
|
+
if not isinstance(other, FluentVersionSet):
|
|
242
|
+
raise TypeError("Can only compare with another FluentVersionSet.")
|
|
243
|
+
return all(v in other for v in self) and len(self) < len(other)
|
|
244
|
+
|
|
245
|
+
def __le__(self, other: "FluentVersionSet") -> bool:
|
|
246
|
+
"""Check if this FluentVersionSet is a subset of another."""
|
|
247
|
+
if not isinstance(other, FluentVersionSet):
|
|
248
|
+
raise TypeError("Can only compare with another FluentVersionSet.")
|
|
249
|
+
return all(v in other for v in self)
|
|
250
|
+
|
|
251
|
+
def __gt__(self, other: "FluentVersionSet") -> bool:
|
|
252
|
+
"""Check if this FluentVersionSet is a superset of another."""
|
|
253
|
+
if not isinstance(other, FluentVersionSet):
|
|
254
|
+
raise TypeError("Can only compare with another FluentVersionSet.")
|
|
255
|
+
return all(v in self for v in other) and len(self) > len(other)
|
|
256
|
+
|
|
257
|
+
def __ge__(self, other: "FluentVersionSet") -> bool:
|
|
258
|
+
"""Check if this FluentVersionSet is a superset or equal to another."""
|
|
259
|
+
if not isinstance(other, FluentVersionSet):
|
|
260
|
+
raise TypeError("Can only compare with another FluentVersionSet.")
|
|
261
|
+
return all(v in self for v in other)
|
|
262
|
+
|
|
263
|
+
def __and__(self, other: "FluentVersionSet") -> "FluentVersionSet":
|
|
264
|
+
"""Return the intersection of two FluentVersionSets."""
|
|
265
|
+
if not isinstance(other, FluentVersionSet):
|
|
266
|
+
raise TypeError("Can only intersect with another FluentVersionSet.")
|
|
267
|
+
return FluentVersionSet(lambda v: self._predicate(v) and other._predicate(v))
|
|
268
|
+
|
|
269
|
+
def __or__(self, other):
|
|
270
|
+
"""Return the union of two FluentVersionSets."""
|
|
271
|
+
if not isinstance(other, FluentVersionSet):
|
|
272
|
+
raise TypeError("Can only union with another FluentVersionSet.")
|
|
273
|
+
return FluentVersionSet(lambda v: self._predicate(v) or other._predicate(v))
|
|
274
|
+
|
|
275
|
+
def __sub__(self, other):
|
|
276
|
+
"""Return the difference of two FluentVersionSets."""
|
|
277
|
+
if not isinstance(other, FluentVersionSet):
|
|
278
|
+
raise TypeError("Can only subtract another FluentVersionSet.")
|
|
279
|
+
return FluentVersionSet(
|
|
280
|
+
lambda v: self._predicate(v) and not other._predicate(v)
|
|
281
|
+
)
|
|
282
|
+
|
|
283
|
+
def __hash__(self):
|
|
284
|
+
return hash(self._versions)
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
def all_versions() -> FluentVersionSet:
|
|
288
|
+
"""
|
|
289
|
+
Create a FluentVersionSet that includes all supported Fluent versions.
|
|
290
|
+
|
|
291
|
+
Returns
|
|
292
|
+
-------
|
|
293
|
+
FluentVersionSet
|
|
294
|
+
A set containing all Fluent versions.
|
|
295
|
+
"""
|
|
296
|
+
return FluentVersionSet(lambda v: True)
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
def since(version: FluentVersion) -> FluentVersionSet:
|
|
300
|
+
"""
|
|
301
|
+
Create a FluentVersionSet that includes all versions since the specified version.
|
|
302
|
+
|
|
303
|
+
Parameters
|
|
304
|
+
----------
|
|
305
|
+
version : FluentVersion
|
|
306
|
+
The version since which the set should include versions.
|
|
307
|
+
|
|
308
|
+
Returns
|
|
309
|
+
-------
|
|
310
|
+
FluentVersionSet
|
|
311
|
+
"""
|
|
312
|
+
return FluentVersionSet(lambda v: v >= version)
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
def until(version: FluentVersion) -> FluentVersionSet:
|
|
316
|
+
"""
|
|
317
|
+
Create a FluentVersionSet that includes all versions until the specified version.
|
|
318
|
+
|
|
319
|
+
Parameters
|
|
320
|
+
----------
|
|
321
|
+
version : FluentVersion
|
|
322
|
+
The version until which the set should include versions.
|
|
323
|
+
|
|
324
|
+
Returns
|
|
325
|
+
-------
|
|
326
|
+
FluentVersionSet
|
|
327
|
+
"""
|
|
328
|
+
return FluentVersionSet(lambda v: v < version)
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
def only_at(version: FluentVersion) -> FluentVersionSet:
|
|
332
|
+
"""
|
|
333
|
+
Create a FluentVersionSet that includes only the specified version.
|
|
334
|
+
|
|
335
|
+
Parameters
|
|
336
|
+
----------
|
|
337
|
+
version : FluentVersion
|
|
338
|
+
The version to include in the set.
|
|
339
|
+
|
|
340
|
+
Returns
|
|
341
|
+
-------
|
|
342
|
+
FluentVersionSet
|
|
343
|
+
"""
|
|
344
|
+
return FluentVersionSet(lambda v: v == version)
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
def except_for(version: FluentVersion) -> FluentVersionSet:
|
|
348
|
+
"""
|
|
349
|
+
Create a FluentVersionSet that includes all versions except the specified version.
|
|
350
|
+
|
|
351
|
+
Parameters
|
|
352
|
+
----------
|
|
353
|
+
version : FluentVersion
|
|
354
|
+
The version to exclude from the set.
|
|
355
|
+
|
|
356
|
+
Returns
|
|
357
|
+
-------
|
|
358
|
+
FluentVersionSet
|
|
359
|
+
"""
|
|
360
|
+
return FluentVersionSet(lambda v: v != version)
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
def between(start: FluentVersion, end: FluentVersion) -> FluentVersionSet:
|
|
364
|
+
"""
|
|
365
|
+
Create a FluentVersionSet that includes all versions between the specified start (inclusive) and end (exclusive) versions.
|
|
366
|
+
|
|
367
|
+
Parameters
|
|
368
|
+
----------
|
|
369
|
+
start : FluentVersion
|
|
370
|
+
The starting version of the range, inclusive.
|
|
371
|
+
end : FluentVersion
|
|
372
|
+
The ending version of the range, exclusive.
|
|
373
|
+
|
|
374
|
+
Returns
|
|
375
|
+
-------
|
|
376
|
+
FluentVersionSet
|
|
377
|
+
"""
|
|
378
|
+
return FluentVersionSet(lambda v: start <= v < end)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: ansys-fluent-core
|
|
3
|
-
Version: 0.33.
|
|
3
|
+
Version: 0.33.1
|
|
4
4
|
Summary: PyFluent provides Pythonic access to Ansys Fluent.
|
|
5
5
|
Author-email: "ANSYS, Inc." <pyansys.core@ansys.com>
|
|
6
6
|
Maintainer-email: "ANSYS, Inc." <pyansys.core@ansys.com>
|
|
@@ -10,6 +10,7 @@ Classifier: Development Status :: 4 - Beta
|
|
|
10
10
|
Classifier: Programming Language :: Python :: 3
|
|
11
11
|
Classifier: License :: OSI Approved :: MIT License
|
|
12
12
|
Classifier: Operating System :: OS Independent
|
|
13
|
+
License-File: LICENSE
|
|
13
14
|
Requires-Dist: ansys-api-fluent>=0.3.35
|
|
14
15
|
Requires-Dist: ansys-platform-instancemanagement~=1.1
|
|
15
16
|
Requires-Dist: ansys-tools-filetransfer>=0.1,<0.3
|
|
@@ -28,8 +29,8 @@ Requires-Dist: pyyaml>=6.0
|
|
|
28
29
|
Requires-Dist: Sphinx==8.1.3 ; extra == "docs"
|
|
29
30
|
Requires-Dist: jupyter_sphinx==0.5.3 ; extra == "docs"
|
|
30
31
|
Requires-Dist: numpydoc==1.8.0 ; extra == "docs"
|
|
31
|
-
Requires-Dist: matplotlib==3.10.
|
|
32
|
-
Requires-Dist: ansys-sphinx-theme==1.
|
|
32
|
+
Requires-Dist: matplotlib==3.10.3 ; extra == "docs"
|
|
33
|
+
Requires-Dist: ansys-sphinx-theme==1.5.2 ; extra == "docs"
|
|
33
34
|
Requires-Dist: pypandoc==1.15 ; extra == "docs"
|
|
34
35
|
Requires-Dist: pytest-sphinx==0.6.3 ; extra == "docs"
|
|
35
36
|
Requires-Dist: sphinx-autobuild==2024.10.3 ; extra == "docs"
|
|
@@ -45,15 +46,14 @@ Requires-Dist: beautifulsoup4==4.13.4 ; extra == "docs"
|
|
|
45
46
|
Requires-Dist: openpyxl>=3.1.5 ; extra == "docs"
|
|
46
47
|
Requires-Dist: plotly>=5.22.0 ; extra == "docs"
|
|
47
48
|
Requires-Dist: python-pptx>=0.6.23 ; extra == "docs"
|
|
48
|
-
Requires-Dist: quarto-cli==1.7.
|
|
49
|
+
Requires-Dist: quarto-cli==1.7.32 ; extra == "docs"
|
|
49
50
|
Requires-Dist: pdf2image==1.17.0 ; extra == "docs"
|
|
50
51
|
Requires-Dist: seaborn>=0.13.2 ; extra == "docs"
|
|
51
|
-
Requires-Dist: tensorflow>=2.17.0 ; extra == "docs"
|
|
52
52
|
Requires-Dist: h5py==3.13.0 ; extra == "reader"
|
|
53
53
|
Requires-Dist: pytest==8.3.5 ; extra == "tests"
|
|
54
54
|
Requires-Dist: pytest-cov==6.1.1 ; extra == "tests"
|
|
55
|
-
Requires-Dist: pytest-mock==3.14.
|
|
56
|
-
Requires-Dist: pytest-xdist==3.
|
|
55
|
+
Requires-Dist: pytest-mock==3.14.1 ; extra == "tests"
|
|
56
|
+
Requires-Dist: pytest-xdist==3.7.0 ; extra == "tests"
|
|
57
57
|
Requires-Dist: pyfakefs==5.8.0 ; extra == "tests"
|
|
58
58
|
Project-URL: Documentation, https://fluent.docs.pyansys.com/
|
|
59
59
|
Project-URL: Source, https://github.com/ansys/pyfluent
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
ansys/fluent/core/__init__.py,sha256=
|
|
1
|
+
ansys/fluent/core/__init__.py,sha256=8dv7ICwyZXNXkCWR7AMwHADZ1Led5EhVmoEZi3SbeYw,6299
|
|
2
2
|
ansys/fluent/core/data_model_cache.py,sha256=MVnBuH7s5Yr_AI8f0F9kPw-gMExDopUKvW9a99MX2RE,16963
|
|
3
|
-
ansys/fluent/core/exceptions.py,sha256=
|
|
3
|
+
ansys/fluent/core/exceptions.py,sha256=UBx1BZmuICRUk38YuOLCY1KzsJ-Jb15GmFDhroCTiFM,2005
|
|
4
4
|
ansys/fluent/core/field_data_interfaces.py,sha256=I-_rR3vdet9ljxblVOLUoDDL7ln9pOJEHiaCnOjvB3o,19620
|
|
5
|
-
ansys/fluent/core/file_session.py,sha256=
|
|
6
|
-
ansys/fluent/core/fluent_connection.py,sha256=
|
|
5
|
+
ansys/fluent/core/file_session.py,sha256=N2KymV297Wno9JE_K7r4q01fGgjtgDbQYDbUtMxuuPc,40251
|
|
6
|
+
ansys/fluent/core/fluent_connection.py,sha256=4HLGEhY8W9EEEosMY-3i7CVxtKerSSX8_SdjGTINn-E,30385
|
|
7
7
|
ansys/fluent/core/get_build_details.py,sha256=FaXqFh4xJ_gUuB9VrEQxruVdr-pJLhkKo-kIMNQEiv4,2441
|
|
8
8
|
ansys/fluent/core/journaling.py,sha256=HnskC_eUwjslXsUZTJYkrLtBQAeMSiW4ZpUuXrgmtow,2299
|
|
9
9
|
ansys/fluent/core/logger.py,sha256=WlTeYxkyRxIA1AGNqJC7D0rLwPpYDcjtd6Ii_yL6LVc,9443
|
|
10
10
|
ansys/fluent/core/logging_config.yaml,sha256=vRRU5i-XxnAJgPxgJPfSrMUDXFVh0XJ2kBNrZsxwrB0,1408
|
|
11
11
|
ansys/fluent/core/parametric.py,sha256=msLDlV7fSB4vBjb1HnKNENZBDWvjcIPNli-s0PjX4cY,11377
|
|
12
|
-
ansys/fluent/core/pyfluent_warnings.py,sha256=
|
|
12
|
+
ansys/fluent/core/pyfluent_warnings.py,sha256=zn9Hu-yeHz_W4kyWp9unUCp04UqCMSb7aY1G6gTXDK4,2650
|
|
13
13
|
ansys/fluent/core/report.py,sha256=5EPGsCfHjR6pnJhW8VbkbToP-sp_uUGSfOobydNrImE,2822
|
|
14
14
|
ansys/fluent/core/rpvars.py,sha256=32_hibh-lQ5z6C2yPeCdL0BEKJuPUvUp-f5-F5bxam0,4640
|
|
15
|
-
ansys/fluent/core/search.py,sha256=
|
|
16
|
-
ansys/fluent/core/session.py,sha256=
|
|
17
|
-
ansys/fluent/core/session_base_meshing.py,sha256=
|
|
15
|
+
ansys/fluent/core/search.py,sha256=AqW6H24RDKxS2VIwXiGQePAmYRh7j9bXCvDdJcJ_dLU,21121
|
|
16
|
+
ansys/fluent/core/session.py,sha256=wh0gSnqMgqGegaTOHY2mv35jhhPj4xF836NGm3gfeeE,17799
|
|
17
|
+
ansys/fluent/core/session_base_meshing.py,sha256=Tm9NbLg8fBZbKJPkOcE1Qfd7VZ5u_WcAm50tGFCrwgw,9154
|
|
18
18
|
ansys/fluent/core/session_meshing.py,sha256=sJYZZcsjouuD76by2PsXdhyn89dm3Ub0_y4iv7mQkGg,5116
|
|
19
19
|
ansys/fluent/core/session_meshing.pyi,sha256=i2voCm-j6OTvHSMIc49q9dNMJi6TErXDYfUPq6C60e4,2289
|
|
20
20
|
ansys/fluent/core/session_pure_meshing.py,sha256=mEHg4xn18iK_yHlr5qRRddRZPNIaTolwHNVz7YMvM0k,8608
|
|
21
21
|
ansys/fluent/core/session_pure_meshing.pyi,sha256=q2unEahfGrswumc_eEeegbXicFs9GkNTAj8xQn1RFso,2776
|
|
22
|
-
ansys/fluent/core/session_shared.py,sha256=
|
|
23
|
-
ansys/fluent/core/session_solver.py,sha256=
|
|
22
|
+
ansys/fluent/core/session_shared.py,sha256=mcywDExl0ch6JnywBXoCAJGH-vw4Bkk5p5E6OYYQxNo,3466
|
|
23
|
+
ansys/fluent/core/session_solver.py,sha256=moAl8l6O81ygtn8pIYpCCqh8SqBXTyXO5AidlnnGHIw,13447
|
|
24
24
|
ansys/fluent/core/session_solver.pyi,sha256=FlmwrFQYCdIKwb3-aRGZghdbAV_oXElYifbQVhJY7KM,2046
|
|
25
25
|
ansys/fluent/core/session_solver_aero.py,sha256=NpahL8fqBIlDnTezQfRSRv6-pXTTXAG0YegXFAhQkB4,4415
|
|
26
26
|
ansys/fluent/core/session_solver_icing.py,sha256=_-gsew_0gan9mx2QZSycXAzNOvGS3MxykBacORS5Kqg,3649
|
|
@@ -31,10 +31,10 @@ ansys/fluent/core/workflow.py,sha256=yt2N9x5PmsL1mMhU2Wqtx0ye3xnnRUIYTsJvYOwE-p8
|
|
|
31
31
|
ansys/fluent/core/_stand_alone_datamodel_client/_datamodel_client.py,sha256=0RNLFEcHva7X3HxMaDuC-Ry2qZqkNkbm8jMkFNcuyP0,2118
|
|
32
32
|
ansys/fluent/core/codegen/__init__.py,sha256=W8cAyIWfzg80ilUh_m3Jb_uxnfWL2yYnwPOKViQWVO4,1755
|
|
33
33
|
ansys/fluent/core/codegen/allapigen.py,sha256=Ga0l683Oh_U9yRKWlFGNP3K1grjTR8K18kHAmq0SE7M,2659
|
|
34
|
-
ansys/fluent/core/codegen/builtin_settingsgen.py,sha256=
|
|
35
|
-
ansys/fluent/core/codegen/datamodelgen.py,sha256=
|
|
36
|
-
ansys/fluent/core/codegen/print_fluent_version.py,sha256=
|
|
37
|
-
ansys/fluent/core/codegen/settingsgen.py,sha256=
|
|
34
|
+
ansys/fluent/core/codegen/builtin_settingsgen.py,sha256=sPJb5m_YL6CLty0KiZnB5atq4NNfCegu9jKPl63Jds4,5666
|
|
35
|
+
ansys/fluent/core/codegen/datamodelgen.py,sha256=wJryvnonreE3whu1pZaCS_9a1pMxc1qjW-XLHya-quc,25323
|
|
36
|
+
ansys/fluent/core/codegen/print_fluent_version.py,sha256=Gr592AIO22ElbIMvEoz_6tlyL6yuqrKnplPxCNfVA3I,2051
|
|
37
|
+
ansys/fluent/core/codegen/settingsgen.py,sha256=VDJNY9lh9fU0ouQeflZ4j06bZnJQ19kGWBlAA2mOrZg,16010
|
|
38
38
|
ansys/fluent/core/codegen/tuigen.py,sha256=L6GQb2IFxrvMB-ICyIjctBcLyEluxnViI-swb4PBWBY,13898
|
|
39
39
|
ansys/fluent/core/codegen/walk_api.py,sha256=sD3stBx47XfKl7IdxAYln7IGe_n7cntTZqZ_c6d5OAg,4430
|
|
40
40
|
ansys/fluent/core/codegen/write_settings_yaml.py,sha256=HPWqpzUiDZTkbVOD-Nl-8ihPgqDNgsRCwXHqNrw_cJU,2540
|
|
@@ -48,48 +48,42 @@ ansys/fluent/core/docs/.gitignore,sha256=ez7QK8c9wGt9uQbPl6qR3sKy6yHy2SvFyqdh31u
|
|
|
48
48
|
ansys/fluent/core/examples/__init__.py,sha256=Umpy8-WcLFES08kiG_i9V9ILw85Q1KzedIJQd9aFBjw,1281
|
|
49
49
|
ansys/fluent/core/examples/downloads.py,sha256=lS4lpitG6KAfeuW9Fnymv2xCNTOWV9REOdnf77lxUY0,7750
|
|
50
50
|
ansys/fluent/core/filereader/__init__.py,sha256=iU3iD1C8euFedGFX4o1-NVuoI7OKhEgjmbXR1tqjv0o,1153
|
|
51
|
-
ansys/fluent/core/filereader/case_file.py,sha256=
|
|
51
|
+
ansys/fluent/core/filereader/case_file.py,sha256=pEa2ZRdoR9e1a8RtHq16bmKl9wjmNUlvrxNNdhS5d0c,23584
|
|
52
52
|
ansys/fluent/core/filereader/casereader.py,sha256=W1D9N69Q3AYqbMbVunLupEfoCYPCTyJW5zJxNChguDw,1486
|
|
53
53
|
ansys/fluent/core/filereader/data_file.py,sha256=g4Noa-ympnOz06Xx3qelBO8lD7WvJADUp17Dx0YwjVk,8802
|
|
54
54
|
ansys/fluent/core/filereader/lispy.py,sha256=oTtcdh8XveutpBcCK5N7zi8OHHRg9QhJ0Nn1NVguUC4,17455
|
|
55
55
|
ansys/fluent/core/filereader/pre_processor.py,sha256=eGXvPEKKg1anMylD_eygy_G5FFLFyUVtNqq-qNVmrhs,1485
|
|
56
|
-
ansys/fluent/core/generated/fluent_version_222.py,sha256=g38e3ctUL71_k29qiHAvApjzm4CjL37i2gCSgNEcpjg,158
|
|
57
56
|
ansys/fluent/core/generated/fluent_version_231.py,sha256=KEimazbeoKgKAxljiOwth1WpPK0Df99MTOEbd3Ze80s,167
|
|
58
57
|
ansys/fluent/core/generated/fluent_version_232.py,sha256=tA4sMzKfssaeUwlM6WSk0qAVI0PG9jmWHxyy9Q2r_GM,167
|
|
59
58
|
ansys/fluent/core/generated/fluent_version_241.py,sha256=R60bDiS2y_VYuI49NMPWTYgSaNDJsoESO163fY_KTJ0,167
|
|
60
59
|
ansys/fluent/core/generated/fluent_version_242.py,sha256=098i_ge1V5f_MZxu9hIjNAF_nYL5RTEzsGNkrgVIn0A,167
|
|
61
60
|
ansys/fluent/core/generated/fluent_version_251.py,sha256=HB2VZqVDg8DbP2kDE1v2rCxCgUrXwnWdiLGaTOdNnF0,167
|
|
62
|
-
ansys/fluent/core/generated/fluent_version_252.py,sha256=
|
|
63
|
-
ansys/fluent/core/generated/fluent_version_261.py,sha256=
|
|
64
|
-
ansys/fluent/core/generated/api_tree/api_objects.json,sha256=
|
|
65
|
-
ansys/fluent/core/generated/
|
|
66
|
-
ansys/fluent/core/generated/
|
|
67
|
-
ansys/fluent/core/generated/datamodel_222/pm_file_management.py,sha256=_JKPLp3goVmeYerKBpDccxE8J3J7pYfixxnbN532NVs,9883
|
|
68
|
-
ansys/fluent/core/generated/datamodel_222/preferences.py,sha256=hqGpXmR6-DAnC7IJUHtPn5V3Xi8fjHIIsMtUvjfxiEY,102204
|
|
69
|
-
ansys/fluent/core/generated/datamodel_222/workflow.py,sha256=phHj4Z72y_unpT36fOFTbDAkKPnxW07pz-pIRVcEw_o,24341
|
|
70
|
-
ansys/fluent/core/generated/datamodel_231/flicing.py,sha256=DYclxYv0aVN16ViCMUvzY47Jmd57zJSqWbyFeU_Yn1k,468431
|
|
71
|
-
ansys/fluent/core/generated/datamodel_231/meshing.py,sha256=yx02sLLBcQ2Qh8QR0j3iU-vuljc0kM46zG27ccAUNEI,446627
|
|
61
|
+
ansys/fluent/core/generated/fluent_version_252.py,sha256=dYnaUqec_Jc05gEr4mysbxmbuFyaGxt-9P-q3fun6kA,173
|
|
62
|
+
ansys/fluent/core/generated/fluent_version_261.py,sha256=_tKPZqHfg7u7bVeCgrugepML1-9S9SWnJr4V6ZbzhAs,150
|
|
63
|
+
ansys/fluent/core/generated/api_tree/api_objects.json,sha256=NVR5EtGRXit9zXE6RuRyavL0p_EuiYtmL7cs37eoruw,7875679
|
|
64
|
+
ansys/fluent/core/generated/datamodel_231/flicing.py,sha256=1zA7oLW9diIVE8fGjRgrbMCaVw8Ir7k28nKzaGcW71Y,468431
|
|
65
|
+
ansys/fluent/core/generated/datamodel_231/meshing.py,sha256=rh6P_ByMXwHiwqaJyIakv881-50RJ8--kqLZf2wEoa0,446627
|
|
72
66
|
ansys/fluent/core/generated/datamodel_231/part_management.py,sha256=YxMOgaBReFWTs-5MSxdhXyhtGGt186sg1rSlBH0zfdg,140437
|
|
73
67
|
ansys/fluent/core/generated/datamodel_231/pm_file_management.py,sha256=6JZlJ-gjcZgBcDBsW6RSCHp0jAROPVOd7DeotW5P1ng,10477
|
|
74
68
|
ansys/fluent/core/generated/datamodel_231/preferences.py,sha256=plsjq7rJqmEhrYz9SdXA0O0lS-UAkZ_c-haTy7tiaOw,102519
|
|
75
69
|
ansys/fluent/core/generated/datamodel_231/solver_workflow.py,sha256=JAaaZvdBsXe6F8uTedJ-PIVfngG9cLndm3zi6QUrCoI,37317
|
|
76
70
|
ansys/fluent/core/generated/datamodel_231/workflow.py,sha256=Cja8z2YF9dOxhlEKu5cCiDclnqmjPN9cYUqZ2oJ0G_A,25151
|
|
77
|
-
ansys/fluent/core/generated/datamodel_232/flicing.py,sha256=
|
|
78
|
-
ansys/fluent/core/generated/datamodel_232/meshing.py,sha256=
|
|
71
|
+
ansys/fluent/core/generated/datamodel_232/flicing.py,sha256=s7U7R5JWAjOOvkOPZQLNWgoIWvJR-2CAMh-g51nmaPo,468737
|
|
72
|
+
ansys/fluent/core/generated/datamodel_232/meshing.py,sha256=mfPHu5JlO0xPBj8fBjimltOA_-ygFJRTahAdED3fPFo,467203
|
|
79
73
|
ansys/fluent/core/generated/datamodel_232/part_management.py,sha256=YxMOgaBReFWTs-5MSxdhXyhtGGt186sg1rSlBH0zfdg,140437
|
|
80
74
|
ansys/fluent/core/generated/datamodel_232/pm_file_management.py,sha256=6JZlJ-gjcZgBcDBsW6RSCHp0jAROPVOd7DeotW5P1ng,10477
|
|
81
75
|
ansys/fluent/core/generated/datamodel_232/preferences.py,sha256=kArGDPyFzidmnTczouYjA9WZmnJX_8s-vIelN6IESIM,106005
|
|
82
76
|
ansys/fluent/core/generated/datamodel_232/solver_workflow.py,sha256=Ts_c6mj65W5i15aMBN5puYn66N2j5lTzSgt_TYCdBMc,44298
|
|
83
77
|
ansys/fluent/core/generated/datamodel_232/workflow.py,sha256=Cja8z2YF9dOxhlEKu5cCiDclnqmjPN9cYUqZ2oJ0G_A,25151
|
|
84
|
-
ansys/fluent/core/generated/datamodel_241/flicing.py,sha256=
|
|
85
|
-
ansys/fluent/core/generated/datamodel_241/meshing.py,sha256=
|
|
78
|
+
ansys/fluent/core/generated/datamodel_241/flicing.py,sha256=Smu30Ate8PQFTtww_PDvV6DANcXCsJXwCDa2hnF7Lqw,468737
|
|
79
|
+
ansys/fluent/core/generated/datamodel_241/meshing.py,sha256=5-X6hrv9dJS7dLzsDrcEbAeIoPf1A0x1AlhxcIgZZMg,506723
|
|
86
80
|
ansys/fluent/core/generated/datamodel_241/part_management.py,sha256=W1oJO-y4hIIMq9g7R3gzZ6pjK34F7xyAveOF7ZWXLhA,142916
|
|
87
81
|
ansys/fluent/core/generated/datamodel_241/pm_file_management.py,sha256=6JZlJ-gjcZgBcDBsW6RSCHp0jAROPVOd7DeotW5P1ng,10477
|
|
88
82
|
ansys/fluent/core/generated/datamodel_241/preferences.py,sha256=5lOaO5d_7rNI6g_P0KXtdEF-IUUYneZe_x2bA3G3jP8,107946
|
|
89
83
|
ansys/fluent/core/generated/datamodel_241/solver_workflow.py,sha256=Ts_c6mj65W5i15aMBN5puYn66N2j5lTzSgt_TYCdBMc,44298
|
|
90
84
|
ansys/fluent/core/generated/datamodel_241/workflow.py,sha256=w_zv2NxCAZvLSDbwLJHA_FTwZoVndDO_V7gL_TEQ46o,25523
|
|
91
|
-
ansys/fluent/core/generated/datamodel_242/flicing.py,sha256=
|
|
92
|
-
ansys/fluent/core/generated/datamodel_242/meshing.py,sha256=
|
|
85
|
+
ansys/fluent/core/generated/datamodel_242/flicing.py,sha256=9a5CqfMLARSYwJfEMwdFGXd01frim0dZQsuCq01sfMU,519701
|
|
86
|
+
ansys/fluent/core/generated/datamodel_242/meshing.py,sha256=gSk-ASutfsGdYQLKPOa7mo9EaRHADYVcli3AIcvOUFI,705038
|
|
93
87
|
ansys/fluent/core/generated/datamodel_242/meshing_utilities.py,sha256=FIZ4pdO9ZS52hrBT8XrU0XWOgWkJroFy891tphDw8tQ,145933
|
|
94
88
|
ansys/fluent/core/generated/datamodel_242/meshing_utilities.pyi,sha256=NW-Du7YaM603iZaCe5zk6BaV2w7_zVKCSVS3eO8rEWM,30119
|
|
95
89
|
ansys/fluent/core/generated/datamodel_242/part_management.py,sha256=5467rE9iQiU9LPjKVbxn7dDGeyh-ovuLyjnlvdV4e2E,198878
|
|
@@ -97,43 +91,40 @@ ansys/fluent/core/generated/datamodel_242/pm_file_management.py,sha256=LtXmO9-v8
|
|
|
97
91
|
ansys/fluent/core/generated/datamodel_242/preferences.py,sha256=-HT1_FcL_-kz28cBjJAHNxfDKasyH22t_VK0hS2TF-0,112187
|
|
98
92
|
ansys/fluent/core/generated/datamodel_242/solver_workflow.py,sha256=eGZQTFTB1QVkEIvj-WhsYGH5MmXXCWcn9_rPKOljFew,48235
|
|
99
93
|
ansys/fluent/core/generated/datamodel_242/workflow.py,sha256=LBiYdvXAEO3zgiqSRjsrRLiFDOjdOWFfD5yFjI97qAU,27425
|
|
100
|
-
ansys/fluent/core/generated/datamodel_251/flicing.py,sha256=
|
|
101
|
-
ansys/fluent/core/generated/datamodel_251/meshing.py,sha256=
|
|
94
|
+
ansys/fluent/core/generated/datamodel_251/flicing.py,sha256=S9814VBRw3SBSSgSOM4pk3ak9FOjoZOHbiuXEKTyeBk,519701
|
|
95
|
+
ansys/fluent/core/generated/datamodel_251/meshing.py,sha256=Qsufv6_KAjOwW1lZ6YiqIiz5oEHmTWUptFjae4P80cc,749229
|
|
102
96
|
ansys/fluent/core/generated/datamodel_251/meshing_utilities.py,sha256=3bh58FJz19swsfJrC9uKHqytC0fLFI4E4_-eWBRFvYk,177566
|
|
103
97
|
ansys/fluent/core/generated/datamodel_251/meshing_utilities.pyi,sha256=tRXOj4HqsmsfY_5_uqcWdT9mlVwWDsrrDBGkkgE9Qk8,30506
|
|
104
|
-
ansys/fluent/core/generated/datamodel_251/part_management.py,sha256=
|
|
98
|
+
ansys/fluent/core/generated/datamodel_251/part_management.py,sha256=AU3EU2BHLIyg1qXQmjJtPGArNL7tWP1E5VJgkYpcCOg,200176
|
|
105
99
|
ansys/fluent/core/generated/datamodel_251/pm_file_management.py,sha256=LtXmO9-v86N9-RspThPSENexAmr8afIKzz_j2x107r4,12023
|
|
106
100
|
ansys/fluent/core/generated/datamodel_251/preferences.py,sha256=jwNacZDoZaEmpRjsJqr5lDh_vwVUJ-enLXmYH7DYx2E,115630
|
|
107
101
|
ansys/fluent/core/generated/datamodel_251/solver_workflow.py,sha256=eGZQTFTB1QVkEIvj-WhsYGH5MmXXCWcn9_rPKOljFew,48235
|
|
108
102
|
ansys/fluent/core/generated/datamodel_251/workflow.py,sha256=UKwbtOadCV8C3LoXhAwsOLxnsKFQaYxxv_Z1M3gUDZw,27742
|
|
109
|
-
ansys/fluent/core/generated/datamodel_252/flicing.py,sha256=
|
|
110
|
-
ansys/fluent/core/generated/datamodel_252/meshing.py,sha256=
|
|
103
|
+
ansys/fluent/core/generated/datamodel_252/flicing.py,sha256=047koA9CEEt50uSFLoXw9P5ATAc8Leysm8dJAJQo2ys,521561
|
|
104
|
+
ansys/fluent/core/generated/datamodel_252/meshing.py,sha256=xfVk_KZtREpVPKSCUmZ0ytWydysxl4n5Qh6QtblI7xg,877607
|
|
111
105
|
ansys/fluent/core/generated/datamodel_252/meshing_utilities.py,sha256=49pEckN_MlwhN7rlp3ojBuAwEKEJYl7PDUmgBqwJwPw,178034
|
|
112
106
|
ansys/fluent/core/generated/datamodel_252/meshing_utilities.pyi,sha256=J53pQomR2sQozP66bnsGuaOG0Y422lUnYT8sk2p8PH0,30634
|
|
113
|
-
ansys/fluent/core/generated/datamodel_252/part_management.py,sha256=
|
|
107
|
+
ansys/fluent/core/generated/datamodel_252/part_management.py,sha256=et44ItDn39ATF02YQ_sDITrLP7pOGNOfAX0i1tRPsNo,166591
|
|
114
108
|
ansys/fluent/core/generated/datamodel_252/pm_file_management.py,sha256=LtXmO9-v86N9-RspThPSENexAmr8afIKzz_j2x107r4,12023
|
|
115
109
|
ansys/fluent/core/generated/datamodel_252/preferences.py,sha256=mTH6hN1i1sTPJfLpCwVtvd-5XSiKXwn3GbuFLRECjFs,123632
|
|
116
110
|
ansys/fluent/core/generated/datamodel_252/solver_workflow.py,sha256=Y0SR_7bc-qPCqabBbrBDatctD9U_U0f1LtS8UjUuu90,51272
|
|
117
111
|
ansys/fluent/core/generated/datamodel_252/workflow.py,sha256=J0vlBf1tLOe5kUHKEDJRLV033BhZVK0Y5OwMqjRoEW8,28018
|
|
118
|
-
ansys/fluent/core/generated/datamodel_261/flicing.py,sha256=
|
|
119
|
-
ansys/fluent/core/generated/datamodel_261/meshing.py,sha256=
|
|
120
|
-
ansys/fluent/core/generated/datamodel_261/meshing_utilities.py,sha256=
|
|
112
|
+
ansys/fluent/core/generated/datamodel_261/flicing.py,sha256=_GDcQKrqaPqN_V2fe7CMHMPhSizvP8gmrfYcQdso17o,521561
|
|
113
|
+
ansys/fluent/core/generated/datamodel_261/meshing.py,sha256=3XQf4NXAjB2xciRS9pEq9RogRmNQuQTd_VvdWp3N0fY,878535
|
|
114
|
+
ansys/fluent/core/generated/datamodel_261/meshing_utilities.py,sha256=11d7l-CyUVW5zFm1YNOsSu96ZsSvxgh0n0P65jyeQVw,148603
|
|
121
115
|
ansys/fluent/core/generated/datamodel_261/meshing_utilities.pyi,sha256=J53pQomR2sQozP66bnsGuaOG0Y422lUnYT8sk2p8PH0,30634
|
|
122
|
-
ansys/fluent/core/generated/datamodel_261/part_management.py,sha256=
|
|
116
|
+
ansys/fluent/core/generated/datamodel_261/part_management.py,sha256=hxYZkgJDCSZMwLRhuWKydZnQXr7neM07vqvQ7StW3U8,166591
|
|
123
117
|
ansys/fluent/core/generated/datamodel_261/pm_file_management.py,sha256=LtXmO9-v86N9-RspThPSENexAmr8afIKzz_j2x107r4,12023
|
|
124
|
-
ansys/fluent/core/generated/datamodel_261/preferences.py,sha256=
|
|
125
|
-
ansys/fluent/core/generated/datamodel_261/solver_workflow.py,sha256=
|
|
118
|
+
ansys/fluent/core/generated/datamodel_261/preferences.py,sha256=bYbL9AI0IKTtY0uSW-Fu14Zn1El7Ov56Gqx0uCv_EGA,123920
|
|
119
|
+
ansys/fluent/core/generated/datamodel_261/solver_workflow.py,sha256=Gf_i1k-xYjekEpGoyyVzTsbRNytl8eoH9hoOiNd8798,51517
|
|
126
120
|
ansys/fluent/core/generated/datamodel_261/workflow.py,sha256=J0vlBf1tLOe5kUHKEDJRLV033BhZVK0Y5OwMqjRoEW8,28018
|
|
127
|
-
ansys/fluent/core/generated/meshing/tui_222.py,sha256=-N3_qz1sEzDFIXwYEwZu3IQStw2AbUYdVO5EhlnYRBs,596960
|
|
128
121
|
ansys/fluent/core/generated/meshing/tui_231.py,sha256=9Bc9p0rDlE0dGXqtlt4Rc-G092tIW03f_BS6dtL_esQ,564248
|
|
129
122
|
ansys/fluent/core/generated/meshing/tui_232.py,sha256=nVG3OvGE0iEz_qW6968LA5wW75V5RG-CJoS_l-tWoYY,593820
|
|
130
123
|
ansys/fluent/core/generated/meshing/tui_241.py,sha256=TXZY6uTqj8C9N6403dIse9lWTZHQoFdZbd6id1rn5fw,609442
|
|
131
124
|
ansys/fluent/core/generated/meshing/tui_242.py,sha256=PW76uDMeQjBExAbHKLaCdReqdimzeaVgupn36eZ8RsM,616621
|
|
132
125
|
ansys/fluent/core/generated/meshing/tui_251.py,sha256=H01sTWY8oPlGg0os-t0I9DXprNrSWMhxVXH8G_cVsJo,624478
|
|
133
126
|
ansys/fluent/core/generated/meshing/tui_252.py,sha256=xskQcQHWQ9TLvdUwgFQCwbohB6JN0XWj2GIUaFy1JEY,640248
|
|
134
|
-
ansys/fluent/core/generated/meshing/tui_261.py,sha256=
|
|
135
|
-
ansys/fluent/core/generated/solver/settings_222.py,sha256=l61rJ4xau5aACR0n-a3a6V_9KQxxIszKd671L4ferbw,959175
|
|
136
|
-
ansys/fluent/core/generated/solver/settings_222.pyi,sha256=X_VEsX6gVKKQ8UQgIyZykLiUDhr3uhbQ1vYPuu6yDmA,560653
|
|
127
|
+
ansys/fluent/core/generated/meshing/tui_261.py,sha256=7ar-xGaFvwluJUUVa9ojgAuEpn0MZjabd18ExkUt-9A,640515
|
|
137
128
|
ansys/fluent/core/generated/solver/settings_231.py,sha256=Mmt5cE5SHtS4tmJHSGBYoT9ZLqAc3k6JGVJlLyJe00Y,1383045
|
|
138
129
|
ansys/fluent/core/generated/solver/settings_231.pyi,sha256=Ig2wX2RbK5wkYlk5nHs83y-ws76TMC6qVr4wPUFBQXg,769390
|
|
139
130
|
ansys/fluent/core/generated/solver/settings_232.py,sha256=IyFmcpVE8ercmMZQC5wRKSZVwG6asheyu1PhWp_ctjE,1605150
|
|
@@ -144,52 +135,43 @@ ansys/fluent/core/generated/solver/settings_242.py,sha256=z_BLdkYIdKk_jGKoBmIRSn
|
|
|
144
135
|
ansys/fluent/core/generated/solver/settings_242.pyi,sha256=Bfs6mZcmUvRyjc8PNki2xi_zKMeksOQaylPWIkQidHE,1501982
|
|
145
136
|
ansys/fluent/core/generated/solver/settings_251.py,sha256=xA2INuRauY_-Nbe14bDSkf5bCVDrW7vXEeRrc_SKIvs,2576049
|
|
146
137
|
ansys/fluent/core/generated/solver/settings_251.pyi,sha256=Rj5uOWdwaXHItUvLIPqE3ujakDAemlRpxsWmGaEgKCU,1713309
|
|
147
|
-
ansys/fluent/core/generated/solver/settings_252.py,sha256=
|
|
138
|
+
ansys/fluent/core/generated/solver/settings_252.py,sha256=J1zDtQW-4sI4YYbR4h8Vbk9VWe2N74fjzKbif5KL48k,2951180
|
|
148
139
|
ansys/fluent/core/generated/solver/settings_252.pyi,sha256=nrYQH_thT81L_w_dHqBziIqh-Q0L8btDbLsvlDLl_qk,1985148
|
|
149
|
-
ansys/fluent/core/generated/solver/settings_261.py,sha256=
|
|
150
|
-
ansys/fluent/core/generated/solver/settings_261.pyi,sha256=
|
|
151
|
-
ansys/fluent/core/generated/solver/settings_builtin.py,sha256=
|
|
152
|
-
ansys/fluent/core/generated/solver/settings_builtin.pyi,sha256=
|
|
153
|
-
ansys/fluent/core/generated/solver/tui_222.py,sha256=YrWs6To25qtAGTjLIxK2yg9um9rOsiJKmCPcZrHxI0o,2785708
|
|
140
|
+
ansys/fluent/core/generated/solver/settings_261.py,sha256=Mqi1NeQfjY3-JhQgfNz03dzdduTHVQzu_hsz4IjPIk8,2940284
|
|
141
|
+
ansys/fluent/core/generated/solver/settings_261.pyi,sha256=2C8YMbNP_GT58qjKCOeI9_BDXpDC3IrgccgOABXoAkA,1932167
|
|
142
|
+
ansys/fluent/core/generated/solver/settings_builtin.py,sha256=b5jcWYHHiDt8OtxGsL1Zbbw2rnGptS6tTbXKXq0zlk4,56260
|
|
143
|
+
ansys/fluent/core/generated/solver/settings_builtin.pyi,sha256=cpgLRlPN1_iMx2Htku6xBoJIwk7pvw2HxKdWIURZxcQ,99592
|
|
154
144
|
ansys/fluent/core/generated/solver/tui_231.py,sha256=adUuOnyCSUxePpzK-PdUQe3w77MTrLZpipI8IPBwqWs,2770957
|
|
155
145
|
ansys/fluent/core/generated/solver/tui_232.py,sha256=g-wYWRFEUCo8lf-JxOG3GhBqB_iBcvNS-EuFi-jB5IQ,1816651
|
|
156
146
|
ansys/fluent/core/generated/solver/tui_241.py,sha256=2c2NW4k2dP3dY5d--MJNJ082jp0ixlK9flshd3EaYqg,2009332
|
|
157
147
|
ansys/fluent/core/generated/solver/tui_242.py,sha256=e3DOfh-Tl6DFaotqBlrJLebOA9Uz5prxAqMKICPU76g,2085786
|
|
158
148
|
ansys/fluent/core/generated/solver/tui_251.py,sha256=vZsxD1mMqdFZDGLF6epEOJgNPO7XsUT1J_jyRIu3Gds,2159906
|
|
159
149
|
ansys/fluent/core/generated/solver/tui_252.py,sha256=N94Hl4vL5gcJfv2tsD6MOq0irqZdw96Bju1KG_iF4Y8,2365374
|
|
160
|
-
ansys/fluent/core/generated/solver/tui_261.py,sha256=
|
|
150
|
+
ansys/fluent/core/generated/solver/tui_261.py,sha256=wWx901lGQHanLPdqi627xizWtODm6swHJSZIf5KKAIQ,2354569
|
|
161
151
|
ansys/fluent/core/launcher/__init__.py,sha256=n5Jd6RxE1DMVSiVR_BSsMHeQLzRqqshu5xZ27z31fgE,1610
|
|
162
|
-
ansys/fluent/core/launcher/container_launcher.py,sha256=
|
|
152
|
+
ansys/fluent/core/launcher/container_launcher.py,sha256=QeZ_julWqCd7kZz-U0B6FMtnJQM64_aCKIynil86R-Q,11270
|
|
163
153
|
ansys/fluent/core/launcher/error_handler.py,sha256=6LRdtbG3Rd2IfmAYtz4eC48rYs2Wt4QiIL6NcpKfz4w,3977
|
|
164
|
-
ansys/fluent/core/launcher/fluent_container.py,sha256=
|
|
154
|
+
ansys/fluent/core/launcher/fluent_container.py,sha256=EEza9CjW3eSxehstdeNEKQMPQ56gua7p4opGfjsk62c,21846
|
|
165
155
|
ansys/fluent/core/launcher/fluent_launcher_options.json,sha256=QFuWt_s8wRKVqHd3s_GAVn-m6nRBF7i5cNOWICX0g1Y,805
|
|
166
|
-
ansys/fluent/core/launcher/launch_options.py,sha256=
|
|
167
|
-
ansys/fluent/core/launcher/launcher.py,sha256=
|
|
156
|
+
ansys/fluent/core/launcher/launch_options.py,sha256=IjEnK9zHhcxI-ss9j1ZZ8O6vcHNOG1wLq73PM5IJrkk,12451
|
|
157
|
+
ansys/fluent/core/launcher/launcher.py,sha256=J8NicINwOtsHpN9q54jDExxodTia-FmCrlDHwMNsORY,20317
|
|
168
158
|
ansys/fluent/core/launcher/launcher_utils.py,sha256=h8sLF5YxD0PO7J1ydPCnhBsFS1mfOQdzBQh9Gr9rPXQ,6016
|
|
169
159
|
ansys/fluent/core/launcher/pim_launcher.py,sha256=FdW4qtkel6XzsdecJfUjyjLFt2ryRHRAwn3SWE9CG5Y,12096
|
|
170
160
|
ansys/fluent/core/launcher/process_launch_string.py,sha256=46udhotolzs-Gtdr35qFR2H6_PZqkT50vNYDmBVNjLU,7284
|
|
171
161
|
ansys/fluent/core/launcher/server_info.py,sha256=I4JGJSZ4y4wt8SzhKK63XoFnRRXlag5CaLhOVqPsiog,4822
|
|
172
|
-
ansys/fluent/core/launcher/slurm_launcher.py,sha256=
|
|
162
|
+
ansys/fluent/core/launcher/slurm_launcher.py,sha256=vFnoAaLL1gsJ6X-7KZJeZVWY50yYIB8jjmiKB78qnGI,20642
|
|
173
163
|
ansys/fluent/core/launcher/standalone_launcher.py,sha256=KyDtFTd2UFJyOtlRs_2B4ixldlPMo8X5WUe9_zmpsxY,15251
|
|
174
164
|
ansys/fluent/core/launcher/watchdog.py,sha256=m9CM8qXs0v_K6kQ7S-Q-N6fakTWWGcRmIeJNjYNmHRg,7080
|
|
175
165
|
ansys/fluent/core/launcher/watchdog_exec,sha256=Lup4F_1ml34cXS6KkO_BBP60qL7BFOm8lapraENkaU4,6198
|
|
176
166
|
ansys/fluent/core/meshing/meshing_workflow.py,sha256=n_AqM7oPMSrlz1AP6PPG2BZMGmQu6XRmjdC1YLfuotQ,10866
|
|
177
|
-
ansys/fluent/core/post_objects/__init__.py,sha256=iU3iD1C8euFedGFX4o1-NVuoI7OKhEgjmbXR1tqjv0o,1153
|
|
178
|
-
ansys/fluent/core/post_objects/check_in_notebook.py,sha256=URmaR9e69HO8EjM5qKBqtqqPKqPnxOYyraYJe58uw4g,1519
|
|
179
|
-
ansys/fluent/core/post_objects/meta.py,sha256=u0OywzTWYuOCYj3Q9qhW9taaDXSAhN5xkuv_8wQgqf8,32889
|
|
180
|
-
ansys/fluent/core/post_objects/post_helper.py,sha256=xlQK-C4ZXK6aHGvH6Hevc6p5YVLCTWiezrzQ48GNCcE,7515
|
|
181
|
-
ansys/fluent/core/post_objects/post_object_definitions.py,sha256=WzSPCDpveV-q00JvZTa3MvPkN6IEmRmIrrx5wryXwr4,22020
|
|
182
|
-
ansys/fluent/core/post_objects/post_objects_container.py,sha256=PXixSdXHUG4VZlmMyRYXshLzq1_tqEFD6ywVcJUhV-Y,8942
|
|
183
|
-
ansys/fluent/core/post_objects/singleton_meta.py,sha256=cM8t6yu33HpQoSW8DcFbQvKG5wYoHu8nLDt-FeaRQcE,1667
|
|
184
|
-
ansys/fluent/core/post_objects/timing_decorator.py,sha256=DIvHmX0Cd-TJZ9L9K1KURHkMHwO79keokOhhBLZoTHs,1481
|
|
185
167
|
ansys/fluent/core/scheduler/__init__.py,sha256=eEvhpFl25fYFGigLkpYoL0frh7wdzez_oCoXniKxgFM,3170
|
|
186
168
|
ansys/fluent/core/scheduler/load_machines.py,sha256=A1o2WS5Rb32eWOYJUxaRKF3cbrV8sXr_c0z8dOodMdg,19270
|
|
187
169
|
ansys/fluent/core/scheduler/machine_list.py,sha256=H4dqE7VvpE1YYPSabXJ4MwQHGVPbmK8ICMpCzzWgniA,6779
|
|
188
170
|
ansys/fluent/core/services/__init__.py,sha256=gjpqtX_k21_PflO7fn_CcmKvTR-8ui4N3Tq4BSul_1o,3174
|
|
189
171
|
ansys/fluent/core/services/api_upgrade.py,sha256=ebesQI1X9418qFBRV8wpYV59btVyrFJ0hjfJcBjmdo8,2830
|
|
190
|
-
ansys/fluent/core/services/app_utilities.py,sha256=
|
|
172
|
+
ansys/fluent/core/services/app_utilities.py,sha256=zxM2esYMk1CKxqadSz4634BstoO9K3ueb8MNe_ASZmI,18573
|
|
191
173
|
ansys/fluent/core/services/batch_ops.py,sha256=NmTqERVZ5quMInEFM-DofPwrWOYRprz93GjePBR-gjQ,8606
|
|
192
|
-
ansys/fluent/core/services/datamodel_se.py,sha256=
|
|
174
|
+
ansys/fluent/core/services/datamodel_se.py,sha256=orbsrkImznzw5XR46LShSPhedNlw6kNyf2I--eok_tc,76653
|
|
193
175
|
ansys/fluent/core/services/datamodel_tui.py,sha256=IZTtfdS-bJlX863yu0kb7D3kB82xNjOn4BY-uMpiKOI,15275
|
|
194
176
|
ansys/fluent/core/services/deprecated_field_data.py,sha256=uDaK6JZinBcQfifZahINqRVn4STFvxwXJRBi6HKAU9I,27228
|
|
195
177
|
ansys/fluent/core/services/events.py,sha256=mWDilZ3LCNYJw4bhCNTHikgmtfd3x_ZQq-mOX9mYOnw,1746
|
|
@@ -198,18 +180,18 @@ ansys/fluent/core/services/health_check.py,sha256=2G2Ob17VAOSxyWnV1uESHC4VejJ34W
|
|
|
198
180
|
ansys/fluent/core/services/interceptors.py,sha256=FKIpCGEYv7kZGL6fq3XFs2S2YFkAM9zweu0xpQD5-iM,9291
|
|
199
181
|
ansys/fluent/core/services/monitor.py,sha256=ZlriWk61CtLi1Br7CABqYf27ueg9czI5P7NzITh21Vk,2846
|
|
200
182
|
ansys/fluent/core/services/reduction.py,sha256=5v80Atsp297h_vxxfB-2jkSfnNYSWRgsBWdv5VIY3Cg,18199
|
|
201
|
-
ansys/fluent/core/services/scheme_eval.py,sha256=
|
|
183
|
+
ansys/fluent/core/services/scheme_eval.py,sha256=c_RhfADXmbl2qDOU9_U7lDs-fwCoQYddleb_02cHPco,13486
|
|
202
184
|
ansys/fluent/core/services/settings.py,sha256=rO9hPlBFnc_I-bZyZoj4K-F8UlLjqiBSrW4uEEOjhSY,14519
|
|
203
|
-
ansys/fluent/core/services/solution_variables.py,sha256=
|
|
185
|
+
ansys/fluent/core/services/solution_variables.py,sha256=feVc4bAoy3EAFrE8jCFeZOdU_2jaeaGmcSVZ-xH6hnA,28699
|
|
204
186
|
ansys/fluent/core/services/streaming.py,sha256=Vc3GpBnTHzWGAM8W4cxkAbgEjNp0L9AmqiiucEufh4Y,3587
|
|
205
187
|
ansys/fluent/core/services/transcript.py,sha256=AQAtJt6OFDHwkxOTYXoZuVK5RucBH09qGe9S5_ja7eo,1754
|
|
206
|
-
ansys/fluent/core/solver/__init__.py,sha256=
|
|
188
|
+
ansys/fluent/core/solver/__init__.py,sha256=ymeeJhK37Nppxlss0oX9EVTlLwcWhEAxfjNbYq2Xyh4,1463
|
|
207
189
|
ansys/fluent/core/solver/_docstrings.py,sha256=_-NiOvAPr3CGu4G7bLpkUw2yfnvFpq7RCox77IMEX3M,8505
|
|
208
190
|
ansys/fluent/core/solver/error_message.py,sha256=pPzVh2ZwlXOYfcdWEgPHu90UkpW-jD239DxJOcweU5U,2729
|
|
209
|
-
ansys/fluent/core/solver/flobject.py,sha256=
|
|
191
|
+
ansys/fluent/core/solver/flobject.py,sha256=QkOmRqp4xRU8GXF3W_mIpm8xxNohqRYenUb_MvRG1ps,76450
|
|
210
192
|
ansys/fluent/core/solver/flunits.py,sha256=RSMq_8dPxRTmLCUk5V0K9vmIXkVfYoYy42VNAsVAr-k,10505
|
|
211
|
-
ansys/fluent/core/solver/settings_builtin_bases.py,sha256=
|
|
212
|
-
ansys/fluent/core/solver/settings_builtin_data.py,sha256=
|
|
193
|
+
ansys/fluent/core/solver/settings_builtin_bases.py,sha256=vmhMirvZ05pQoFDJdIgkAZ1iWe2WG8ZNGq79bEVF5QA,6073
|
|
194
|
+
ansys/fluent/core/solver/settings_builtin_data.py,sha256=b9kzSAXEOLtjOg_dDBjODgfb56CSKVwqGo5mKr0dB-Y,23276
|
|
213
195
|
ansys/fluent/core/solver/settings_external.py,sha256=J_8OKEjeVl_OMJQdR2kaV0Kw_nof6jLSQEa39c7qMlI,1534
|
|
214
196
|
ansys/fluent/core/solver/function/__init__.py,sha256=tlI8fONX52W60cypVft8MX5oPUMKGsJIS3f0fN25FjI,1199
|
|
215
197
|
ansys/fluent/core/solver/function/reduction.py,sha256=8k54cG9BJHp6dtNQ_0GeGOoGkK88yE605pkOLzdXNII,16717
|
|
@@ -222,7 +204,7 @@ ansys/fluent/core/streaming_services/monitor_streaming.py,sha256=1qC13h_nzMSAEdx
|
|
|
222
204
|
ansys/fluent/core/streaming_services/streaming.py,sha256=QxlqsKHRF7V8TtLhakSTOVQlOcVsFFmn-IVINgolqlM,4352
|
|
223
205
|
ansys/fluent/core/streaming_services/transcript_streaming.py,sha256=u9AzqnHIZAmm5jt-M0SAViZaKDaCSvOXs8uEjQ0MzP4,4759
|
|
224
206
|
ansys/fluent/core/utils/__init__.py,sha256=YrYSt5sBXuAs7uxOL-3_L1I_h7ZMU_B9a8m_NjAhx3Y,2257
|
|
225
|
-
ansys/fluent/core/utils/context_managers.py,sha256=
|
|
207
|
+
ansys/fluent/core/utils/context_managers.py,sha256=gYKpYdbEkGstpnmsPko3MeU4Eo8_NCzs5vDWRkPBgD8,1715
|
|
226
208
|
ansys/fluent/core/utils/data_transfer.py,sha256=r2vdIQSrq3HAzb82nyP4DgRpzxhOsdzwE0ophuMI5TI,7594
|
|
227
209
|
ansys/fluent/core/utils/deprecate.py,sha256=tXS2M27gqTR3_N1YsVuGY7wGlqUvM2-B2wldVsnjSrQ,5403
|
|
228
210
|
ansys/fluent/core/utils/dictionary_operations.py,sha256=cYy8RuSB2z72roD6dwLgTbhe2b8VNuJ2vDbMypq271I,1827
|
|
@@ -232,7 +214,7 @@ ansys/fluent/core/utils/execution.py,sha256=tXkTJ-2va1bU3MyxQIICALgpUFoJOApg4T6j
|
|
|
232
214
|
ansys/fluent/core/utils/file_transfer_service.py,sha256=-umKCWw03esDvsbk4Ttgj__7qkvBHtifp9qn3sG2MPA,25161
|
|
233
215
|
ansys/fluent/core/utils/fix_doc.py,sha256=2FcRtBKzTnz3YBS-4698kvmbstlYTTPdrdTO1aKLq5k,2733
|
|
234
216
|
ansys/fluent/core/utils/fldoc.py,sha256=q0qmq_RDfxUqP5EuSnE3yRNgyEavsOdGYBaIrZ0iTq8,2270
|
|
235
|
-
ansys/fluent/core/utils/fluent_version.py,sha256=
|
|
217
|
+
ansys/fluent/core/utils/fluent_version.py,sha256=dYPLTbknulWSCvuW3k7IenCLZAmHrgPM98YieAjP-_g,11920
|
|
236
218
|
ansys/fluent/core/utils/networking.py,sha256=hrZi4WgUSKGwV3iJBAK3tOaS4XLs4Nfs63fOwWvwM6I,4428
|
|
237
219
|
ansys/fluent/core/utils/setup_for_fluent.py,sha256=kgRIB40Fs0tx6Nup5LGhVIu63lX9CYzGx6TkgmJfZBw,2031
|
|
238
220
|
ansys/fluent/core/utils/test_grpc_connection.py,sha256=_7HyGZn9huR12D9WvR-8rDZ7ni1DHxzQii2YL7vRp98,5649
|
|
@@ -240,7 +222,7 @@ ansys/fluent/core/variable_strategies/__init__.py,sha256=hlwG6jACtNTBIMKM8V5e7ls
|
|
|
240
222
|
ansys/fluent/core/variable_strategies/expr.py,sha256=1OLXL4solil9Zx_jfIFSrMradFrqgquH4rXYmRRhAWA,8676
|
|
241
223
|
ansys/fluent/core/variable_strategies/field.py,sha256=xsg7NaCABeOSMrrq8t50nOyw231wIUB3BLgB-yXJqw4,8590
|
|
242
224
|
ansys/fluent/core/variable_strategies/svar.py,sha256=tcqpA0B6WQ6XJyLqiLWBuJDHsvlwLGat3iTb315Hres,1969
|
|
243
|
-
ansys_fluent_core-0.33.
|
|
244
|
-
ansys_fluent_core-0.33.
|
|
245
|
-
ansys_fluent_core-0.33.
|
|
246
|
-
ansys_fluent_core-0.33.
|
|
225
|
+
ansys_fluent_core-0.33.1.dist-info/licenses/LICENSE,sha256=5w5etzTlBx3bnQfaa3IXMnV4n9cHCJn4bD5XbiUfCbY,1097
|
|
226
|
+
ansys_fluent_core-0.33.1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
|
227
|
+
ansys_fluent_core-0.33.1.dist-info/METADATA,sha256=iSz8HORQvUc-M8ZPmsZDGP2thaLhdNadSS3ITRSlFoc,9547
|
|
228
|
+
ansys_fluent_core-0.33.1.dist-info/RECORD,,
|