Skip to content

Commit d3358f0

Browse files
update generated code (#2233)
Co-authored-by: PProfizi <[email protected]>
1 parent ea51ae3 commit d3358f0

File tree

95 files changed

+388
-269
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+388
-269
lines changed

doc/source/_static/dpf_operators.html

Lines changed: 8 additions & 8 deletions
Large diffs are not rendered by default.

src/ansys/dpf/core/operators/result/acceleration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class acceleration(Operator):
3333
data_sources: DataSources
3434
result file path container, used if no streams are set
3535
bool_rotate_to_global: bool, optional
36-
if true the field is rotated to global coordinate system (default true)
36+
if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect.
3737
mesh: MeshedRegion or MeshesContainer, optional
3838
mesh. If cylic expansion is to be done, mesh of the base sector
3939
read_cyclic: int, optional
@@ -190,7 +190,7 @@ def _spec() -> Specification:
190190
name="bool_rotate_to_global",
191191
type_names=["bool"],
192192
optional=True,
193-
document=r"""if true the field is rotated to global coordinate system (default true)""",
193+
document=r"""if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect.""",
194194
),
195195
7: PinSpecification(
196196
name="mesh",
@@ -448,7 +448,7 @@ def data_sources(self) -> Input:
448448
def bool_rotate_to_global(self) -> Input:
449449
r"""Allows to connect bool_rotate_to_global input to the operator.
450450
451-
if true the field is rotated to global coordinate system (default true)
451+
if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect.
452452
453453
Returns
454454
-------

src/ansys/dpf/core/operators/result/accu_eqv_creep_strain.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class accu_eqv_creep_strain(Operator):
3535
data_sources: DataSources
3636
result file path container, used if no streams are set
3737
bool_rotate_to_global: bool, optional
38-
if true the field is rotated to global coordinate system (default true)
38+
if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect.
3939
mesh: MeshedRegion or MeshesContainer, optional
4040
prevents from reading the mesh in the result files
4141
requested_location: str, optional
@@ -194,7 +194,7 @@ def _spec() -> Specification:
194194
name="bool_rotate_to_global",
195195
type_names=["bool"],
196196
optional=True,
197-
document=r"""if true the field is rotated to global coordinate system (default true)""",
197+
document=r"""if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect.""",
198198
),
199199
7: PinSpecification(
200200
name="mesh",
@@ -468,7 +468,7 @@ def data_sources(self) -> Input:
468468
def bool_rotate_to_global(self) -> Input:
469469
r"""Allows to connect bool_rotate_to_global input to the operator.
470470
471-
if true the field is rotated to global coordinate system (default true)
471+
if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect.
472472
473473
Returns
474474
-------

src/ansys/dpf/core/operators/result/accu_eqv_plastic_strain.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class accu_eqv_plastic_strain(Operator):
3535
data_sources: DataSources
3636
result file path container, used if no streams are set
3737
bool_rotate_to_global: bool, optional
38-
if true the field is rotated to global coordinate system (default true)
38+
if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect.
3939
mesh: MeshedRegion or MeshesContainer, optional
4040
prevents from reading the mesh in the result files
4141
requested_location: str, optional
@@ -194,7 +194,7 @@ def _spec() -> Specification:
194194
name="bool_rotate_to_global",
195195
type_names=["bool"],
196196
optional=True,
197-
document=r"""if true the field is rotated to global coordinate system (default true)""",
197+
document=r"""if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect.""",
198198
),
199199
7: PinSpecification(
200200
name="mesh",
@@ -468,7 +468,7 @@ def data_sources(self) -> Input:
468468
def bool_rotate_to_global(self) -> Input:
469469
r"""Allows to connect bool_rotate_to_global input to the operator.
470470
471-
if true the field is rotated to global coordinate system (default true)
471+
if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect.
472472
473473
Returns
474474
-------

src/ansys/dpf/core/operators/result/artificial_hourglass_energy.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class artificial_hourglass_energy(Operator):
3333
data_sources: DataSources
3434
result file path container, used if no streams are set
3535
bool_rotate_to_global: bool, optional
36-
if true the field is rotated to global coordinate system (default true)
36+
if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect.
3737
mesh: MeshedRegion or MeshesContainer, optional
3838
prevents from reading the mesh in the result files
3939
@@ -158,7 +158,7 @@ def _spec() -> Specification:
158158
name="bool_rotate_to_global",
159159
type_names=["bool"],
160160
optional=True,
161-
document=r"""if true the field is rotated to global coordinate system (default true)""",
161+
document=r"""if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect.""",
162162
),
163163
7: PinSpecification(
164164
name="mesh",
@@ -384,7 +384,7 @@ def data_sources(self) -> Input:
384384
def bool_rotate_to_global(self) -> Input:
385385
r"""Allows to connect bool_rotate_to_global input to the operator.
386386
387-
if true the field is rotated to global coordinate system (default true)
387+
if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect.
388388
389389
Returns
390390
-------

src/ansys/dpf/core/operators/result/co_energy.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class co_energy(Operator):
3333
data_sources: DataSources
3434
result file path container, used if no streams are set
3535
bool_rotate_to_global: bool, optional
36-
if true the field is rotated to global coordinate system (default true)
36+
if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect.
3737
mesh: MeshedRegion or MeshesContainer, optional
3838
prevents from reading the mesh in the result files
3939
@@ -158,7 +158,7 @@ def _spec() -> Specification:
158158
name="bool_rotate_to_global",
159159
type_names=["bool"],
160160
optional=True,
161-
document=r"""if true the field is rotated to global coordinate system (default true)""",
161+
document=r"""if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect.""",
162162
),
163163
7: PinSpecification(
164164
name="mesh",
@@ -372,7 +372,7 @@ def data_sources(self) -> Input:
372372
def bool_rotate_to_global(self) -> Input:
373373
r"""Allows to connect bool_rotate_to_global input to the operator.
374374
375-
if true the field is rotated to global coordinate system (default true)
375+
if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect.
376376
377377
Returns
378378
-------

src/ansys/dpf/core/operators/result/contact_fluid_penetration_pressure.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class contact_fluid_penetration_pressure(Operator):
3535
data_sources: DataSources
3636
result file path container, used if no streams are set
3737
bool_rotate_to_global: bool, optional
38-
if true the field is rotated to global coordinate system (default true)
38+
if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect.
3939
mesh: MeshedRegion or MeshesContainer, optional
4040
mesh. If cylic expansion is to be done, mesh of the base sector
4141
requested_location: str, optional
@@ -226,7 +226,7 @@ def _spec() -> Specification:
226226
name="bool_rotate_to_global",
227227
type_names=["bool"],
228228
optional=True,
229-
document=r"""if true the field is rotated to global coordinate system (default true)""",
229+
document=r"""if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect.""",
230230
),
231231
7: PinSpecification(
232232
name="mesh",
@@ -550,7 +550,7 @@ def data_sources(self) -> Input:
550550
def bool_rotate_to_global(self) -> Input:
551551
r"""Allows to connect bool_rotate_to_global input to the operator.
552552
553-
if true the field is rotated to global coordinate system (default true)
553+
if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect.
554554
555555
Returns
556556
-------

src/ansys/dpf/core/operators/result/contact_friction_stress.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class contact_friction_stress(Operator):
3535
data_sources: DataSources
3636
result file path container, used if no streams are set
3737
bool_rotate_to_global: bool, optional
38-
if true the field is rotated to global coordinate system (default true)
38+
if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect.
3939
mesh: MeshedRegion or MeshesContainer, optional
4040
mesh. If cylic expansion is to be done, mesh of the base sector
4141
requested_location: str, optional
@@ -226,7 +226,7 @@ def _spec() -> Specification:
226226
name="bool_rotate_to_global",
227227
type_names=["bool"],
228228
optional=True,
229-
document=r"""if true the field is rotated to global coordinate system (default true)""",
229+
document=r"""if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect.""",
230230
),
231231
7: PinSpecification(
232232
name="mesh",
@@ -546,7 +546,7 @@ def data_sources(self) -> Input:
546546
def bool_rotate_to_global(self) -> Input:
547547
r"""Allows to connect bool_rotate_to_global input to the operator.
548548
549-
if true the field is rotated to global coordinate system (default true)
549+
if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect.
550550
551551
Returns
552552
-------

src/ansys/dpf/core/operators/result/contact_gap_distance.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class contact_gap_distance(Operator):
3434
data_sources: DataSources
3535
result file path container, used if no streams are set
3636
bool_rotate_to_global: bool, optional
37-
if true the field is rotated to global coordinate system (default true)
37+
if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect.
3838
mesh: MeshedRegion or MeshesContainer, optional
3939
mesh. If cylic expansion is to be done, mesh of the base sector
4040
requested_location: str, optional
@@ -224,7 +224,7 @@ def _spec() -> Specification:
224224
name="bool_rotate_to_global",
225225
type_names=["bool"],
226226
optional=True,
227-
document=r"""if true the field is rotated to global coordinate system (default true)""",
227+
document=r"""if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect.""",
228228
),
229229
7: PinSpecification(
230230
name="mesh",
@@ -536,7 +536,7 @@ def data_sources(self) -> Input:
536536
def bool_rotate_to_global(self) -> Input:
537537
r"""Allows to connect bool_rotate_to_global input to the operator.
538538
539-
if true the field is rotated to global coordinate system (default true)
539+
if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect.
540540
541541
Returns
542542
-------

src/ansys/dpf/core/operators/result/contact_penetration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class contact_penetration(Operator):
3434
data_sources: DataSources
3535
result file path container, used if no streams are set
3636
bool_rotate_to_global: bool, optional
37-
if true the field is rotated to global coordinate system (default true)
37+
if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect.
3838
mesh: MeshedRegion or MeshesContainer, optional
3939
mesh. If cylic expansion is to be done, mesh of the base sector
4040
requested_location: str, optional
@@ -224,7 +224,7 @@ def _spec() -> Specification:
224224
name="bool_rotate_to_global",
225225
type_names=["bool"],
226226
optional=True,
227-
document=r"""if true the field is rotated to global coordinate system (default true)""",
227+
document=r"""if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect.""",
228228
),
229229
7: PinSpecification(
230230
name="mesh",
@@ -532,7 +532,7 @@ def data_sources(self) -> Input:
532532
def bool_rotate_to_global(self) -> Input:
533533
r"""Allows to connect bool_rotate_to_global input to the operator.
534534
535-
if true the field is rotated to global coordinate system (default true)
535+
if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect.
536536
537537
Returns
538538
-------

0 commit comments

Comments
 (0)