Skip to content

Commit 9bec8f3

Browse files
rafacantongithub-actions[bot]
authored andcommitted
update generated code
1 parent ac4b17d commit 9bec8f3

Some content is hidden

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

56 files changed

+15684
-645
lines changed

doc/source/_static/dpf_operators.html

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

src/ansys/dpf/core/operators/averaging/elemental_mean_fc.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class elemental_mean_fc(Operator):
4141
merge_solid_shell: bool, optional
4242
For shell/solid mixed fields, group in the same field all solids and shells (false by default). This pin only has an effect when collapse_shell_layers is false and a value for e_shell_layer is provided.
4343
e_shell_layer: int, optional
44-
0: Top, 1: Bottom, 2: BottomTop, 3: Mid, 4: BottomTopMid. This pin only has an effect when collapse_shell_layers is false.
44+
0: Top, 1: Bottom, 2: TopBottom, 3: Mid, 4: TopBottomMid. This pin only has an effect when collapse_shell_layers is false.
4545
4646
Returns
4747
-------
@@ -170,7 +170,7 @@ def _spec() -> Specification:
170170
name="e_shell_layer",
171171
type_names=["int32"],
172172
optional=True,
173-
document=r"""0: Top, 1: Bottom, 2: BottomTop, 3: Mid, 4: BottomTopMid. This pin only has an effect when collapse_shell_layers is false.""",
173+
document=r"""0: Top, 1: Bottom, 2: TopBottom, 3: Mid, 4: TopBottomMid. This pin only has an effect when collapse_shell_layers is false.""",
174174
),
175175
},
176176
map_output_pin_spec={
@@ -405,7 +405,7 @@ def merge_solid_shell(self) -> Input:
405405
def e_shell_layer(self) -> Input:
406406
r"""Allows to connect e_shell_layer input to the operator.
407407
408-
0: Top, 1: Bottom, 2: BottomTop, 3: Mid, 4: BottomTopMid. This pin only has an effect when collapse_shell_layers is false.
408+
0: Top, 1: Bottom, 2: TopBottom, 3: Mid, 4: TopBottomMid. This pin only has an effect when collapse_shell_layers is false.
409409
410410
Returns
411411
-------

src/ansys/dpf/core/operators/averaging/elemental_nodal_to_nodal_fc.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class elemental_nodal_to_nodal_fc(Operator):
3939
merge_solid_shell: bool, optional
4040
For shell/solid mixed fields, group in the same field all solids and shells (false by default). If this pin is true, a shell_layer needs to be specified.
4141
shell_layer: int, optional
42-
0: Top, 1: Bottom, 2: BottomTop, 3: Mid, 4: BottomTopMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid).
42+
0: Top, 1: Bottom, 2: TopBottom, 3: Mid, 4: TopBottomMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid).
4343
4444
Returns
4545
-------
@@ -182,7 +182,7 @@ def _spec() -> Specification:
182182
name="shell_layer",
183183
type_names=["int32"],
184184
optional=True,
185-
document=r"""0: Top, 1: Bottom, 2: BottomTop, 3: Mid, 4: BottomTopMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid).""",
185+
document=r"""0: Top, 1: Bottom, 2: TopBottom, 3: Mid, 4: TopBottomMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid).""",
186186
),
187187
},
188188
map_output_pin_spec={
@@ -458,7 +458,7 @@ def merge_solid_shell(self) -> Input:
458458
def shell_layer(self) -> Input:
459459
r"""Allows to connect shell_layer input to the operator.
460460
461-
0: Top, 1: Bottom, 2: BottomTop, 3: Mid, 4: BottomTopMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid).
461+
0: Top, 1: Bottom, 2: TopBottom, 3: Mid, 4: TopBottomMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid).
462462
463463
Returns
464464
-------

src/ansys/dpf/core/operators/averaging/nodal_to_elemental_fc.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class nodal_to_elemental_fc(Operator):
3535
merge_solid_shell: bool, optional
3636
For shell/solid mixed fields, group in the same field all solids and shells (false by default). If this pin is true and collapse_shell_layers is false, a shell_layer needs to be specified.
3737
shell_layer: int, optional
38-
0: Top, 1: Bottom, 2: BottomTop, 3: Mid, 4: BottomTopMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid).
38+
0: Top, 1: Bottom, 2: TopBottom, 3: Mid, 4: TopBottomMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid).
3939
4040
Returns
4141
-------
@@ -148,7 +148,7 @@ def _spec() -> Specification:
148148
name="shell_layer",
149149
type_names=["int32"],
150150
optional=True,
151-
document=r"""0: Top, 1: Bottom, 2: BottomTop, 3: Mid, 4: BottomTopMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid).""",
151+
document=r"""0: Top, 1: Bottom, 2: TopBottom, 3: Mid, 4: TopBottomMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid).""",
152152
),
153153
},
154154
map_output_pin_spec={
@@ -358,7 +358,7 @@ def merge_solid_shell(self) -> Input:
358358
def shell_layer(self) -> Input:
359359
r"""Allows to connect shell_layer input to the operator.
360360
361-
0: Top, 1: Bottom, 2: BottomTop, 3: Mid, 4: BottomTopMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid).
361+
0: Top, 1: Bottom, 2: TopBottom, 3: Mid, 4: TopBottomMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid).
362362
363363
Returns
364364
-------

src/ansys/dpf/core/operators/averaging/to_elemental_fc.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class to_elemental_fc(Operator):
3232
merge_solid_shell: bool, optional
3333
For shell/solid mixed fields, group in the same field all solids and shells (false by default). If this pin is true and collapse_shell_layers is false, a shell_layer needs to be specified.
3434
shell_layer: int, optional
35-
0: Top, 1: Bottom, 2: BottomTop, 3: Mid, 4: BottomTopMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid).
35+
0: Top, 1: Bottom, 2: TopBottom, 3: Mid, 4: TopBottomMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid).
3636
3737
Returns
3838
-------
@@ -154,7 +154,7 @@ def _spec() -> Specification:
154154
name="shell_layer",
155155
type_names=["int32"],
156156
optional=True,
157-
document=r"""0: Top, 1: Bottom, 2: BottomTop, 3: Mid, 4: BottomTopMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid).""",
157+
document=r"""0: Top, 1: Bottom, 2: TopBottom, 3: Mid, 4: TopBottomMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid).""",
158158
),
159159
},
160160
map_output_pin_spec={
@@ -381,7 +381,7 @@ def merge_solid_shell(self) -> Input:
381381
def shell_layer(self) -> Input:
382382
r"""Allows to connect shell_layer input to the operator.
383383
384-
0: Top, 1: Bottom, 2: BottomTop, 3: Mid, 4: BottomTopMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid).
384+
0: Top, 1: Bottom, 2: TopBottom, 3: Mid, 4: TopBottomMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid).
385385
386386
Returns
387387
-------

src/ansys/dpf/core/operators/averaging/to_nodal.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class to_nodal(Operator):
2828
merge_solid_shell: bool, optional
2929
For shell/solid mixed fields, group in the same field all solids and shells (false by default). If this pin is true, a shell_layer needs to be specified.
3030
shell_layer: int, optional
31-
0: Top, 1: Bottom, 2: BottomTop, 3: Mid, 4: BottomTopMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid).
31+
0: Top, 1: Bottom, 2: TopBottom, 3: Mid, 4: TopBottomMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid).
3232
3333
Returns
3434
-------
@@ -114,7 +114,7 @@ def _spec() -> Specification:
114114
name="shell_layer",
115115
type_names=["int32"],
116116
optional=True,
117-
document=r"""0: Top, 1: Bottom, 2: BottomTop, 3: Mid, 4: BottomTopMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid).""",
117+
document=r"""0: Top, 1: Bottom, 2: TopBottom, 3: Mid, 4: TopBottomMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid).""",
118118
),
119119
},
120120
map_output_pin_spec={
@@ -266,7 +266,7 @@ def merge_solid_shell(self) -> Input:
266266
def shell_layer(self) -> Input:
267267
r"""Allows to connect shell_layer input to the operator.
268268
269-
0: Top, 1: Bottom, 2: BottomTop, 3: Mid, 4: BottomTopMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid).
269+
0: Top, 1: Bottom, 2: TopBottom, 3: Mid, 4: TopBottomMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid).
270270
271271
Returns
272272
-------

src/ansys/dpf/core/operators/averaging/to_nodal_fc.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class to_nodal_fc(Operator):
2828
merge_solid_shell: bool, optional
2929
For shell/solid mixed fields, group in the same field all solids and shells (false by default). If this pin is true, a shell_layer needs to be specified.
3030
shell_layer: int, optional
31-
0: Top, 1: Bottom, 2: BottomTop, 3: Mid, 4: BottomTopMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid).
31+
0: Top, 1: Bottom, 2: TopBottom, 3: Mid, 4: TopBottomMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid).
3232
3333
Returns
3434
-------
@@ -126,7 +126,7 @@ def _spec() -> Specification:
126126
name="shell_layer",
127127
type_names=["int32"],
128128
optional=True,
129-
document=r"""0: Top, 1: Bottom, 2: BottomTop, 3: Mid, 4: BottomTopMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid).""",
129+
document=r"""0: Top, 1: Bottom, 2: TopBottom, 3: Mid, 4: TopBottomMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid).""",
130130
),
131131
},
132132
map_output_pin_spec={
@@ -299,7 +299,7 @@ def merge_solid_shell(self) -> Input:
299299
def shell_layer(self) -> Input:
300300
r"""Allows to connect shell_layer input to the operator.
301301
302-
0: Top, 1: Bottom, 2: BottomTop, 3: Mid, 4: BottomTopMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid).
302+
0: Top, 1: Bottom, 2: TopBottom, 3: Mid, 4: TopBottomMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid).
303303
304304
Returns
305305
-------

0 commit comments

Comments
 (0)