FourCIPP 1.27.0__py3-none-any.whl → 1.29.0__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.
@@ -1,5 +1,5 @@
1
1
  metadata:
2
- commit_hash: 94e6a4c70b221f84b9211d6b06a3da3f08248d2a
2
+ commit_hash: 8095d8aaa1256ed5ab513233b4b304a6515766bc
3
3
  version: 2025.4.0-dev
4
4
  description_section_name: TITLE
5
5
  legacy_element_specs:
@@ -126,12 +126,20 @@ legacy_element_specs:
126
126
  spec:
127
127
  type: all_of
128
128
  specs:
129
- - name: WK
130
- type: int
129
+ - name: CONSTRAINT
130
+ type: enum
131
+ description: "Which type of Kirchhoff constraint enforcement should be used."
131
132
  required: true
132
- - name: ROTVEC
133
- type: int
133
+ choices:
134
+ - name: strong
135
+ - name: weak
136
+ - name: PARAMETRIZATION
137
+ type: enum
138
+ description: "Which type of beam parametrization should be used."
134
139
  required: true
140
+ choices:
141
+ - name: tan
142
+ - name: rot
135
143
  - name: MAT
136
144
  type: int
137
145
  required: true
@@ -140,21 +148,31 @@ legacy_element_specs:
140
148
  size: 6
141
149
  value_type:
142
150
  type: double
151
+ description: "Nodal triad rotation vectors in reference configuration"
143
152
  required: true
144
153
  - name: USE_FAD
145
154
  type: bool
155
+ description: "Flag, if automatic differentiation should be used."
146
156
  required: false
147
157
  default: false
148
158
  - cell_type: LINE3
149
159
  spec:
150
160
  type: all_of
151
161
  specs:
152
- - name: WK
153
- type: int
162
+ - name: CONSTRAINT
163
+ type: enum
164
+ description: "Which type of Kirchhoff constraint enforcement should be used."
154
165
  required: true
155
- - name: ROTVEC
156
- type: int
166
+ choices:
167
+ - name: strong
168
+ - name: weak
169
+ - name: PARAMETRIZATION
170
+ type: enum
171
+ description: "Which type of beam parametrization should be used."
157
172
  required: true
173
+ choices:
174
+ - name: tan
175
+ - name: rot
158
176
  - name: MAT
159
177
  type: int
160
178
  required: true
@@ -163,21 +181,31 @@ legacy_element_specs:
163
181
  size: 9
164
182
  value_type:
165
183
  type: double
184
+ description: "Nodal triad rotation vectors in reference configuration"
166
185
  required: true
167
186
  - name: USE_FAD
168
187
  type: bool
188
+ description: "Flag, if automatic differentiation should be used."
169
189
  required: false
170
190
  default: false
171
191
  - cell_type: LINE4
172
192
  spec:
173
193
  type: all_of
174
194
  specs:
175
- - name: WK
176
- type: int
195
+ - name: CONSTRAINT
196
+ type: enum
197
+ description: "Which type of Kirchhoff constraint enforcement should be used."
177
198
  required: true
178
- - name: ROTVEC
179
- type: int
199
+ choices:
200
+ - name: strong
201
+ - name: weak
202
+ - name: PARAMETRIZATION
203
+ type: enum
204
+ description: "Which type of beam parametrization should be used."
180
205
  required: true
206
+ choices:
207
+ - name: tan
208
+ - name: rot
181
209
  - name: MAT
182
210
  type: int
183
211
  required: true
@@ -186,9 +214,11 @@ legacy_element_specs:
186
214
  size: 12
187
215
  value_type:
188
216
  type: double
217
+ description: "Nodal triad rotation vectors in reference configuration"
189
218
  required: true
190
219
  - name: USE_FAD
191
220
  type: bool
221
+ description: "Flag, if automatic differentiation should be used."
192
222
  required: false
193
223
  default: false
194
224
  BEAM3R:
@@ -7153,12 +7183,20 @@ sections:
7153
7183
  specs:
7154
7184
  - type: all_of
7155
7185
  specs:
7156
- - name: WK
7157
- type: int
7186
+ - name: CONSTRAINT
7187
+ type: enum
7188
+ description: "Which type of Kirchhoff constraint enforcement should be used."
7158
7189
  required: true
7159
- - name: ROTVEC
7160
- type: int
7190
+ choices:
7191
+ - name: strong
7192
+ - name: weak
7193
+ - name: PARAMETRIZATION
7194
+ type: enum
7195
+ description: "Which type of beam parametrization should be used."
7161
7196
  required: true
7197
+ choices:
7198
+ - name: tan
7199
+ - name: rot
7162
7200
  - name: MAT
7163
7201
  type: int
7164
7202
  required: true
@@ -7167,9 +7205,11 @@ sections:
7167
7205
  size: 6
7168
7206
  value_type:
7169
7207
  type: double
7208
+ description: "Nodal triad rotation vectors in reference configuration"
7170
7209
  required: true
7171
7210
  - name: USE_FAD
7172
7211
  type: bool
7212
+ description: "Flag, if automatic differentiation should be used."
7173
7213
  required: false
7174
7214
  default: false
7175
7215
  - type: all_of
@@ -7180,12 +7220,20 @@ sections:
7180
7220
  specs:
7181
7221
  - type: all_of
7182
7222
  specs:
7183
- - name: WK
7184
- type: int
7223
+ - name: CONSTRAINT
7224
+ type: enum
7225
+ description: "Which type of Kirchhoff constraint enforcement should be used."
7185
7226
  required: true
7186
- - name: ROTVEC
7187
- type: int
7227
+ choices:
7228
+ - name: strong
7229
+ - name: weak
7230
+ - name: PARAMETRIZATION
7231
+ type: enum
7232
+ description: "Which type of beam parametrization should be used."
7188
7233
  required: true
7234
+ choices:
7235
+ - name: tan
7236
+ - name: rot
7189
7237
  - name: MAT
7190
7238
  type: int
7191
7239
  required: true
@@ -7194,9 +7242,11 @@ sections:
7194
7242
  size: 9
7195
7243
  value_type:
7196
7244
  type: double
7245
+ description: "Nodal triad rotation vectors in reference configuration"
7197
7246
  required: true
7198
7247
  - name: USE_FAD
7199
7248
  type: bool
7249
+ description: "Flag, if automatic differentiation should be used."
7200
7250
  required: false
7201
7251
  default: false
7202
7252
  - type: all_of
@@ -7207,12 +7257,20 @@ sections:
7207
7257
  specs:
7208
7258
  - type: all_of
7209
7259
  specs:
7210
- - name: WK
7211
- type: int
7260
+ - name: CONSTRAINT
7261
+ type: enum
7262
+ description: "Which type of Kirchhoff constraint enforcement should be used."
7212
7263
  required: true
7213
- - name: ROTVEC
7214
- type: int
7264
+ choices:
7265
+ - name: strong
7266
+ - name: weak
7267
+ - name: PARAMETRIZATION
7268
+ type: enum
7269
+ description: "Which type of beam parametrization should be used."
7215
7270
  required: true
7271
+ choices:
7272
+ - name: tan
7273
+ - name: rot
7216
7274
  - name: MAT
7217
7275
  type: int
7218
7276
  required: true
@@ -7221,9 +7279,11 @@ sections:
7221
7279
  size: 12
7222
7280
  value_type:
7223
7281
  type: double
7282
+ description: "Nodal triad rotation vectors in reference configuration"
7224
7283
  required: true
7225
7284
  - name: USE_FAD
7226
7285
  type: bool
7286
+ description: "Flag, if automatic differentiation should be used."
7227
7287
  required: false
7228
7288
  default: false
7229
7289
  - type: all_of
@@ -15525,12 +15585,20 @@ sections:
15525
15585
  specs:
15526
15586
  - type: all_of
15527
15587
  specs:
15528
- - name: WK
15529
- type: int
15588
+ - name: CONSTRAINT
15589
+ type: enum
15590
+ description: "Which type of Kirchhoff constraint enforcement should be used."
15530
15591
  required: true
15531
- - name: ROTVEC
15532
- type: int
15592
+ choices:
15593
+ - name: strong
15594
+ - name: weak
15595
+ - name: PARAMETRIZATION
15596
+ type: enum
15597
+ description: "Which type of beam parametrization should be used."
15533
15598
  required: true
15599
+ choices:
15600
+ - name: tan
15601
+ - name: rot
15534
15602
  - name: MAT
15535
15603
  type: int
15536
15604
  required: true
@@ -15539,9 +15607,11 @@ sections:
15539
15607
  size: 6
15540
15608
  value_type:
15541
15609
  type: double
15610
+ description: "Nodal triad rotation vectors in reference configuration"
15542
15611
  required: true
15543
15612
  - name: USE_FAD
15544
15613
  type: bool
15614
+ description: "Flag, if automatic differentiation should be used."
15545
15615
  required: false
15546
15616
  default: false
15547
15617
  - type: all_of
@@ -15552,12 +15622,20 @@ sections:
15552
15622
  specs:
15553
15623
  - type: all_of
15554
15624
  specs:
15555
- - name: WK
15556
- type: int
15625
+ - name: CONSTRAINT
15626
+ type: enum
15627
+ description: "Which type of Kirchhoff constraint enforcement should be used."
15557
15628
  required: true
15558
- - name: ROTVEC
15559
- type: int
15629
+ choices:
15630
+ - name: strong
15631
+ - name: weak
15632
+ - name: PARAMETRIZATION
15633
+ type: enum
15634
+ description: "Which type of beam parametrization should be used."
15560
15635
  required: true
15636
+ choices:
15637
+ - name: tan
15638
+ - name: rot
15561
15639
  - name: MAT
15562
15640
  type: int
15563
15641
  required: true
@@ -15566,9 +15644,11 @@ sections:
15566
15644
  size: 9
15567
15645
  value_type:
15568
15646
  type: double
15647
+ description: "Nodal triad rotation vectors in reference configuration"
15569
15648
  required: true
15570
15649
  - name: USE_FAD
15571
15650
  type: bool
15651
+ description: "Flag, if automatic differentiation should be used."
15572
15652
  required: false
15573
15653
  default: false
15574
15654
  - type: all_of
@@ -15579,12 +15659,20 @@ sections:
15579
15659
  specs:
15580
15660
  - type: all_of
15581
15661
  specs:
15582
- - name: WK
15583
- type: int
15662
+ - name: CONSTRAINT
15663
+ type: enum
15664
+ description: "Which type of Kirchhoff constraint enforcement should be used."
15584
15665
  required: true
15585
- - name: ROTVEC
15586
- type: int
15666
+ choices:
15667
+ - name: strong
15668
+ - name: weak
15669
+ - name: PARAMETRIZATION
15670
+ type: enum
15671
+ description: "Which type of beam parametrization should be used."
15587
15672
  required: true
15673
+ choices:
15674
+ - name: tan
15675
+ - name: rot
15588
15676
  - name: MAT
15589
15677
  type: int
15590
15678
  required: true
@@ -15593,9 +15681,11 @@ sections:
15593
15681
  size: 12
15594
15682
  value_type:
15595
15683
  type: double
15684
+ description: "Nodal triad rotation vectors in reference configuration"
15596
15685
  required: true
15597
15686
  - name: USE_FAD
15598
15687
  type: bool
15688
+ description: "Flag, if automatic differentiation should be used."
15599
15689
  required: false
15600
15690
  default: false
15601
15691
  - type: all_of
@@ -24135,12 +24225,20 @@ sections:
24135
24225
  specs:
24136
24226
  - type: all_of
24137
24227
  specs:
24138
- - name: WK
24139
- type: int
24228
+ - name: CONSTRAINT
24229
+ type: enum
24230
+ description: "Which type of Kirchhoff constraint enforcement should be used."
24140
24231
  required: true
24141
- - name: ROTVEC
24142
- type: int
24232
+ choices:
24233
+ - name: strong
24234
+ - name: weak
24235
+ - name: PARAMETRIZATION
24236
+ type: enum
24237
+ description: "Which type of beam parametrization should be used."
24143
24238
  required: true
24239
+ choices:
24240
+ - name: tan
24241
+ - name: rot
24144
24242
  - name: MAT
24145
24243
  type: int
24146
24244
  required: true
@@ -24149,9 +24247,11 @@ sections:
24149
24247
  size: 6
24150
24248
  value_type:
24151
24249
  type: double
24250
+ description: "Nodal triad rotation vectors in reference configuration"
24152
24251
  required: true
24153
24252
  - name: USE_FAD
24154
24253
  type: bool
24254
+ description: "Flag, if automatic differentiation should be used."
24155
24255
  required: false
24156
24256
  default: false
24157
24257
  - type: all_of
@@ -24162,12 +24262,20 @@ sections:
24162
24262
  specs:
24163
24263
  - type: all_of
24164
24264
  specs:
24165
- - name: WK
24166
- type: int
24265
+ - name: CONSTRAINT
24266
+ type: enum
24267
+ description: "Which type of Kirchhoff constraint enforcement should be used."
24167
24268
  required: true
24168
- - name: ROTVEC
24169
- type: int
24269
+ choices:
24270
+ - name: strong
24271
+ - name: weak
24272
+ - name: PARAMETRIZATION
24273
+ type: enum
24274
+ description: "Which type of beam parametrization should be used."
24170
24275
  required: true
24276
+ choices:
24277
+ - name: tan
24278
+ - name: rot
24171
24279
  - name: MAT
24172
24280
  type: int
24173
24281
  required: true
@@ -24176,9 +24284,11 @@ sections:
24176
24284
  size: 9
24177
24285
  value_type:
24178
24286
  type: double
24287
+ description: "Nodal triad rotation vectors in reference configuration"
24179
24288
  required: true
24180
24289
  - name: USE_FAD
24181
24290
  type: bool
24291
+ description: "Flag, if automatic differentiation should be used."
24182
24292
  required: false
24183
24293
  default: false
24184
24294
  - type: all_of
@@ -24189,12 +24299,20 @@ sections:
24189
24299
  specs:
24190
24300
  - type: all_of
24191
24301
  specs:
24192
- - name: WK
24193
- type: int
24302
+ - name: CONSTRAINT
24303
+ type: enum
24304
+ description: "Which type of Kirchhoff constraint enforcement should be used."
24194
24305
  required: true
24195
- - name: ROTVEC
24196
- type: int
24306
+ choices:
24307
+ - name: strong
24308
+ - name: weak
24309
+ - name: PARAMETRIZATION
24310
+ type: enum
24311
+ description: "Which type of beam parametrization should be used."
24197
24312
  required: true
24313
+ choices:
24314
+ - name: tan
24315
+ - name: rot
24198
24316
  - name: MAT
24199
24317
  type: int
24200
24318
  required: true
@@ -24203,9 +24321,11 @@ sections:
24203
24321
  size: 12
24204
24322
  value_type:
24205
24323
  type: double
24324
+ description: "Nodal triad rotation vectors in reference configuration"
24206
24325
  required: true
24207
24326
  - name: USE_FAD
24208
24327
  type: bool
24328
+ description: "Flag, if automatic differentiation should be used."
24209
24329
  required: false
24210
24330
  default: false
24211
24331
  - type: all_of
@@ -32399,12 +32519,20 @@ sections:
32399
32519
  specs:
32400
32520
  - type: all_of
32401
32521
  specs:
32402
- - name: WK
32403
- type: int
32522
+ - name: CONSTRAINT
32523
+ type: enum
32524
+ description: "Which type of Kirchhoff constraint enforcement should be used."
32404
32525
  required: true
32405
- - name: ROTVEC
32406
- type: int
32526
+ choices:
32527
+ - name: strong
32528
+ - name: weak
32529
+ - name: PARAMETRIZATION
32530
+ type: enum
32531
+ description: "Which type of beam parametrization should be used."
32407
32532
  required: true
32533
+ choices:
32534
+ - name: tan
32535
+ - name: rot
32408
32536
  - name: MAT
32409
32537
  type: int
32410
32538
  required: true
@@ -32413,9 +32541,11 @@ sections:
32413
32541
  size: 6
32414
32542
  value_type:
32415
32543
  type: double
32544
+ description: "Nodal triad rotation vectors in reference configuration"
32416
32545
  required: true
32417
32546
  - name: USE_FAD
32418
32547
  type: bool
32548
+ description: "Flag, if automatic differentiation should be used."
32419
32549
  required: false
32420
32550
  default: false
32421
32551
  - type: all_of
@@ -32426,12 +32556,20 @@ sections:
32426
32556
  specs:
32427
32557
  - type: all_of
32428
32558
  specs:
32429
- - name: WK
32430
- type: int
32559
+ - name: CONSTRAINT
32560
+ type: enum
32561
+ description: "Which type of Kirchhoff constraint enforcement should be used."
32431
32562
  required: true
32432
- - name: ROTVEC
32433
- type: int
32563
+ choices:
32564
+ - name: strong
32565
+ - name: weak
32566
+ - name: PARAMETRIZATION
32567
+ type: enum
32568
+ description: "Which type of beam parametrization should be used."
32434
32569
  required: true
32570
+ choices:
32571
+ - name: tan
32572
+ - name: rot
32435
32573
  - name: MAT
32436
32574
  type: int
32437
32575
  required: true
@@ -32440,9 +32578,11 @@ sections:
32440
32578
  size: 9
32441
32579
  value_type:
32442
32580
  type: double
32581
+ description: "Nodal triad rotation vectors in reference configuration"
32443
32582
  required: true
32444
32583
  - name: USE_FAD
32445
32584
  type: bool
32585
+ description: "Flag, if automatic differentiation should be used."
32446
32586
  required: false
32447
32587
  default: false
32448
32588
  - type: all_of
@@ -32453,12 +32593,20 @@ sections:
32453
32593
  specs:
32454
32594
  - type: all_of
32455
32595
  specs:
32456
- - name: WK
32457
- type: int
32596
+ - name: CONSTRAINT
32597
+ type: enum
32598
+ description: "Which type of Kirchhoff constraint enforcement should be used."
32458
32599
  required: true
32459
- - name: ROTVEC
32460
- type: int
32600
+ choices:
32601
+ - name: strong
32602
+ - name: weak
32603
+ - name: PARAMETRIZATION
32604
+ type: enum
32605
+ description: "Which type of beam parametrization should be used."
32461
32606
  required: true
32607
+ choices:
32608
+ - name: tan
32609
+ - name: rot
32462
32610
  - name: MAT
32463
32611
  type: int
32464
32612
  required: true
@@ -32467,9 +32615,11 @@ sections:
32467
32615
  size: 12
32468
32616
  value_type:
32469
32617
  type: double
32618
+ description: "Nodal triad rotation vectors in reference configuration"
32470
32619
  required: true
32471
32620
  - name: USE_FAD
32472
32621
  type: bool
32622
+ description: "Flag, if automatic differentiation should be used."
32473
32623
  required: false
32474
32624
  default: false
32475
32625
  - type: all_of
@@ -40951,6 +41101,7 @@ sections:
40951
41101
  - name: "penalty"
40952
41102
  - name: BEAM INTERACTION/BEAM TO BEAM CONTACT CONDITIONS
40953
41103
  type: list
41104
+ description: Beam-to-beam contact conditions
40954
41105
  required: false
40955
41106
  spec:
40956
41107
  type: all_of
@@ -41021,6 +41172,7 @@ sections:
41021
41172
  default: 0
41022
41173
  - name: BEAM INTERACTION/BEAM TO SOLID EDGE CONTACT BEAM
41023
41174
  type: list
41175
+ description: Beam-to-edge contact conditions - beam
41024
41176
  required: false
41025
41177
  spec:
41026
41178
  type: all_of
@@ -41043,6 +41195,7 @@ sections:
41043
41195
  required: true
41044
41196
  - name: BEAM INTERACTION/BEAM TO SOLID EDGE CONTACT SOLID EDGE
41045
41197
  type: list
41198
+ description: Beam-to-edge contact conditions - solid edge
41046
41199
  required: false
41047
41200
  spec:
41048
41201
  type: all_of
@@ -41180,6 +41333,7 @@ sections:
41180
41333
  - name: extended_volume
41181
41334
  - name: BEAM INTERACTION/BEAM TO SOLID SURFACE CONTACT LINE
41182
41335
  type: list
41336
+ description: Beam-to-surface contact conditions - line definition
41183
41337
  required: false
41184
41338
  spec:
41185
41339
  type: all_of
@@ -41202,6 +41356,7 @@ sections:
41202
41356
  required: true
41203
41357
  - name: BEAM INTERACTION/BEAM TO SOLID SURFACE CONTACT SURFACE
41204
41358
  type: list
41359
+ description: Beam-to-surface contact conditions - surface definition
41205
41360
  required: false
41206
41361
  spec:
41207
41362
  type: all_of
@@ -41338,6 +41493,7 @@ sections:
41338
41493
  - name: extended_volume
41339
41494
  - name: BEAM INTERACTION/BEAM TO SOLID SURFACE MESHTYING LINE
41340
41495
  type: list
41496
+ description: Beam-to-surface mesh tying conditions - line definition
41341
41497
  required: false
41342
41498
  spec:
41343
41499
  type: all_of
@@ -41360,6 +41516,7 @@ sections:
41360
41516
  required: true
41361
41517
  - name: BEAM INTERACTION/BEAM TO SOLID SURFACE MESHTYING SURFACE
41362
41518
  type: list
41519
+ description: Beam-to-surface mesh tying conditions - surface definition
41363
41520
  required: false
41364
41521
  spec:
41365
41522
  type: all_of
@@ -41560,6 +41717,7 @@ sections:
41560
41717
  default: 6
41561
41718
  - name: BEAM INTERACTION/BEAM TO SOLID VOLUME MESHTYING LINE
41562
41719
  type: list
41720
+ description: Beam-to-volume mesh tying conditions - line definition
41563
41721
  required: false
41564
41722
  spec:
41565
41723
  type: all_of
@@ -41582,6 +41740,7 @@ sections:
41582
41740
  required: true
41583
41741
  - name: BEAM INTERACTION/BEAM TO SOLID VOLUME MESHTYING VOLUME
41584
41742
  type: list
41743
+ description: Beam-to-volume mesh tying conditions - volume definition
41585
41744
  required: false
41586
41745
  spec:
41587
41746
  type: all_of
@@ -43690,6 +43849,7 @@ sections:
43690
43849
  default: true
43691
43850
  - name: DESIGN 1D ARTERY/AIRWAY TO POROFLUID NONCONF COUPLING CONDITIONS
43692
43851
  type: list
43852
+ description: Artery coupling with porofluid nonconf
43693
43853
  required: false
43694
43854
  spec:
43695
43855
  type: all_of
@@ -43735,6 +43895,7 @@ sections:
43735
43895
  required: true
43736
43896
  - name: DESIGN 1D ARTERY/AIRWAY TO SCATRA NONCONF COUPLING CONDITIONS
43737
43897
  type: list
43898
+ description: Artery coupling with scatra nonconf
43738
43899
  required: false
43739
43900
  spec:
43740
43901
  type: all_of
@@ -43780,6 +43941,7 @@ sections:
43780
43941
  required: true
43781
43942
  - name: DESIGN ALE FLUID COUPLING SURF CONDITIONS
43782
43943
  type: list
43944
+ description: ALE FLUID Coupling
43783
43945
  required: false
43784
43946
  spec:
43785
43947
  type: all_of
@@ -43802,6 +43964,7 @@ sections:
43802
43964
  required: true
43803
43965
  - name: DESIGN ALE UPDATE LINE CONDITIONS
43804
43966
  type: list
43967
+ description: ALEUPDATE Coupling
43805
43968
  required: false
43806
43969
  spec:
43807
43970
  type: all_of
@@ -43837,6 +44000,7 @@ sections:
43837
44000
  required: true
43838
44001
  - name: DESIGN ALE UPDATE SURF CONDITIONS
43839
44002
  type: list
44003
+ description: ALEUPDATE Coupling
43840
44004
  required: false
43841
44005
  spec:
43842
44006
  type: all_of
@@ -43872,6 +44036,7 @@ sections:
43872
44036
  required: true
43873
44037
  - name: DESIGN BIOFILM GROWTH COUPLING SURF CONDITIONS
43874
44038
  type: list
44039
+ description: BioGrCoupling
43875
44040
  required: false
43876
44041
  spec:
43877
44042
  type: all_of
@@ -43895,6 +44060,7 @@ sections:
43895
44060
  required: true
43896
44061
  - name: DESIGN BOUNDARY INTEGRAL SURF CONDITIONS
43897
44062
  type: list
44063
+ description: compute cumulative surface areas of 2D boundary elements
43898
44064
  required: false
43899
44065
  spec:
43900
44066
  type: all_of
@@ -43917,6 +44083,7 @@ sections:
43917
44083
  required: true
43918
44084
  - name: DESIGN CCCV CELL CYCLING LINE CONDITIONS
43919
44085
  type: list
44086
+ description: line boundary condition for constant-current constant-voltage (CCCV) cell cycling
43920
44087
  required: false
43921
44088
  spec:
43922
44089
  type: all_of
@@ -43968,6 +44135,7 @@ sections:
43968
44135
  default: null
43969
44136
  - name: DESIGN CCCV CELL CYCLING POINT CONDITIONS
43970
44137
  type: list
44138
+ description: line boundary condition for constant-current constant-voltage (CCCV) cell cycling
43971
44139
  required: false
43972
44140
  spec:
43973
44141
  type: all_of
@@ -44019,6 +44187,7 @@ sections:
44019
44187
  default: null
44020
44188
  - name: DESIGN CCCV CELL CYCLING SURF CONDITIONS
44021
44189
  type: list
44190
+ description: surface boundary condition for constant-current constant-voltage (CCCV) cell cycling
44022
44191
  required: false
44023
44192
  spec:
44024
44193
  type: all_of
@@ -44070,6 +44239,7 @@ sections:
44070
44239
  default: null
44071
44240
  - name: DESIGN CCCV HALF-CYCLE LINE CONDITIONS
44072
44241
  type: list
44242
+ description: line boundary condition for constant-current constant-voltage (CCCV) half-cycle
44073
44243
  required: false
44074
44244
  spec:
44075
44245
  type: all_of
@@ -44110,6 +44280,7 @@ sections:
44110
44280
  required: true
44111
44281
  - name: DESIGN CCCV HALF-CYCLE POINT CONDITIONS
44112
44282
  type: list
44283
+ description: line boundary condition for constant-current constant-voltage (CCCV) half-cycle
44113
44284
  required: false
44114
44285
  spec:
44115
44286
  type: all_of
@@ -44150,6 +44321,7 @@ sections:
44150
44321
  required: true
44151
44322
  - name: DESIGN CCCV HALF-CYCLE SURF CONDITIONS
44152
44323
  type: list
44324
+ description: surface boundary condition for constant-current constant-voltage (CCCV) half-cycle
44153
44325
  required: false
44154
44326
  spec:
44155
44327
  type: all_of
@@ -44190,6 +44362,7 @@ sections:
44190
44362
  required: true
44191
44363
  - name: DESIGN CELL VOLTAGE LINE CONDITIONS
44192
44364
  type: list
44365
+ description: cell voltage line condition
44193
44366
  required: false
44194
44367
  spec:
44195
44368
  type: all_of
@@ -44212,6 +44385,7 @@ sections:
44212
44385
  required: true
44213
44386
  - name: DESIGN CELL VOLTAGE POINT CONDITIONS
44214
44387
  type: list
44388
+ description: cell voltage point condition
44215
44389
  required: false
44216
44390
  spec:
44217
44391
  type: all_of
@@ -44234,6 +44408,7 @@ sections:
44234
44408
  required: true
44235
44409
  - name: DESIGN CELL VOLTAGE SURF CONDITIONS
44236
44410
  type: list
44411
+ description: cell voltage surface condition
44237
44412
  required: false
44238
44413
  spec:
44239
44414
  type: all_of
@@ -44256,6 +44431,7 @@ sections:
44256
44431
  required: true
44257
44432
  - name: DESIGN DOMAIN INTEGRAL SURF CONDITIONS
44258
44433
  type: list
44434
+ description: compute cumulative surface areas of 2D domain elements
44259
44435
  required: false
44260
44436
  spec:
44261
44437
  type: all_of
@@ -44278,6 +44454,7 @@ sections:
44278
44454
  required: true
44279
44455
  - name: DESIGN DOMAIN INTEGRAL VOL CONDITIONS
44280
44456
  type: list
44457
+ description: compute cumulative volumes of 3D domain elements
44281
44458
  required: false
44282
44459
  spec:
44283
44460
  type: all_of
@@ -44300,6 +44477,7 @@ sections:
44300
44477
  required: true
44301
44478
  - name: DESIGN ELECTRODE STATE OF CHARGE LINE CONDITIONS
44302
44479
  type: list
44480
+ description: electrode state of charge line condition
44303
44481
  required: false
44304
44482
  spec:
44305
44483
  type: all_of
@@ -44331,6 +44509,7 @@ sections:
44331
44509
  required: true
44332
44510
  - name: DESIGN ELECTRODE STATE OF CHARGE SURF CONDITIONS
44333
44511
  type: list
44512
+ description: electrode state of charge surface condition
44334
44513
  required: false
44335
44514
  spec:
44336
44515
  type: all_of
@@ -44362,6 +44541,7 @@ sections:
44362
44541
  required: true
44363
44542
  - name: DESIGN ELECTRODE STATE OF CHARGE VOL CONDITIONS
44364
44543
  type: list
44544
+ description: electrode state of charge volume condition
44365
44545
  required: false
44366
44546
  spec:
44367
44547
  type: all_of
@@ -44393,6 +44573,7 @@ sections:
44393
44573
  required: true
44394
44574
  - name: DESIGN EMBEDDED MESH SOLID SURF COUPLING CONDITIONS
44395
44575
  type: list
44576
+ description: Embedded Mesh Solid Surface Coupling
44396
44577
  required: false
44397
44578
  spec:
44398
44579
  type: all_of
@@ -44415,6 +44596,7 @@ sections:
44415
44596
  required: true
44416
44597
  - name: DESIGN EMBEDDED SOLID VOL BACKGROUND CONDITIONS
44417
44598
  type: list
44599
+ description: Embedded Mesh Solid Volume Background
44418
44600
  required: false
44419
44601
  spec:
44420
44602
  type: all_of
@@ -44437,6 +44619,7 @@ sections:
44437
44619
  required: true
44438
44620
  - name: DESIGN FLOW RATE LINE CONDITIONS
44439
44621
  type: list
44622
+ description: Line Flow Rate
44440
44623
  required: false
44441
44624
  spec:
44442
44625
  type: all_of
@@ -44459,6 +44642,7 @@ sections:
44459
44642
  required: true
44460
44643
  - name: DESIGN FLOW RATE SURF CONDITIONS
44461
44644
  type: list
44645
+ description: Surface Flow Rate
44462
44646
  required: false
44463
44647
  spec:
44464
44648
  type: all_of
@@ -44481,6 +44665,7 @@ sections:
44481
44665
  required: true
44482
44666
  - name: DESIGN FLUID FLUID COUPLING SURF CONDITIONS
44483
44667
  type: list
44668
+ description: FLUID FLUID Coupling
44484
44669
  required: false
44485
44670
  spec:
44486
44671
  type: all_of
@@ -44503,6 +44688,7 @@ sections:
44503
44688
  required: true
44504
44689
  - name: DESIGN FLUID MESH VOL CONDITIONS
44505
44690
  type: list
44691
+ description: Fluid Mesh
44506
44692
  required: false
44507
44693
  spec:
44508
44694
  type: all_of
@@ -44525,6 +44711,7 @@ sections:
44525
44711
  required: true
44526
44712
  - name: DESIGN FLUID STRESS CALC LINE CONDITIONS
44527
44713
  type: list
44714
+ description: Line Fluid Stress Calculation
44528
44715
  required: false
44529
44716
  spec:
44530
44717
  type: all_of
@@ -44544,6 +44731,7 @@ sections:
44544
44731
  - name: element_block_id
44545
44732
  - name: DESIGN FLUID STRESS CALC SURF CONDITIONS
44546
44733
  type: list
44734
+ description: Surf Fluid Stress Calculation
44547
44735
  required: false
44548
44736
  spec:
44549
44737
  type: all_of
@@ -44563,6 +44751,7 @@ sections:
44563
44751
  - name: element_block_id
44564
44752
  - name: DESIGN FLUID SURF LIFT&DRAG
44565
44753
  type: list
44754
+ description: Surface LIFTDRAG
44566
44755
  required: false
44567
44756
  spec:
44568
44757
  type: all_of
@@ -44598,6 +44787,7 @@ sections:
44598
44787
  default: [0, 0, 0]
44599
44788
  - name: DESIGN FPSI COUPLING LINE CONDITIONS
44600
44789
  type: list
44790
+ description: FPSI Coupling
44601
44791
  required: false
44602
44792
  spec:
44603
44793
  type: all_of
@@ -44620,6 +44810,7 @@ sections:
44620
44810
  required: true
44621
44811
  - name: DESIGN FPSI COUPLING SURF CONDITIONS
44622
44812
  type: list
44813
+ description: FPSI Coupling
44623
44814
  required: false
44624
44815
  spec:
44625
44816
  type: all_of
@@ -44642,6 +44833,7 @@ sections:
44642
44833
  required: true
44643
44834
  - name: DESIGN FSI COUPLING CENTER DISP LINE CONDITIONS
44644
44835
  type: list
44836
+ description: FSI Coupling Center Disp
44645
44837
  required: false
44646
44838
  spec:
44647
44839
  type: all_of
@@ -44661,6 +44853,7 @@ sections:
44661
44853
  - name: element_block_id
44662
44854
  - name: DESIGN FSI COUPLING CENTER DISP SURF CONDITIONS
44663
44855
  type: list
44856
+ description: FSI Coupling Center Disp
44664
44857
  required: false
44665
44858
  spec:
44666
44859
  type: all_of
@@ -44680,6 +44873,7 @@ sections:
44680
44873
  - name: element_block_id
44681
44874
  - name: DESIGN FSI COUPLING LINE CONDITIONS
44682
44875
  type: list
44876
+ description: FSI Coupling
44683
44877
  required: false
44684
44878
  spec:
44685
44879
  type: all_of
@@ -44702,6 +44896,7 @@ sections:
44702
44896
  required: true
44703
44897
  - name: DESIGN FSI COUPLING SURF CONDITIONS
44704
44898
  type: list
44899
+ description: FSI Coupling
44705
44900
  required: false
44706
44901
  spec:
44707
44902
  type: all_of
@@ -44724,6 +44919,7 @@ sections:
44724
44919
  required: true
44725
44920
  - name: DESIGN LINE ALE DIRICH CONDITIONS
44726
44921
  type: list
44922
+ description: Line Dirichlet
44727
44923
  required: false
44728
44924
  spec:
44729
44925
  type: all_of
@@ -44769,6 +44965,7 @@ sections:
44769
44965
  - name: "none"
44770
44966
  - name: DESIGN LINE ALE WEAR CONDITIONS 2D
44771
44967
  type: list
44968
+ description: Line Ale Wear
44772
44969
  required: false
44773
44970
  spec:
44774
44971
  type: all_of
@@ -44788,6 +44985,7 @@ sections:
44788
44985
  - name: element_block_id
44789
44986
  - name: DESIGN LINE AREA CONSTRAINT 2D
44790
44987
  type: list
44988
+ description: Line Area Constraint
44791
44989
  required: false
44792
44990
  spec:
44793
44991
  type: all_of
@@ -44818,6 +45016,7 @@ sections:
44818
45016
  required: true
44819
45017
  - name: DESIGN LINE AREA MONITOR 2D
44820
45018
  type: list
45019
+ description: Line Area Monitor
44821
45020
  required: false
44822
45021
  spec:
44823
45022
  type: all_of
@@ -44840,6 +45039,7 @@ sections:
44840
45039
  required: true
44841
45040
  - name: DESIGN LINE BEAM FILAMENT CONDITIONS
44842
45041
  type: list
45042
+ description: Beam_Line_Filament_Condition
44843
45043
  required: false
44844
45044
  spec:
44845
45045
  type: all_of
@@ -44874,6 +45074,7 @@ sections:
44874
45074
  - name: "collagen"
44875
45075
  - name: DESIGN LINE BEAM POTENTIAL CHARGE CONDITIONS
44876
45076
  type: list
45077
+ description: Beam_Potential_Line_Charge_Density
44877
45078
  required: false
44878
45079
  spec:
44879
45080
  type: all_of
@@ -44904,6 +45105,7 @@ sections:
44904
45105
  default: null
44905
45106
  - name: DESIGN LINE DIRICH CONDITIONS
44906
45107
  type: list
45108
+ description: Line Dirichlet
44907
45109
  required: false
44908
45110
  spec:
44909
45111
  type: all_of
@@ -44949,6 +45151,7 @@ sections:
44949
45151
  - name: "none"
44950
45152
  - name: DESIGN LINE EHL MORTAR COUPLING CONDITIONS 2D
44951
45153
  type: list
45154
+ description: Line EHL (elasto-hydro-dynamic) Coupling
44952
45155
  required: false
44953
45156
  spec:
44954
45157
  type: all_of
@@ -44990,6 +45193,7 @@ sections:
44990
45193
  default: 0
44991
45194
  - name: DESIGN LINE INITIAL FIELD CONDITIONS
44992
45195
  type: list
45196
+ description: Line Initfield
44993
45197
  required: false
44994
45198
  spec:
44995
45199
  type: all_of
@@ -45025,6 +45229,7 @@ sections:
45025
45229
  required: true
45026
45230
  - name: DESIGN LINE LEVEL SET CONTACT CONDITION
45027
45231
  type: list
45232
+ description: level-set condition for contact points
45028
45233
  required: false
45029
45234
  spec:
45030
45235
  type: all_of
@@ -45044,6 +45249,7 @@ sections:
45044
45249
  - name: element_block_id
45045
45250
  - name: DESIGN LINE LOCSYS CONDITIONS
45046
45251
  type: list
45252
+ description: Line local coordinate system
45047
45253
  required: false
45048
45254
  spec:
45049
45255
  type: all_of
@@ -45082,6 +45288,7 @@ sections:
45082
45288
  required: true
45083
45289
  - name: DESIGN LINE MANIFOLD DIRICH CONDITIONS
45084
45290
  type: list
45291
+ description: Line Dirichlet
45085
45292
  required: false
45086
45293
  spec:
45087
45294
  type: all_of
@@ -45127,6 +45334,7 @@ sections:
45127
45334
  maximum_exclusive: false
45128
45335
  - name: DESIGN LINE MIXED/HYBRID DIRICHLET CONDITIONS
45129
45336
  type: list
45337
+ description: LineMixHybDirichlet
45130
45338
  required: false
45131
45339
  spec:
45132
45340
  type: all_of
@@ -45182,6 +45390,7 @@ sections:
45182
45390
  - name: "viscous_tangent"
45183
45391
  - name: DESIGN LINE MODE FOR KRYLOV SPACE PROJECTION
45184
45392
  type: list
45393
+ description: Line mode for Krylov space projection
45185
45394
  required: false
45186
45395
  spec:
45187
45396
  type: all_of
@@ -45232,6 +45441,7 @@ sections:
45232
45441
  - name: "projection"
45233
45442
  - name: DESIGN LINE MORTAR CONTACT CONDITIONS 2D
45234
45443
  type: list
45444
+ description: Line Contact Coupling
45235
45445
  required: false
45236
45446
  spec:
45237
45447
  type: all_of
@@ -45305,6 +45515,7 @@ sections:
45305
45515
  default: null
45306
45516
  - name: DESIGN LINE MORTAR COUPLING CONDITIONS 2D
45307
45517
  type: list
45518
+ description: Line Mortar Coupling
45308
45519
  required: false
45309
45520
  spec:
45310
45521
  type: all_of
@@ -45342,6 +45553,7 @@ sections:
45342
45553
  - name: "Inactive"
45343
45554
  - name: DESIGN LINE MORTAR EDGE CONDITIONS 3D
45344
45555
  type: list
45556
+ description: Geometrical edge for 3D contact
45345
45557
  required: false
45346
45558
  spec:
45347
45559
  type: all_of
@@ -45361,6 +45573,7 @@ sections:
45361
45573
  - name: element_block_id
45362
45574
  - name: DESIGN LINE MORTAR MULTI-COUPLING CONDITIONS 2D
45363
45575
  type: list
45576
+ description: Line Mortar Multi-Coupling
45364
45577
  required: false
45365
45578
  spec:
45366
45579
  type: all_of
@@ -45398,6 +45611,7 @@ sections:
45398
45611
  - name: "Inactive"
45399
45612
  - name: DESIGN LINE MORTAR SYMMETRY CONDITIONS 3D
45400
45613
  type: list
45614
+ description: Symmetry plane normal for 3D contact
45401
45615
  required: false
45402
45616
  spec:
45403
45617
  type: all_of
@@ -45423,6 +45637,7 @@ sections:
45423
45637
  required: true
45424
45638
  - name: DESIGN LINE MULTIPNT CONSTRAINT 2D
45425
45639
  type: list
45640
+ description: Node on Line Constraint
45426
45641
  required: false
45427
45642
  spec:
45428
45643
  type: all_of
@@ -45473,6 +45688,7 @@ sections:
45473
45688
  required: true
45474
45689
  - name: DESIGN LINE NAVIER-SLIP BOUNDARY CONDITIONS
45475
45690
  type: list
45691
+ description: LineNavierSlip
45476
45692
  required: false
45477
45693
  spec:
45478
45694
  type: all_of
@@ -45495,6 +45711,7 @@ sections:
45495
45711
  required: true
45496
45712
  - name: DESIGN LINE NEUMANN CONDITIONS
45497
45713
  type: list
45714
+ description: Line Neumann
45498
45715
  required: false
45499
45716
  spec:
45500
45717
  type: all_of
@@ -45547,6 +45764,7 @@ sections:
45547
45764
  - name: "pseudo_orthopressure"
45548
45765
  - name: DESIGN LINE NEUMANN INTEGRATION
45549
45766
  type: list
45767
+ description: Neumann Integration
45550
45768
  required: false
45551
45769
  spec:
45552
45770
  type: all_of
@@ -45566,6 +45784,7 @@ sections:
45566
45784
  - name: element_block_id
45567
45785
  - name: DESIGN LINE NORMAL NO PENETRATION CONDITION
45568
45786
  type: list
45787
+ description: No Penetration
45569
45788
  required: false
45570
45789
  spec:
45571
45790
  type: all_of
@@ -45585,6 +45804,7 @@ sections:
45585
45804
  - name: element_block_id
45586
45805
  - name: DESIGN LINE NURBS LS DIRICH CONDITIONS
45587
45806
  type: list
45807
+ description: Line Dirichlet
45588
45808
  required: false
45589
45809
  spec:
45590
45810
  type: all_of
@@ -45630,6 +45850,7 @@ sections:
45630
45850
  - name: "none"
45631
45851
  - name: DESIGN LINE PERIODIC BOUNDARY CONDITIONS
45632
45852
  type: list
45853
+ description: Line Periodic
45633
45854
  required: false
45634
45855
  spec:
45635
45856
  type: all_of
@@ -45681,6 +45902,7 @@ sections:
45681
45902
  required: true
45682
45903
  - name: DESIGN LINE PERIODIC RVE 2D BOUNDARY CONDITIONS
45683
45904
  type: list
45905
+ description: definition of edges forming 2D periodic boundary conditions
45684
45906
  required: false
45685
45907
  spec:
45686
45908
  type: all_of
@@ -45711,6 +45933,7 @@ sections:
45711
45933
  - name: "y-"
45712
45934
  - name: DESIGN LINE PORO DIRICH CONDITIONS
45713
45935
  type: list
45936
+ description: Line Dirichlet
45714
45937
  required: false
45715
45938
  spec:
45716
45939
  type: all_of
@@ -45756,6 +45979,7 @@ sections:
45756
45979
  - name: "none"
45757
45980
  - name: DESIGN LINE PORO NEUMANN CONDITIONS
45758
45981
  type: list
45982
+ description: Line Neumann
45759
45983
  required: false
45760
45984
  spec:
45761
45985
  type: all_of
@@ -45808,6 +46032,7 @@ sections:
45808
46032
  - name: "pseudo_orthopressure"
45809
46033
  - name: DESIGN LINE PORO PARTIAL INTEGRATION
45810
46034
  type: list
46035
+ description: Poro Partial Integration
45811
46036
  required: false
45812
46037
  spec:
45813
46038
  type: all_of
@@ -45827,6 +46052,7 @@ sections:
45827
46052
  - name: element_block_id
45828
46053
  - name: DESIGN LINE PORO PRESSURE INTEGRATION
45829
46054
  type: list
46055
+ description: Poro Pressure Integration
45830
46056
  required: false
45831
46057
  spec:
45832
46058
  type: all_of
@@ -45846,6 +46072,7 @@ sections:
45846
46072
  - name: element_block_id
45847
46073
  - name: DESIGN LINE REDUCED D AIRWAYS EVALUATE LUNG VOLUME CONDITIONS
45848
46074
  type: list
46075
+ description: Reduced D airways evaluate lung volume condition
45849
46076
  required: false
45850
46077
  spec:
45851
46078
  type: all_of
@@ -45865,6 +46092,7 @@ sections:
45865
46092
  - name: element_block_id
45866
46093
  - name: DESIGN LINE REDUCED D AIRWAYS VOL DEPENDENT PLEURAL PRESSURE CONDITIONS
45867
46094
  type: list
46095
+ description: Reduced D airways volume-dependent peural pressure condition
45868
46096
  required: false
45869
46097
  spec:
45870
46098
  type: all_of
@@ -45929,6 +46157,7 @@ sections:
45929
46157
  required: true
45930
46158
  - name: DESIGN LINE SLIP SUPPLEMENTAL CURVED BOUNDARY CONDITIONS
45931
46159
  type: list
46160
+ description: LineSlipSupp
45932
46161
  required: false
45933
46162
  spec:
45934
46163
  type: all_of
@@ -45951,6 +46180,7 @@ sections:
45951
46180
  required: true
45952
46181
  - name: DESIGN LINE THERMO DIRICH CONDITIONS
45953
46182
  type: list
46183
+ description: Line Dirichlet
45954
46184
  required: false
45955
46185
  spec:
45956
46186
  type: all_of
@@ -45996,6 +46226,7 @@ sections:
45996
46226
  - name: "none"
45997
46227
  - name: DESIGN LINE THERMO INITIAL FIELD CONDITIONS
45998
46228
  type: list
46229
+ description: 'Set the initial temperature field if the thermo field is solved using a ScaTra discretization (e.g. STI, SSTI) on lines'
45999
46230
  required: false
46000
46231
  spec:
46001
46232
  type: all_of
@@ -46025,6 +46256,7 @@ sections:
46025
46256
  required: true
46026
46257
  - name: DESIGN LINE THERMO NEUMANN CONDITIONS
46027
46258
  type: list
46259
+ description: Line Neumann
46028
46260
  required: false
46029
46261
  spec:
46030
46262
  type: all_of
@@ -46077,6 +46309,7 @@ sections:
46077
46309
  - name: "pseudo_orthopressure"
46078
46310
  - name: DESIGN LINE TOTAL TRACTION CORRECTION BORDER NODES
46079
46311
  type: list
46312
+ description: total traction correction border nodes condition
46080
46313
  required: false
46081
46314
  spec:
46082
46315
  type: all_of
@@ -46099,6 +46332,7 @@ sections:
46099
46332
  required: true
46100
46333
  - name: DESIGN LINE TRANSPORT DIRICH CONDITIONS
46101
46334
  type: list
46335
+ description: Line Dirichlet
46102
46336
  required: false
46103
46337
  spec:
46104
46338
  type: all_of
@@ -46144,6 +46378,7 @@ sections:
46144
46378
  - name: "none"
46145
46379
  - name: DESIGN LINE TRANSPORT NEUMANN CONDITIONS
46146
46380
  type: list
46381
+ description: Line Neumann
46147
46382
  required: false
46148
46383
  spec:
46149
46384
  type: all_of
@@ -46196,6 +46431,7 @@ sections:
46196
46431
  - name: "pseudo_orthopressure"
46197
46432
  - name: DESIGN LINE VOLUMETRIC FLOW BORDER NODES
46198
46433
  type: list
46434
+ description: volumetric flow border nodes condition
46199
46435
  required: false
46200
46436
  spec:
46201
46437
  type: all_of
@@ -46218,6 +46454,7 @@ sections:
46218
46454
  required: true
46219
46455
  - name: DESIGN LINE WEAK DIRICHLET CONDITIONS
46220
46456
  type: list
46457
+ description: LineWeakDirichlet
46221
46458
  required: false
46222
46459
  spec:
46223
46460
  type: all_of
@@ -46283,6 +46520,7 @@ sections:
46283
46520
  default: [0, 0, 0]
46284
46521
  - name: DESIGN NODE 1D ARTERY IN_OUTLET CONDITIONS
46285
46522
  type: list
46523
+ description: Artery terminal in_outlet condition
46286
46524
  required: false
46287
46525
  spec:
46288
46526
  type: all_of
@@ -46310,6 +46548,7 @@ sections:
46310
46548
  - name: "outlet"
46311
46549
  - name: DESIGN NODE 1D ARTERY JUNCTION CONDITIONS
46312
46550
  type: list
46551
+ description: Artery junction boundary condition
46313
46552
  required: false
46314
46553
  spec:
46315
46554
  type: all_of
@@ -46335,6 +46574,7 @@ sections:
46335
46574
  required: true
46336
46575
  - name: DESIGN NODE 1D ARTERY PRESCRIBED CONDITIONS
46337
46576
  type: list
46577
+ description: Artery prescribed boundary condition
46338
46578
  required: false
46339
46579
  spec:
46340
46580
  type: all_of
@@ -46388,6 +46628,7 @@ sections:
46388
46628
  required: true
46389
46629
  - name: DESIGN NODE 1D ARTERY REFLECTIVE CONDITIONS
46390
46630
  type: list
46631
+ description: Artery reflection condition
46391
46632
  required: false
46392
46633
  spec:
46393
46634
  type: all_of
@@ -46422,6 +46663,7 @@ sections:
46422
46663
  required: true
46423
46664
  - name: DESIGN NODE 1D ARTERY TO POROFLUID COUPLING CONDITIONS
46424
46665
  type: list
46666
+ description: Artery coupling with porofluid
46425
46667
  required: false
46426
46668
  spec:
46427
46669
  type: all_of
@@ -46444,6 +46686,7 @@ sections:
46444
46686
  required: true
46445
46687
  - name: DESIGN NODE 1D ARTERY TO SCATRA COUPLING CONDITIONS
46446
46688
  type: list
46689
+ description: Artery coupling with porofluid
46447
46690
  required: false
46448
46691
  spec:
46449
46692
  type: all_of
@@ -46466,6 +46709,7 @@ sections:
46466
46709
  required: true
46467
46710
  - name: DESIGN NODE REDUCED D To 3D FLOW COUPLING CONDITIONS
46468
46711
  type: list
46712
+ description: Artery reduced D 3D coupling condition
46469
46713
  required: false
46470
46714
  spec:
46471
46715
  type: all_of
@@ -46510,6 +46754,7 @@ sections:
46510
46754
  required: true
46511
46755
  - name: DESIGN NODE Reduced D AIRWAYS PRESCRIBED CONDITIONS
46512
46756
  type: list
46757
+ description: Reduced d airway prescribed boundary condition
46513
46758
  required: false
46514
46759
  spec:
46515
46760
  type: all_of
@@ -46563,6 +46808,7 @@ sections:
46563
46808
  default: [null]
46564
46809
  - name: DESIGN NODE Reduced D AIRWAYS SWITCH FLOW PRESSURE CONDITIONS
46565
46810
  type: list
46811
+ description: Reduced d airway switch flow pressure boundary condition
46566
46812
  required: false
46567
46813
  spec:
46568
46814
  type: all_of
@@ -46591,6 +46837,7 @@ sections:
46591
46837
  required: true
46592
46838
  - name: DESIGN OXYGEN PARTIAL PRESSURE CALCULATION LINE CONDITIONS
46593
46839
  type: list
46840
+ description: PoroMultiphaseScatra Oxygen Partial Pressure Calculation line condition
46594
46841
  required: false
46595
46842
  spec:
46596
46843
  type: all_of
@@ -46638,6 +46885,7 @@ sections:
46638
46885
  required: true
46639
46886
  - name: DESIGN OXYGEN PARTIAL PRESSURE CALCULATION SURF CONDITIONS
46640
46887
  type: list
46888
+ description: PoroMultiphaseScatra Oxygen Partial Pressure Calculation surface condition
46641
46889
  required: false
46642
46890
  spec:
46643
46891
  type: all_of
@@ -46685,6 +46933,7 @@ sections:
46685
46933
  required: true
46686
46934
  - name: DESIGN OXYGEN PARTIAL PRESSURE CALCULATION VOL CONDITIONS
46687
46935
  type: list
46936
+ description: PoroMultiphaseScatra Oxygen Partial Pressure Calculation volume condition
46688
46937
  required: false
46689
46938
  spec:
46690
46939
  type: all_of
@@ -46732,6 +46981,7 @@ sections:
46732
46981
  required: true
46733
46982
  - name: DESIGN PATCH RECOVERY BOUNDARY LINE CONDITIONS
46734
46983
  type: list
46984
+ description: Boundary for SPR
46735
46985
  required: false
46736
46986
  spec:
46737
46987
  type: all_of
@@ -46751,6 +47001,7 @@ sections:
46751
47001
  - name: element_block_id
46752
47002
  - name: DESIGN PATCH RECOVERY BOUNDARY SURF CONDITIONS
46753
47003
  type: list
47004
+ description: Boundary for SPR
46754
47005
  required: false
46755
47006
  spec:
46756
47007
  type: all_of
@@ -46770,6 +47021,7 @@ sections:
46770
47021
  - name: element_block_id
46771
47022
  - name: DESIGN POINT ALE DIRICH CONDITIONS
46772
47023
  type: list
47024
+ description: Point Dirichlet
46773
47025
  required: false
46774
47026
  spec:
46775
47027
  type: all_of
@@ -46815,6 +47067,7 @@ sections:
46815
47067
  - name: "none"
46816
47068
  - name: DESIGN POINT COUPLED DOF EQUATION CONDITIONS
46817
47069
  type: list
47070
+ description: definition of the term of a linear couple equation coupling different degrees of freedom in 2d
46818
47071
  required: false
46819
47072
  spec:
46820
47073
  type: all_of
@@ -46850,6 +47103,7 @@ sections:
46850
47103
  required: true
46851
47104
  - name: DESIGN POINT COUPLING CONDITIONS
46852
47105
  type: list
47106
+ description: Point Coupling
46853
47107
  required: false
46854
47108
  spec:
46855
47109
  type: all_of
@@ -46877,6 +47131,7 @@ sections:
46877
47131
  required: true
46878
47132
  - name: DESIGN POINT DIRICH CONDITIONS
46879
47133
  type: list
47134
+ description: Point Dirichlet
46880
47135
  required: false
46881
47136
  spec:
46882
47137
  type: all_of
@@ -46922,6 +47177,7 @@ sections:
46922
47177
  - name: "none"
46923
47178
  - name: DESIGN POINT INITIAL FIELD CONDITIONS
46924
47179
  type: list
47180
+ description: Point Initfield
46925
47181
  required: false
46926
47182
  spec:
46927
47183
  type: all_of
@@ -46957,6 +47213,7 @@ sections:
46957
47213
  required: true
46958
47214
  - name: DESIGN POINT LEVEL SET CONTACT CONDITION
46959
47215
  type: list
47216
+ description: level-set condition for contact points
46960
47217
  required: false
46961
47218
  spec:
46962
47219
  type: all_of
@@ -46976,6 +47233,7 @@ sections:
46976
47233
  - name: element_block_id
46977
47234
  - name: DESIGN POINT LOCSYS CONDITIONS
46978
47235
  type: list
47236
+ description: Point local coordinate system
46979
47237
  required: false
46980
47238
  spec:
46981
47239
  type: all_of
@@ -47011,6 +47269,7 @@ sections:
47011
47269
  required: true
47012
47270
  - name: DESIGN POINT MANIFOLD DIRICH CONDITIONS
47013
47271
  type: list
47272
+ description: Point Dirichlet
47014
47273
  required: false
47015
47274
  spec:
47016
47275
  type: all_of
@@ -47056,6 +47315,7 @@ sections:
47056
47315
  maximum_exclusive: false
47057
47316
  - name: DESIGN POINT MOMENT EB CONDITIONS
47058
47317
  type: list
47318
+ description: Point Neumann Moment for an Euler-Bernoulli beam
47059
47319
  required: false
47060
47320
  spec:
47061
47321
  type: all_of
@@ -47108,6 +47368,7 @@ sections:
47108
47368
  - name: "pseudo_orthopressure"
47109
47369
  - name: DESIGN POINT MORTAR CORNER CONDITIONS 2D/3D
47110
47370
  type: list
47371
+ description: Geometrical corner for 2D/3D contact
47111
47372
  required: false
47112
47373
  spec:
47113
47374
  type: all_of
@@ -47127,6 +47388,7 @@ sections:
47127
47388
  - name: element_block_id
47128
47389
  - name: DESIGN POINT MORTAR SYMMETRY CONDITIONS 2D/3D
47129
47390
  type: list
47391
+ description: Symmetry plane normal for 2D/3D contact
47130
47392
  required: false
47131
47393
  spec:
47132
47394
  type: all_of
@@ -47152,6 +47414,7 @@ sections:
47152
47414
  required: true
47153
47415
  - name: DESIGN POINT NEUMANN CONDITIONS
47154
47416
  type: list
47417
+ description: Point Neumann
47155
47418
  required: false
47156
47419
  spec:
47157
47420
  type: all_of
@@ -47204,6 +47467,7 @@ sections:
47204
47467
  - name: "pseudo_orthopressure"
47205
47468
  - name: DESIGN POINT NURBS LS DIRICH CONDITIONS
47206
47469
  type: list
47470
+ description: Point Dirichlet
47207
47471
  required: false
47208
47472
  spec:
47209
47473
  type: all_of
@@ -47249,6 +47513,7 @@ sections:
47249
47513
  - name: "none"
47250
47514
  - name: DESIGN POINT PENALTY COUPLING CONDITIONS
47251
47515
  type: list
47516
+ description: Couples beam nodes that lie on the same position
47252
47517
  required: false
47253
47518
  spec:
47254
47519
  type: all_of
@@ -47274,6 +47539,7 @@ sections:
47274
47539
  required: true
47275
47540
  - name: DESIGN POINT PERIODIC RVE 2D BOUNDARY REFERENCE CONDITIONS
47276
47541
  type: list
47542
+ description: definition of reference points defining the reference vector of the periodic boundarycondition - only required if RVE_REFERENCE_POINTS = automatic
47277
47543
  required: false
47278
47544
  spec:
47279
47545
  type: all_of
@@ -47306,6 +47572,7 @@ sections:
47306
47572
  - name: "undefined"
47307
47573
  - name: DESIGN POINT PORO DIRICH CONDITIONS
47308
47574
  type: list
47575
+ description: Point Dirichlet
47309
47576
  required: false
47310
47577
  spec:
47311
47578
  type: all_of
@@ -47351,6 +47618,7 @@ sections:
47351
47618
  - name: "none"
47352
47619
  - name: DESIGN POINT PORO NEUMANN CONDITIONS
47353
47620
  type: list
47621
+ description: Point Neumann
47354
47622
  required: false
47355
47623
  spec:
47356
47624
  type: all_of
@@ -47403,6 +47671,7 @@ sections:
47403
47671
  - name: "pseudo_orthopressure"
47404
47672
  - name: DESIGN POINT RIGIDSPHERE POTENTIAL CHARGE CONDITIONS
47405
47673
  type: list
47674
+ description: Rigidsphere_Potential_Point_Charge
47406
47675
  required: false
47407
47676
  spec:
47408
47677
  type: all_of
@@ -47433,6 +47702,7 @@ sections:
47433
47702
  default: null
47434
47703
  - name: DESIGN POINT ROBIN SPRING DASHPOT CONDITIONS
47435
47704
  type: list
47705
+ description: Robin Spring Dashpot
47436
47706
  required: false
47437
47707
  spec:
47438
47708
  type: all_of
@@ -47508,6 +47778,7 @@ sections:
47508
47778
  default: null
47509
47779
  - name: DESIGN POINT THERMO COUPLING CONDITIONS
47510
47780
  type: list
47781
+ description: Point Coupling
47511
47782
  required: false
47512
47783
  spec:
47513
47784
  type: all_of
@@ -47535,6 +47806,7 @@ sections:
47535
47806
  required: true
47536
47807
  - name: DESIGN POINT THERMO DIRICH CONDITIONS
47537
47808
  type: list
47809
+ description: Point Dirichlet
47538
47810
  required: false
47539
47811
  spec:
47540
47812
  type: all_of
@@ -47580,6 +47852,7 @@ sections:
47580
47852
  - name: "none"
47581
47853
  - name: DESIGN POINT THERMO INITIAL FIELD CONDITIONS
47582
47854
  type: list
47855
+ description: 'Set the initial temperature field if the thermo field is solved using a ScaTra discretization (e.g. STI, SSTI) on points'
47583
47856
  required: false
47584
47857
  spec:
47585
47858
  type: all_of
@@ -47609,6 +47882,7 @@ sections:
47609
47882
  required: true
47610
47883
  - name: DESIGN POINT THERMO NEUMANN CONDITIONS
47611
47884
  type: list
47885
+ description: Point Neumann
47612
47886
  required: false
47613
47887
  spec:
47614
47888
  type: all_of
@@ -47661,6 +47935,7 @@ sections:
47661
47935
  - name: "pseudo_orthopressure"
47662
47936
  - name: DESIGN POINT TRANSPORT DIRICH CONDITIONS
47663
47937
  type: list
47938
+ description: Point Dirichlet
47664
47939
  required: false
47665
47940
  spec:
47666
47941
  type: all_of
@@ -47706,6 +47981,7 @@ sections:
47706
47981
  - name: "none"
47707
47982
  - name: DESIGN POINT TRANSPORT NEUMANN CONDITIONS
47708
47983
  type: list
47984
+ description: Point Neumann
47709
47985
  required: false
47710
47986
  spec:
47711
47987
  type: all_of
@@ -47758,6 +48034,7 @@ sections:
47758
48034
  - name: "pseudo_orthopressure"
47759
48035
  - name: DESIGN S2I KINETICS GROWTH LINE CONDITIONS
47760
48036
  type: list
48037
+ description: Scatra-scatra line interface layer growth kinetics
47761
48038
  required: false
47762
48039
  spec:
47763
48040
  type: all_of
@@ -47828,6 +48105,7 @@ sections:
47828
48105
  required: true
47829
48106
  - name: DESIGN S2I KINETICS GROWTH SURF CONDITIONS
47830
48107
  type: list
48108
+ description: Scatra-scatra surface interface layer growth kinetics
47831
48109
  required: false
47832
48110
  spec:
47833
48111
  type: all_of
@@ -47898,6 +48176,7 @@ sections:
47898
48176
  required: true
47899
48177
  - name: DESIGN S2I KINETICS LINE CONDITIONS
47900
48178
  type: list
48179
+ description: Scatra-scatra line interface kinetics
47901
48180
  required: false
47902
48181
  spec:
47903
48182
  type: all_of
@@ -48380,6 +48659,7 @@ sections:
48380
48659
  - name: "NoInterfaceFlux"
48381
48660
  - name: DESIGN S2I KINETICS POINT CONDITIONS
48382
48661
  type: list
48662
+ description: Scatra-scatra line interface kinetics
48383
48663
  required: false
48384
48664
  spec:
48385
48665
  type: all_of
@@ -48862,6 +49142,7 @@ sections:
48862
49142
  - name: "NoInterfaceFlux"
48863
49143
  - name: DESIGN S2I KINETICS SURF CONDITIONS
48864
49144
  type: list
49145
+ description: Scatra-scatra surface interface kinetics
48865
49146
  required: false
48866
49147
  spec:
48867
49148
  type: all_of
@@ -49344,6 +49625,7 @@ sections:
49344
49625
  - name: "NoInterfaceFlux"
49345
49626
  - name: DESIGN S2I MESHTYING LINE CONDITIONS
49346
49627
  type: list
49628
+ description: Scatra-scatra line interface mesh tying
49347
49629
  required: false
49348
49630
  spec:
49349
49631
  type: all_of
@@ -49377,6 +49659,7 @@ sections:
49377
49659
  required: true
49378
49660
  - name: DESIGN S2I MESHTYING SURF CONDITIONS
49379
49661
  type: list
49662
+ description: Scatra-scatra surface interface mesh tying
49380
49663
  required: false
49381
49664
  spec:
49382
49665
  type: all_of
@@ -49410,6 +49693,7 @@ sections:
49410
49693
  required: true
49411
49694
  - name: DESIGN S2I SCL COUPLING SURF CONDITIONS
49412
49695
  type: list
49696
+ description: Scatra-scatra surface with SCL micro-macro coupling between
49413
49697
  required: false
49414
49698
  spec:
49415
49699
  type: all_of
@@ -49437,6 +49721,7 @@ sections:
49437
49721
  - name: "Undefined"
49438
49722
  - name: DESIGN SCATRA COUPLING SURF CONDITIONS
49439
49723
  type: list
49724
+ description: ScaTra Coupling
49440
49725
  required: false
49441
49726
  spec:
49442
49727
  type: all_of
@@ -49486,6 +49771,7 @@ sections:
49486
49771
  required: true
49487
49772
  - name: DESIGN SCATRA HETEROGENEOUS REACTION LINE CONDITIONS / MASTER
49488
49773
  type: list
49774
+ description: calculation of heterogeneous reactions
49489
49775
  required: false
49490
49776
  spec:
49491
49777
  type: all_of
@@ -49505,6 +49791,7 @@ sections:
49505
49791
  - name: element_block_id
49506
49792
  - name: DESIGN SCATRA HETEROGENEOUS REACTION LINE CONDITIONS / SLAVE
49507
49793
  type: list
49794
+ description: calculation of heterogeneous reactions
49508
49795
  required: false
49509
49796
  spec:
49510
49797
  type: all_of
@@ -49524,6 +49811,7 @@ sections:
49524
49811
  - name: element_block_id
49525
49812
  - name: DESIGN SCATRA HETEROGENEOUS REACTION SURF CONDITIONS / MASTER
49526
49813
  type: list
49814
+ description: calculation of heterogeneous reactions
49527
49815
  required: false
49528
49816
  spec:
49529
49817
  type: all_of
@@ -49543,6 +49831,7 @@ sections:
49543
49831
  - name: element_block_id
49544
49832
  - name: DESIGN SCATRA HETEROGENEOUS REACTION SURF CONDITIONS / SLAVE
49545
49833
  type: list
49834
+ description: calculation of heterogeneous reactions
49546
49835
  required: false
49547
49836
  spec:
49548
49837
  type: all_of
@@ -49562,6 +49851,7 @@ sections:
49562
49851
  - name: element_block_id
49563
49852
  - name: DESIGN SCATRA MULTI-SCALE COUPLING POINT CONDITIONS
49564
49853
  type: list
49854
+ description: Scalar transport multi-scale coupling condition
49565
49855
  required: false
49566
49856
  spec:
49567
49857
  type: all_of
@@ -49948,6 +50238,7 @@ sections:
49948
50238
  - name: "NoInterfaceFlux"
49949
50239
  - name: DESIGN SCATRA RELATIVE ERROR LINE CONDITIONS
49950
50240
  type: list
50241
+ description: calculation of relative error with reference to analytical solution
49951
50242
  required: false
49952
50243
  spec:
49953
50244
  type: all_of
@@ -49973,6 +50264,7 @@ sections:
49973
50264
  required: true
49974
50265
  - name: DESIGN SCATRA RELATIVE ERROR SURF CONDITIONS
49975
50266
  type: list
50267
+ description: calculation of relative error with reference to analytical solution
49976
50268
  required: false
49977
50269
  spec:
49978
50270
  type: all_of
@@ -49998,6 +50290,7 @@ sections:
49998
50290
  required: true
49999
50291
  - name: DESIGN SCATRA RELATIVE ERROR VOL CONDITIONS
50000
50292
  type: list
50293
+ description: calculation of relative error with reference to analytical solution
50001
50294
  required: false
50002
50295
  spec:
50003
50296
  type: all_of
@@ -50023,6 +50316,7 @@ sections:
50023
50316
  required: true
50024
50317
  - name: DESIGN SCATRA SURF CONDITIONS / PARTITIONING
50025
50318
  type: list
50319
+ description: Domain partitioning of scatra field
50026
50320
  required: false
50027
50321
  spec:
50028
50322
  type: all_of
@@ -50042,6 +50336,7 @@ sections:
50042
50336
  - name: element_block_id
50043
50337
  - name: DESIGN SCATRA VOL CONDITIONS / PARTITIONING
50044
50338
  type: list
50339
+ description: Domain partitioning of scatra field
50045
50340
  required: false
50046
50341
  spec:
50047
50342
  type: all_of
@@ -50061,6 +50356,7 @@ sections:
50061
50356
  - name: element_block_id
50062
50357
  - name: DESIGN SSI COUPLING LINE CONDITIONS
50063
50358
  type: list
50359
+ description: SSI Coupling
50064
50360
  required: false
50065
50361
  spec:
50066
50362
  type: all_of
@@ -50083,6 +50379,7 @@ sections:
50083
50379
  required: true
50084
50380
  - name: DESIGN SSI COUPLING SCATRATOSOLID LINE CONDITIONS
50085
50381
  type: list
50382
+ description: SSI Coupling ScatraToSolid
50086
50383
  required: false
50087
50384
  spec:
50088
50385
  type: all_of
@@ -50105,6 +50402,7 @@ sections:
50105
50402
  required: true
50106
50403
  - name: DESIGN SSI COUPLING SCATRATOSOLID SURF CONDITIONS
50107
50404
  type: list
50405
+ description: SSI Coupling ScatraToSolid
50108
50406
  required: false
50109
50407
  spec:
50110
50408
  type: all_of
@@ -50127,6 +50425,7 @@ sections:
50127
50425
  required: true
50128
50426
  - name: DESIGN SSI COUPLING SCATRATOSOLID VOL CONDITIONS
50129
50427
  type: list
50428
+ description: SSI Coupling ScatraToSolid
50130
50429
  required: false
50131
50430
  spec:
50132
50431
  type: all_of
@@ -50149,6 +50448,7 @@ sections:
50149
50448
  required: true
50150
50449
  - name: DESIGN SSI COUPLING SOLIDTOSCATRA LINE CONDITIONS
50151
50450
  type: list
50451
+ description: SSI Coupling SolidToScatra
50152
50452
  required: false
50153
50453
  spec:
50154
50454
  type: all_of
@@ -50171,6 +50471,7 @@ sections:
50171
50471
  required: true
50172
50472
  - name: DESIGN SSI COUPLING SOLIDTOSCATRA SURF CONDITIONS
50173
50473
  type: list
50474
+ description: SSI Coupling SolidToScatra
50174
50475
  required: false
50175
50476
  spec:
50176
50477
  type: all_of
@@ -50193,6 +50494,7 @@ sections:
50193
50494
  required: true
50194
50495
  - name: DESIGN SSI COUPLING SOLIDTOSCATRA VOL CONDITIONS
50195
50496
  type: list
50497
+ description: SSI Coupling SolidToScatra
50196
50498
  required: false
50197
50499
  spec:
50198
50500
  type: all_of
@@ -50215,6 +50517,7 @@ sections:
50215
50517
  required: true
50216
50518
  - name: DESIGN SSI COUPLING SURF CONDITIONS
50217
50519
  type: list
50520
+ description: SSI Coupling
50218
50521
  required: false
50219
50522
  spec:
50220
50523
  type: all_of
@@ -50237,6 +50540,7 @@ sections:
50237
50540
  required: true
50238
50541
  - name: DESIGN SSI INTERFACE CONTACT LINE CONDITIONS
50239
50542
  type: list
50543
+ description: SSI Interface Contact
50240
50544
  required: false
50241
50545
  spec:
50242
50546
  type: all_of
@@ -50273,6 +50577,7 @@ sections:
50273
50577
  required: true
50274
50578
  - name: DESIGN SSI INTERFACE CONTACT SURF CONDITIONS
50275
50579
  type: list
50580
+ description: SSI Interface Contact
50276
50581
  required: false
50277
50582
  spec:
50278
50583
  type: all_of
@@ -50309,6 +50614,7 @@ sections:
50309
50614
  required: true
50310
50615
  - name: DESIGN SSI INTERFACE MESHTYING LINE CONDITIONS
50311
50616
  type: list
50617
+ description: SSI Interface Meshtying
50312
50618
  required: false
50313
50619
  spec:
50314
50620
  type: all_of
@@ -50342,6 +50648,7 @@ sections:
50342
50648
  required: true
50343
50649
  - name: DESIGN SSI INTERFACE MESHTYING POINT CONDITIONS
50344
50650
  type: list
50651
+ description: SSI Interface Meshtying
50345
50652
  required: false
50346
50653
  spec:
50347
50654
  type: all_of
@@ -50375,6 +50682,7 @@ sections:
50375
50682
  required: true
50376
50683
  - name: DESIGN SSI INTERFACE MESHTYING SURF CONDITIONS
50377
50684
  type: list
50685
+ description: SSI Interface Meshtying
50378
50686
  required: false
50379
50687
  spec:
50380
50688
  type: all_of
@@ -50408,6 +50716,7 @@ sections:
50408
50716
  required: true
50409
50717
  - name: DESIGN SSI MANIFOLD KINETICS SURF CONDITIONS
50410
50718
  type: list
50719
+ description: kinetics model for coupling scatra <-> scatra on manifold
50411
50720
  required: false
50412
50721
  spec:
50413
50722
  type: all_of
@@ -50526,6 +50835,7 @@ sections:
50526
50835
  - name: "NoInterfaceFlux"
50527
50836
  - name: DESIGN SSI MANIFOLD SURF CONDITIONS
50528
50837
  type: list
50838
+ description: scalar transport on manifold
50529
50839
  required: false
50530
50840
  spec:
50531
50841
  type: all_of
@@ -50560,6 +50870,7 @@ sections:
50560
50870
  required: true
50561
50871
  - name: DESIGN SSTI INTERFACE MESHTYING LINE CONDITIONS
50562
50872
  type: list
50873
+ description: SSTI Interface Meshtying
50563
50874
  required: false
50564
50875
  spec:
50565
50876
  type: all_of
@@ -50593,6 +50904,7 @@ sections:
50593
50904
  required: true
50594
50905
  - name: DESIGN SSTI INTERFACE MESHTYING SURF CONDITIONS
50595
50906
  type: list
50907
+ description: SSTI Interface Meshtying
50596
50908
  required: false
50597
50909
  spec:
50598
50910
  type: all_of
@@ -50626,6 +50938,7 @@ sections:
50626
50938
  required: true
50627
50939
  - name: DESIGN STRUCTURE ALE COUPLING SURF CONDITIONS
50628
50940
  type: list
50941
+ description: StructAleCoupling
50629
50942
  required: false
50630
50943
  spec:
50631
50944
  type: all_of
@@ -50656,6 +50969,7 @@ sections:
50656
50969
  - name: "structure"
50657
50970
  - name: DESIGN STRUCTURE FLUID VOLUME COUPLING VOL CONDITIONS
50658
50971
  type: list
50972
+ description: StructFluidVolCoupling
50659
50973
  required: false
50660
50974
  spec:
50661
50975
  type: all_of
@@ -50686,6 +51000,7 @@ sections:
50686
51000
  - name: "structure"
50687
51001
  - name: DESIGN SURF 3D To REDUCED D FLOW COUPLING CONDITIONS
50688
51002
  type: list
51003
+ description: Artery 3D reduced D coupling condition
50689
51004
  required: false
50690
51005
  spec:
50691
51006
  type: all_of
@@ -50722,6 +51037,7 @@ sections:
50722
51037
  required: true
50723
51038
  - name: DESIGN SURF ALE DIRICH CONDITIONS
50724
51039
  type: list
51040
+ description: Surface Dirichlet
50725
51041
  required: false
50726
51042
  spec:
50727
51043
  type: all_of
@@ -50767,6 +51083,7 @@ sections:
50767
51083
  - name: "none"
50768
51084
  - name: DESIGN SURF CARDIOVASCULAR 0D 4-ELEMENT WINDKESSEL CONDITIONS
50769
51085
  type: list
51086
+ description: Surface Cardiovascular0D
50770
51087
  required: false
50771
51088
  spec:
50772
51089
  type: all_of
@@ -50807,6 +51124,7 @@ sections:
50807
51124
  required: true
50808
51125
  - name: DESIGN SURF CARDIOVASCULAR 0D ARTERIAL PROX DIST CONDITIONS
50809
51126
  type: list
51127
+ description: Surface 0D cardiovascular arterial proximal and distal
50810
51128
  required: false
50811
51129
  spec:
50812
51130
  type: all_of
@@ -50883,6 +51201,7 @@ sections:
50883
51201
  default: null
50884
51202
  - name: DESIGN SURF CARDIOVASCULAR 0D SYS-PUL CIRCULATION CONDITIONS
50885
51203
  type: list
51204
+ description: Surface cardiovascular 0D sys pul circulation condition
50886
51205
  required: false
50887
51206
  spec:
50888
51207
  type: all_of
@@ -50914,6 +51233,7 @@ sections:
50914
51233
  - name: "ventricle_right"
50915
51234
  - name: DESIGN SURF CARDIOVASCULAR 0D-STRUCTURE COUPLING CONDITIONS
50916
51235
  type: list
51236
+ description: structure 0d cardiovascular coupling surface condition
50917
51237
  required: false
50918
51238
  spec:
50919
51239
  type: all_of
@@ -50936,6 +51256,7 @@ sections:
50936
51256
  required: true
50937
51257
  - name: DESIGN SURF CARDIOVASCULAR RESPIRATORY 0D SYS-PUL PERIPH CIRCULATION CONDITIONS
50938
51258
  type: list
51259
+ description: Surface 0D cardiovascular respiratory sys-pul periph circulation condition
50939
51260
  required: false
50940
51261
  spec:
50941
51262
  type: all_of
@@ -50967,6 +51288,7 @@ sections:
50967
51288
  - name: "ventricle_right"
50968
51289
  - name: DESIGN SURF DIRICH CONDITIONS
50969
51290
  type: list
51291
+ description: Surface Dirichlet
50970
51292
  required: false
50971
51293
  spec:
50972
51294
  type: all_of
@@ -51012,6 +51334,7 @@ sections:
51012
51334
  - name: "none"
51013
51335
  - name: DESIGN SURF EHL MORTAR COUPLING CONDITIONS 3D
51014
51336
  type: list
51337
+ description: Surface EHL (elasto-hydro-dynamic) Coupling
51015
51338
  required: false
51016
51339
  spec:
51017
51340
  type: all_of
@@ -51053,6 +51376,7 @@ sections:
51053
51376
  default: 0
51054
51377
  - name: DESIGN SURF IMPEDANCE CONDITIONS
51055
51378
  type: list
51379
+ description: Impedance boundary condition
51056
51380
  required: false
51057
51381
  spec:
51058
51382
  type: all_of
@@ -51099,6 +51423,7 @@ sections:
51099
51423
  required: true
51100
51424
  - name: DESIGN SURF INITIAL FIELD CONDITIONS
51101
51425
  type: list
51426
+ description: Surface Initfield
51102
51427
  required: false
51103
51428
  spec:
51104
51429
  type: all_of
@@ -51134,6 +51459,7 @@ sections:
51134
51459
  required: true
51135
51460
  - name: DESIGN SURF LOCSYS CONDITIONS
51136
51461
  type: list
51462
+ description: Surface local coordinate system
51137
51463
  required: false
51138
51464
  spec:
51139
51465
  type: all_of
@@ -51172,6 +51498,7 @@ sections:
51172
51498
  required: true
51173
51499
  - name: DESIGN SURF MANIFOLD DIRICH CONDITIONS
51174
51500
  type: list
51501
+ description: Surface Dirichlet
51175
51502
  required: false
51176
51503
  spec:
51177
51504
  type: all_of
@@ -51217,6 +51544,7 @@ sections:
51217
51544
  maximum_exclusive: false
51218
51545
  - name: DESIGN SURF MODE FOR KRYLOV SPACE PROJECTION
51219
51546
  type: list
51547
+ description: Surface mode for Krylov space projection
51220
51548
  required: false
51221
51549
  spec:
51222
51550
  type: all_of
@@ -51267,6 +51595,7 @@ sections:
51267
51595
  - name: "projection"
51268
51596
  - name: DESIGN SURF MORTAR CONTACT CONDITIONS 3D
51269
51597
  type: list
51598
+ description: Surface Contact Coupling
51270
51599
  required: false
51271
51600
  spec:
51272
51601
  type: all_of
@@ -51340,6 +51669,7 @@ sections:
51340
51669
  default: null
51341
51670
  - name: DESIGN SURF MORTAR COUPLING CONDITIONS 3D
51342
51671
  type: list
51672
+ description: Surface Mortar Coupling
51343
51673
  required: false
51344
51674
  spec:
51345
51675
  type: all_of
@@ -51377,6 +51707,7 @@ sections:
51377
51707
  - name: "Inactive"
51378
51708
  - name: DESIGN SURF MORTAR MULTI-COUPLING CONDITIONS 3D
51379
51709
  type: list
51710
+ description: Surface Mortar Multi-Coupling
51380
51711
  required: false
51381
51712
  spec:
51382
51713
  type: all_of
@@ -51414,6 +51745,7 @@ sections:
51414
51745
  - name: "Inactive"
51415
51746
  - name: DESIGN SURF NAVIER-SLIP BOUNDARY CONDITIONS
51416
51747
  type: list
51748
+ description: SurfNavierSlip
51417
51749
  required: false
51418
51750
  spec:
51419
51751
  type: all_of
@@ -51436,6 +51768,7 @@ sections:
51436
51768
  required: true
51437
51769
  - name: DESIGN SURF NEUMANN CONDITIONS
51438
51770
  type: list
51771
+ description: Surface Neumann
51439
51772
  required: false
51440
51773
  spec:
51441
51774
  type: all_of
@@ -51488,6 +51821,7 @@ sections:
51488
51821
  - name: "pseudo_orthopressure"
51489
51822
  - name: DESIGN SURF NURBS LS DIRICH CONDITIONS
51490
51823
  type: list
51824
+ description: Surface Dirichlet
51491
51825
  required: false
51492
51826
  spec:
51493
51827
  type: all_of
@@ -51533,6 +51867,7 @@ sections:
51533
51867
  - name: "none"
51534
51868
  - name: DESIGN SURF PERIODIC BOUNDARY CONDITIONS
51535
51869
  type: list
51870
+ description: Surface Periodic
51536
51871
  required: false
51537
51872
  spec:
51538
51873
  type: all_of
@@ -51584,6 +51919,7 @@ sections:
51584
51919
  required: true
51585
51920
  - name: DESIGN SURF PERIODIC RVE 3D BOUNDARY CONDITIONS
51586
51921
  type: list
51922
+ description: definition of surfaces forming 3D periodic boundary conditions
51587
51923
  required: false
51588
51924
  spec:
51589
51925
  type: all_of
@@ -51616,6 +51952,7 @@ sections:
51616
51952
  - name: "z-"
51617
51953
  - name: DESIGN SURF PORO DIRICH CONDITIONS
51618
51954
  type: list
51955
+ description: Surface Dirichlet
51619
51956
  required: false
51620
51957
  spec:
51621
51958
  type: all_of
@@ -51661,6 +51998,7 @@ sections:
51661
51998
  - name: "none"
51662
51999
  - name: DESIGN SURF PORO NEUMANN CONDITIONS
51663
52000
  type: list
52001
+ description: Surface Neumann
51664
52002
  required: false
51665
52003
  spec:
51666
52004
  type: all_of
@@ -51713,6 +52051,7 @@ sections:
51713
52051
  - name: "pseudo_orthopressure"
51714
52052
  - name: DESIGN SURF ROBIN SPRING DASHPOT CONDITIONS
51715
52053
  type: list
52054
+ description: Robin Spring Dashpot
51716
52055
  required: false
51717
52056
  spec:
51718
52057
  type: all_of
@@ -51788,6 +52127,7 @@ sections:
51788
52127
  default: null
51789
52128
  - name: DESIGN SURF ROBIN SPRING DASHPOT COUPLING CONDITIONS
51790
52129
  type: list
52130
+ description: RobinSpring Dashpot Coupling
51791
52131
  required: false
51792
52132
  spec:
51793
52133
  type: all_of
@@ -51810,6 +52150,7 @@ sections:
51810
52150
  required: true
51811
52151
  - name: DESIGN SURF SCATRA MANIFOLD INITIAL FIELD CONDITIONS
51812
52152
  type: list
52153
+ description: Surface ScaTra Manifold Initfield
51813
52154
  required: false
51814
52155
  spec:
51815
52156
  type: all_of
@@ -51838,6 +52179,7 @@ sections:
51838
52179
  required: true
51839
52180
  - name: DESIGN SURF THERMO DIRICH CONDITIONS
51840
52181
  type: list
52182
+ description: Surface Dirichlet
51841
52183
  required: false
51842
52184
  spec:
51843
52185
  type: all_of
@@ -51883,6 +52225,7 @@ sections:
51883
52225
  - name: "none"
51884
52226
  - name: DESIGN SURF THERMO INITIAL FIELD CONDITIONS
51885
52227
  type: list
52228
+ description: 'Set the initial temperature field if the thermo field is solved using a ScaTra discretization (e.g. STI, SSTI) on surfaces'
51886
52229
  required: false
51887
52230
  spec:
51888
52231
  type: all_of
@@ -51912,6 +52255,7 @@ sections:
51912
52255
  required: true
51913
52256
  - name: DESIGN SURF THERMO NEUMANN CONDITIONS
51914
52257
  type: list
52258
+ description: Surface Neumann
51915
52259
  required: false
51916
52260
  spec:
51917
52261
  type: all_of
@@ -51964,6 +52308,7 @@ sections:
51964
52308
  - name: "pseudo_orthopressure"
51965
52309
  - name: DESIGN SURF TOTAL TRACTION CORRECTION CONDITIONS
51966
52310
  type: list
52311
+ description: total traction correction condition
51967
52312
  required: false
51968
52313
  spec:
51969
52314
  type: all_of
@@ -52068,6 +52413,7 @@ sections:
52068
52413
  required: true
52069
52414
  - name: DESIGN SURF TRANSPORT DIRICH CONDITIONS
52070
52415
  type: list
52416
+ description: Surface Dirichlet
52071
52417
  required: false
52072
52418
  spec:
52073
52419
  type: all_of
@@ -52113,6 +52459,7 @@ sections:
52113
52459
  - name: "none"
52114
52460
  - name: DESIGN SURF TRANSPORT NEUMANN CONDITIONS
52115
52461
  type: list
52462
+ description: Surface Neumann
52116
52463
  required: false
52117
52464
  spec:
52118
52465
  type: all_of
@@ -52165,6 +52512,7 @@ sections:
52165
52512
  - name: "pseudo_orthopressure"
52166
52513
  - name: DESIGN SURF TURBULENT INFLOW TRANSFER
52167
52514
  type: list
52515
+ description: TransferTurbulentInflow
52168
52516
  required: false
52169
52517
  spec:
52170
52518
  type: all_of
@@ -52209,6 +52557,7 @@ sections:
52209
52557
  default: null
52210
52558
  - name: DESIGN SURF VOLUMETRIC FLOW CONDITIONS
52211
52559
  type: list
52560
+ description: volumetric surface flow condition
52212
52561
  required: false
52213
52562
  spec:
52214
52563
  type: all_of
@@ -52313,6 +52662,7 @@ sections:
52313
52662
  required: true
52314
52663
  - name: DESIGN SURFACE AREA CONSTRAINT 3D
52315
52664
  type: list
52665
+ description: Surface Area Constraint
52316
52666
  required: false
52317
52667
  spec:
52318
52668
  type: all_of
@@ -52344,6 +52694,7 @@ sections:
52344
52694
  required: true
52345
52695
  - name: DESIGN SURFACE AREA MONITOR 3D
52346
52696
  type: list
52697
+ description: Surface Area Monitor
52347
52698
  required: false
52348
52699
  spec:
52349
52700
  type: all_of
@@ -52376,6 +52727,7 @@ sections:
52376
52727
  - name: "yz"
52377
52728
  - name: DESIGN SURFACE CONSERVATIVE OUTFLOW CONSISTENCY
52378
52729
  type: list
52730
+ description: SurfaceConservativeOutflowConsistency
52379
52731
  required: false
52380
52732
  spec:
52381
52733
  type: all_of
@@ -52395,6 +52747,7 @@ sections:
52395
52747
  - name: element_block_id
52396
52748
  - name: DESIGN SURFACE FLOW-DEPENDENT PRESSURE CONDITIONS
52397
52749
  type: list
52750
+ description: SurfaceFlowDepPressure
52398
52751
  required: false
52399
52752
  spec:
52400
52753
  type: all_of
@@ -52448,6 +52801,7 @@ sections:
52448
52801
  default: null
52449
52802
  - name: DESIGN SURFACE MIXED/HYBRID DIRICHLET CONDITIONS
52450
52803
  type: list
52804
+ description: SurfaceMixHybDirichlet
52451
52805
  required: false
52452
52806
  spec:
52453
52807
  type: all_of
@@ -52503,6 +52857,7 @@ sections:
52503
52857
  - name: "viscous_tangent"
52504
52858
  - name: DESIGN SURFACE MULTIPNT CONSTRAINT 3D
52505
52859
  type: list
52860
+ description: Node on Plane Constraint
52506
52861
  required: false
52507
52862
  spec:
52508
52863
  type: all_of
@@ -52551,6 +52906,7 @@ sections:
52551
52906
  - name: "rel"
52552
52907
  - name: DESIGN SURFACE NEUMANN INTEGRATION
52553
52908
  type: list
52909
+ description: Neumann Integration
52554
52910
  required: false
52555
52911
  spec:
52556
52912
  type: all_of
@@ -52570,6 +52926,7 @@ sections:
52570
52926
  - name: element_block_id
52571
52927
  - name: DESIGN SURFACE NORMAL NO PENETRATION CONDITION
52572
52928
  type: list
52929
+ description: No Penetration
52573
52930
  required: false
52574
52931
  spec:
52575
52932
  type: all_of
@@ -52589,6 +52946,7 @@ sections:
52589
52946
  - name: element_block_id
52590
52947
  - name: DESIGN SURFACE NORMALDIR MULTIPNT CONSTRAINT 3D
52591
52948
  type: list
52949
+ description: Node on Plane Constraint
52592
52950
  required: false
52593
52951
  spec:
52594
52952
  type: all_of
@@ -52648,6 +53006,7 @@ sections:
52648
53006
  - name: "rel"
52649
53007
  - name: DESIGN SURFACE NORMALDIR MULTIPNT CONSTRAINT 3D PEN
52650
53008
  type: list
53009
+ description: Node on Plane Constraint Penalty
52651
53010
  required: false
52652
53011
  spec:
52653
53012
  type: all_of
@@ -52710,6 +53069,7 @@ sections:
52710
53069
  - name: "rel"
52711
53070
  - name: DESIGN SURFACE PARTICLE WALL
52712
53071
  type: list
53072
+ description: Wall for particle interaction with (optional) material definition
52713
53073
  required: false
52714
53074
  spec:
52715
53075
  type: all_of
@@ -52732,6 +53092,7 @@ sections:
52732
53092
  required: true
52733
53093
  - name: DESIGN SURFACE PORO PARTIAL INTEGRATION
52734
53094
  type: list
53095
+ description: Poro Partial Integration
52735
53096
  required: false
52736
53097
  spec:
52737
53098
  type: all_of
@@ -52751,6 +53112,7 @@ sections:
52751
53112
  - name: element_block_id
52752
53113
  - name: DESIGN SURFACE PORO PRESSURE INTEGRATION
52753
53114
  type: list
53115
+ description: Poro Pressure Integration
52754
53116
  required: false
52755
53117
  spec:
52756
53118
  type: all_of
@@ -52770,6 +53132,7 @@ sections:
52770
53132
  - name: element_block_id
52771
53133
  - name: DESIGN SURFACE POROCOUPLING CONDITION
52772
53134
  type: list
53135
+ description: Poro Coupling
52773
53136
  required: false
52774
53137
  spec:
52775
53138
  type: all_of
@@ -52789,6 +53152,7 @@ sections:
52789
53152
  - name: element_block_id
52790
53153
  - name: DESIGN SURFACE SLIP SUPPLEMENTAL CURVED BOUNDARY CONDITIONS
52791
53154
  type: list
53155
+ description: SurfaceSlipSupp
52792
53156
  required: false
52793
53157
  spec:
52794
53158
  type: all_of
@@ -52811,6 +53175,7 @@ sections:
52811
53175
  required: true
52812
53176
  - name: DESIGN SURFACE VOLUME CONSTRAINT 3D
52813
53177
  type: list
53178
+ description: Surface Volume Constraint
52814
53179
  required: false
52815
53180
  spec:
52816
53181
  type: all_of
@@ -52852,6 +53217,7 @@ sections:
52852
53217
  - name: "yz"
52853
53218
  - name: DESIGN SURFACE VOLUME CONSTRAINT 3D PEN
52854
53219
  type: list
53220
+ description: Surface Volume Constraint Penalty
52855
53221
  required: false
52856
53222
  spec:
52857
53223
  type: all_of
@@ -52899,6 +53265,7 @@ sections:
52899
53265
  - name: "yz"
52900
53266
  - name: DESIGN SURFACE VOLUME MONITOR 3D
52901
53267
  type: list
53268
+ description: Surface Volume Monitor
52902
53269
  required: false
52903
53270
  spec:
52904
53271
  type: all_of
@@ -52921,6 +53288,7 @@ sections:
52921
53288
  required: true
52922
53289
  - name: DESIGN SURFACE WEAK DIRICHLET CONDITIONS
52923
53290
  type: list
53291
+ description: SurfaceWeakDirichlet
52924
53292
  required: false
52925
53293
  spec:
52926
53294
  type: all_of
@@ -52986,6 +53354,7 @@ sections:
52986
53354
  default: [0, 0, 0]
52987
53355
  - name: DESIGN SURFACE WEAR CONDITIONS 3D
52988
53356
  type: list
53357
+ description: Surface Ale Wear
52989
53358
  required: false
52990
53359
  spec:
52991
53360
  type: all_of
@@ -53005,6 +53374,7 @@ sections:
53005
53374
  - name: element_block_id
53006
53375
  - name: DESIGN THERMO CONVECTION LINE CONDITIONS
53007
53376
  type: list
53377
+ description: Line Thermo Convections
53008
53378
  required: false
53009
53379
  spec:
53010
53380
  type: all_of
@@ -53051,6 +53421,7 @@ sections:
53051
53421
  default: null
53052
53422
  - name: DESIGN THERMO CONVECTION SURF CONDITIONS
53053
53423
  type: list
53424
+ description: Surface Thermo Convections
53054
53425
  required: false
53055
53426
  spec:
53056
53427
  type: all_of
@@ -53097,6 +53468,7 @@ sections:
53097
53468
  default: null
53098
53469
  - name: DESIGN THERMO ROBIN LINE CONDITIONS
53099
53470
  type: list
53471
+ description: Thermo Robin boundary condition
53100
53472
  required: false
53101
53473
  spec:
53102
53474
  type: all_of
@@ -53130,6 +53502,7 @@ sections:
53130
53502
  required: true
53131
53503
  - name: DESIGN THERMO ROBIN SURF CONDITIONS
53132
53504
  type: list
53505
+ description: Thermo Robin boundary condition
53133
53506
  required: false
53134
53507
  spec:
53135
53508
  type: all_of
@@ -53163,6 +53536,7 @@ sections:
53163
53536
  required: true
53164
53537
  - name: DESIGN TOTAL AND MEAN SCALAR LINE CONDITIONS
53165
53538
  type: list
53539
+ description: calculation of total and mean values of transported scalars
53166
53540
  required: false
53167
53541
  spec:
53168
53542
  type: all_of
@@ -53185,6 +53559,7 @@ sections:
53185
53559
  required: true
53186
53560
  - name: DESIGN TOTAL AND MEAN SCALAR SURF CONDITIONS
53187
53561
  type: list
53562
+ description: calculation of total and mean values of transported scalars
53188
53563
  required: false
53189
53564
  spec:
53190
53565
  type: all_of
@@ -53207,6 +53582,7 @@ sections:
53207
53582
  required: true
53208
53583
  - name: DESIGN TOTAL AND MEAN SCALAR VOL CONDITIONS
53209
53584
  type: list
53585
+ description: calculation of total and mean values of transported scalars
53210
53586
  required: false
53211
53587
  spec:
53212
53588
  type: all_of
@@ -53229,6 +53605,7 @@ sections:
53229
53605
  required: true
53230
53606
  - name: DESIGN TRANSPORT ROBIN LINE CONDITIONS
53231
53607
  type: list
53608
+ description: Scalar Transport Robin Boundary Condition
53232
53609
  required: false
53233
53610
  spec:
53234
53611
  type: all_of
@@ -53262,6 +53639,7 @@ sections:
53262
53639
  required: true
53263
53640
  - name: DESIGN TRANSPORT ROBIN SURF CONDITIONS
53264
53641
  type: list
53642
+ description: Scalar Transport Robin Boundary Condition
53265
53643
  required: false
53266
53644
  spec:
53267
53645
  type: all_of
@@ -53295,6 +53673,7 @@ sections:
53295
53673
  required: true
53296
53674
  - name: DESIGN VOL ALE DIRICH CONDITIONS
53297
53675
  type: list
53676
+ description: Volume Dirichlet
53298
53677
  required: false
53299
53678
  spec:
53300
53679
  type: all_of
@@ -53340,6 +53719,7 @@ sections:
53340
53719
  - name: "none"
53341
53720
  - name: DESIGN VOL DIRICH CONDITIONS
53342
53721
  type: list
53722
+ description: Volume Dirichlet
53343
53723
  required: false
53344
53724
  spec:
53345
53725
  type: all_of
@@ -53385,6 +53765,7 @@ sections:
53385
53765
  - name: "none"
53386
53766
  - name: DESIGN VOL INITIAL FIELD CONDITIONS
53387
53767
  type: list
53768
+ description: Volume Initfield
53388
53769
  required: false
53389
53770
  spec:
53390
53771
  type: all_of
@@ -53420,6 +53801,7 @@ sections:
53420
53801
  required: true
53421
53802
  - name: DESIGN VOL LOCSYS CONDITIONS
53422
53803
  type: list
53804
+ description: Volume local coordinate system
53423
53805
  required: false
53424
53806
  spec:
53425
53807
  type: all_of
@@ -53455,6 +53837,7 @@ sections:
53455
53837
  required: true
53456
53838
  - name: DESIGN VOL MODE FOR KRYLOV SPACE PROJECTION
53457
53839
  type: list
53840
+ description: Volume mode for Krylov space projection
53458
53841
  required: false
53459
53842
  spec:
53460
53843
  type: all_of
@@ -53505,6 +53888,7 @@ sections:
53505
53888
  - name: "projection"
53506
53889
  - name: DESIGN VOL NEUMANN CONDITIONS
53507
53890
  type: list
53891
+ description: Volume Neumann
53508
53892
  required: false
53509
53893
  spec:
53510
53894
  type: all_of
@@ -53557,6 +53941,7 @@ sections:
53557
53941
  - name: "pseudo_orthopressure"
53558
53942
  - name: DESIGN VOL NURBS LS DIRICH CONDITIONS
53559
53943
  type: list
53944
+ description: Volume Dirichlet
53560
53945
  required: false
53561
53946
  spec:
53562
53947
  type: all_of
@@ -53602,6 +53987,7 @@ sections:
53602
53987
  - name: "none"
53603
53988
  - name: DESIGN VOL PORO DIRICH CONDITIONS
53604
53989
  type: list
53990
+ description: Volume Dirichlet
53605
53991
  required: false
53606
53992
  spec:
53607
53993
  type: all_of
@@ -53647,6 +54033,7 @@ sections:
53647
54033
  - name: "none"
53648
54034
  - name: DESIGN VOL PORO NEUMANN CONDITIONS
53649
54035
  type: list
54036
+ description: Volume Neumann
53650
54037
  required: false
53651
54038
  spec:
53652
54039
  type: all_of
@@ -53699,6 +54086,7 @@ sections:
53699
54086
  - name: "pseudo_orthopressure"
53700
54087
  - name: DESIGN VOL STC LAYER
53701
54088
  type: list
54089
+ description: Layer for Multilayered STC
53702
54090
  required: false
53703
54091
  spec:
53704
54092
  type: all_of
@@ -53721,6 +54109,7 @@ sections:
53721
54109
  required: true
53722
54110
  - name: DESIGN VOL THERMO DIRICH CONDITIONS
53723
54111
  type: list
54112
+ description: Volume Dirichlet
53724
54113
  required: false
53725
54114
  spec:
53726
54115
  type: all_of
@@ -53766,6 +54155,7 @@ sections:
53766
54155
  - name: "none"
53767
54156
  - name: DESIGN VOL THERMO INITIAL FIELD CONDITIONS
53768
54157
  type: list
54158
+ description: 'Set the initial temperature field if the thermo field is solved using a ScaTra discretization (e.g. STI, SSTI) on volumes'
53769
54159
  required: false
53770
54160
  spec:
53771
54161
  type: all_of
@@ -53795,6 +54185,7 @@ sections:
53795
54185
  required: true
53796
54186
  - name: DESIGN VOL THERMO NEUMANN CONDITIONS
53797
54187
  type: list
54188
+ description: Volume Neumann
53798
54189
  required: false
53799
54190
  spec:
53800
54191
  type: all_of
@@ -53847,6 +54238,7 @@ sections:
53847
54238
  - name: "pseudo_orthopressure"
53848
54239
  - name: DESIGN VOL TRANSPORT DIRICH CONDITIONS
53849
54240
  type: list
54241
+ description: Volume Dirichlet
53850
54242
  required: false
53851
54243
  spec:
53852
54244
  type: all_of
@@ -53892,6 +54284,7 @@ sections:
53892
54284
  - name: "none"
53893
54285
  - name: DESIGN VOL TRANSPORT NEUMANN CONDITIONS
53894
54286
  type: list
54287
+ description: Volume Neumann
53895
54288
  required: false
53896
54289
  spec:
53897
54290
  type: all_of
@@ -53944,6 +54337,7 @@ sections:
53944
54337
  - name: "pseudo_orthopressure"
53945
54338
  - name: DESIGN VOLUME POROCOUPLING CONDITION
53946
54339
  type: list
54340
+ description: Poro Coupling
53947
54341
  required: false
53948
54342
  spec:
53949
54343
  type: all_of
@@ -53963,6 +54357,7 @@ sections:
53963
54357
  - name: element_block_id
53964
54358
  - name: DESIGN XFEM DISPLACEMENT SURF CONDITIONS
53965
54359
  type: list
54360
+ description: XFEM Surf Displacement
53966
54361
  required: false
53967
54362
  spec:
53968
54363
  type: all_of
@@ -54019,6 +54414,7 @@ sections:
54019
54414
  - name: "none"
54020
54415
  - name: DESIGN XFEM FLUIDFLUID SURF CONDITIONS
54021
54416
  type: list
54417
+ description: XFEM Surf FluidFluid
54022
54418
  required: false
54023
54419
  spec:
54024
54420
  type: all_of
@@ -54049,6 +54445,7 @@ sections:
54049
54445
  - name: "xfluid"
54050
54446
  - name: DESIGN XFEM FPI MONOLITHIC SURF CONDITIONS
54051
54447
  type: list
54448
+ description: XFEM Surf FPI Mono
54052
54449
  required: false
54053
54450
  spec:
54054
54451
  type: all_of
@@ -54096,6 +54493,7 @@ sections:
54096
54493
  default: false
54097
54494
  - name: DESIGN XFEM FSI MONOLITHIC SURF CONDITIONS
54098
54495
  type: list
54496
+ description: XFEM Surf FSI Mono
54099
54497
  required: false
54100
54498
  spec:
54101
54499
  type: all_of
@@ -54146,6 +54544,7 @@ sections:
54146
54544
  default: 0
54147
54545
  - name: DESIGN XFEM FSI PARTITIONED SURF CONDITIONS
54148
54546
  type: list
54547
+ description: XFEM Surf FSI Part
54149
54548
  required: false
54150
54549
  spec:
54151
54550
  type: all_of
@@ -54186,6 +54585,7 @@ sections:
54186
54585
  default: 0
54187
54586
  - name: DESIGN XFEM LEVELSET NAVIER SLIP VOL CONDITIONS
54188
54587
  type: list
54588
+ description: XFEM Levelset Navier Slip
54189
54589
  required: false
54190
54590
  spec:
54191
54591
  type: all_of
@@ -54259,6 +54659,7 @@ sections:
54259
54659
  default: false
54260
54660
  - name: DESIGN XFEM LEVELSET NEUMANN VOL CONDITIONS
54261
54661
  type: list
54662
+ description: XFEM Levelset Neumann
54262
54663
  required: false
54263
54664
  spec:
54264
54665
  type: all_of
@@ -54331,6 +54732,7 @@ sections:
54331
54732
  default: false
54332
54733
  - name: DESIGN XFEM LEVELSET TWOPHASE VOL CONDITIONS
54333
54734
  type: list
54735
+ description: XFEM Levelset Twophase
54334
54736
  required: false
54335
54737
  spec:
54336
54738
  type: all_of
@@ -54370,6 +54772,7 @@ sections:
54370
54772
  required: true
54371
54773
  - name: DESIGN XFEM LEVELSET WEAK DIRICHLET VOL CONDITIONS
54372
54774
  type: list
54775
+ description: XFEM Levelset Weak Dirichlet
54373
54776
  required: false
54374
54777
  spec:
54375
54778
  type: all_of
@@ -54440,6 +54843,7 @@ sections:
54440
54843
  default: 0
54441
54844
  - name: DESIGN XFEM NAVIER SLIP SURF CONDITIONS
54442
54845
  type: list
54846
+ description: XFEM Surf Navier Slip
54443
54847
  required: false
54444
54848
  spec:
54445
54849
  type: all_of
@@ -54496,6 +54900,7 @@ sections:
54496
54900
  default: false
54497
54901
  - name: DESIGN XFEM NEUMANN SURF CONDITIONS
54498
54902
  type: list
54903
+ description: XFEM Surf Neumann
54499
54904
  required: false
54500
54905
  spec:
54501
54906
  type: all_of
@@ -54552,6 +54957,7 @@ sections:
54552
54957
  default: false
54553
54958
  - name: DESIGN XFEM ROBIN DIRICHLET SURF CONDITIONS
54554
54959
  type: list
54960
+ description: XFEM Robin Dirichlet Volume
54555
54961
  required: false
54556
54962
  spec:
54557
54963
  type: all_of
@@ -54618,6 +55024,7 @@ sections:
54618
55024
  - name: "none"
54619
55025
  - name: DESIGN XFEM ROBIN DIRICHLET VOL CONDITIONS
54620
55026
  type: list
55027
+ description: XFEM Robin Dirichlet Volume
54621
55028
  required: false
54622
55029
  spec:
54623
55030
  type: all_of
@@ -54669,6 +55076,7 @@ sections:
54669
55076
  - name: "none"
54670
55077
  - name: DESIGN XFEM ROBIN NEUMANN SURF CONDITIONS
54671
55078
  type: list
55079
+ description: XFEM Robin Neumann Volume
54672
55080
  required: false
54673
55081
  spec:
54674
55082
  type: all_of
@@ -54726,6 +55134,7 @@ sections:
54726
55134
  - name: "pseudo_orthopressure"
54727
55135
  - name: DESIGN XFEM ROBIN NEUMANN VOL CONDITIONS
54728
55136
  type: list
55137
+ description: XFEM Robin Neumann Volume
54729
55138
  required: false
54730
55139
  spec:
54731
55140
  type: all_of
@@ -54780,6 +55189,7 @@ sections:
54780
55189
  - name: "pseudo_orthopressure"
54781
55190
  - name: DESIGN XFEM WEAK DIRICHLET SURF CONDITIONS
54782
55191
  type: list
55192
+ description: XFEM Surf Weak Dirichlet
54783
55193
  required: false
54784
55194
  spec:
54785
55195
  type: all_of
@@ -55313,6 +55723,7 @@ sections:
55313
55723
  default: -1
55314
55724
  - name: ELECTRODE BOUNDARY KINETICS LINE CONDITIONS
55315
55725
  type: list
55726
+ description: line electrode boundary kinetics
55316
55727
  required: false
55317
55728
  spec:
55318
55729
  type: all_of
@@ -55703,6 +56114,7 @@ sections:
55703
56114
  required: true
55704
56115
  - name: ELECTRODE BOUNDARY KINETICS POINT CONDITIONS
55705
56116
  type: list
56117
+ description: point electrode boundary kinetics
55706
56118
  required: false
55707
56119
  spec:
55708
56120
  type: all_of
@@ -56093,6 +56505,7 @@ sections:
56093
56505
  required: true
56094
56506
  - name: ELECTRODE BOUNDARY KINETICS SURF CONDITIONS
56095
56507
  type: list
56508
+ description: surface electrode boundary kinetics
56096
56509
  required: false
56097
56510
  spec:
56098
56511
  type: all_of
@@ -56483,6 +56896,7 @@ sections:
56483
56896
  required: true
56484
56897
  - name: ELECTRODE DOMAIN KINETICS LINE CONDITIONS
56485
56898
  type: list
56899
+ description: line electrode domain kinetics
56486
56900
  required: false
56487
56901
  spec:
56488
56902
  type: all_of
@@ -56553,6 +56967,7 @@ sections:
56553
56967
  required: true
56554
56968
  - name: ELECTRODE DOMAIN KINETICS SURF CONDITIONS
56555
56969
  type: list
56970
+ description: surface electrode domain kinetics
56556
56971
  required: false
56557
56972
  spec:
56558
56973
  type: all_of
@@ -56623,6 +57038,7 @@ sections:
56623
57038
  required: true
56624
57039
  - name: ELECTRODE DOMAIN KINETICS VOL CONDITIONS
56625
57040
  type: list
57041
+ description: volume electrode domain kinetics
56626
57042
  required: false
56627
57043
  spec:
56628
57044
  type: all_of
@@ -57130,12 +57546,20 @@ sections:
57130
57546
  specs:
57131
57547
  - type: all_of
57132
57548
  specs:
57133
- - name: WK
57134
- type: int
57549
+ - name: CONSTRAINT
57550
+ type: enum
57551
+ description: "Which type of Kirchhoff constraint enforcement should be used."
57135
57552
  required: true
57136
- - name: ROTVEC
57137
- type: int
57553
+ choices:
57554
+ - name: strong
57555
+ - name: weak
57556
+ - name: PARAMETRIZATION
57557
+ type: enum
57558
+ description: "Which type of beam parametrization should be used."
57138
57559
  required: true
57560
+ choices:
57561
+ - name: tan
57562
+ - name: rot
57139
57563
  - name: MAT
57140
57564
  type: int
57141
57565
  required: true
@@ -57144,9 +57568,11 @@ sections:
57144
57568
  size: 6
57145
57569
  value_type:
57146
57570
  type: double
57571
+ description: "Nodal triad rotation vectors in reference configuration"
57147
57572
  required: true
57148
57573
  - name: USE_FAD
57149
57574
  type: bool
57575
+ description: "Flag, if automatic differentiation should be used."
57150
57576
  required: false
57151
57577
  default: false
57152
57578
  - type: all_of
@@ -57157,12 +57583,20 @@ sections:
57157
57583
  specs:
57158
57584
  - type: all_of
57159
57585
  specs:
57160
- - name: WK
57161
- type: int
57586
+ - name: CONSTRAINT
57587
+ type: enum
57588
+ description: "Which type of Kirchhoff constraint enforcement should be used."
57162
57589
  required: true
57163
- - name: ROTVEC
57164
- type: int
57590
+ choices:
57591
+ - name: strong
57592
+ - name: weak
57593
+ - name: PARAMETRIZATION
57594
+ type: enum
57595
+ description: "Which type of beam parametrization should be used."
57165
57596
  required: true
57597
+ choices:
57598
+ - name: tan
57599
+ - name: rot
57166
57600
  - name: MAT
57167
57601
  type: int
57168
57602
  required: true
@@ -57171,9 +57605,11 @@ sections:
57171
57605
  size: 9
57172
57606
  value_type:
57173
57607
  type: double
57608
+ description: "Nodal triad rotation vectors in reference configuration"
57174
57609
  required: true
57175
57610
  - name: USE_FAD
57176
57611
  type: bool
57612
+ description: "Flag, if automatic differentiation should be used."
57177
57613
  required: false
57178
57614
  default: false
57179
57615
  - type: all_of
@@ -57184,12 +57620,20 @@ sections:
57184
57620
  specs:
57185
57621
  - type: all_of
57186
57622
  specs:
57187
- - name: WK
57188
- type: int
57623
+ - name: CONSTRAINT
57624
+ type: enum
57625
+ description: "Which type of Kirchhoff constraint enforcement should be used."
57189
57626
  required: true
57190
- - name: ROTVEC
57191
- type: int
57627
+ choices:
57628
+ - name: strong
57629
+ - name: weak
57630
+ - name: PARAMETRIZATION
57631
+ type: enum
57632
+ description: "Which type of beam parametrization should be used."
57192
57633
  required: true
57634
+ choices:
57635
+ - name: tan
57636
+ - name: rot
57193
57637
  - name: MAT
57194
57638
  type: int
57195
57639
  required: true
@@ -57198,9 +57642,11 @@ sections:
57198
57642
  size: 12
57199
57643
  value_type:
57200
57644
  type: double
57645
+ description: "Nodal triad rotation vectors in reference configuration"
57201
57646
  required: true
57202
57647
  - name: USE_FAD
57203
57648
  type: bool
57649
+ description: "Flag, if automatic differentiation should be used."
57204
57650
  required: false
57205
57651
  default: false
57206
57652
  - type: all_of
@@ -66739,12 +67185,20 @@ sections:
66739
67185
  specs:
66740
67186
  - type: all_of
66741
67187
  specs:
66742
- - name: WK
66743
- type: int
67188
+ - name: CONSTRAINT
67189
+ type: enum
67190
+ description: "Which type of Kirchhoff constraint enforcement should be used."
66744
67191
  required: true
66745
- - name: ROTVEC
66746
- type: int
67192
+ choices:
67193
+ - name: strong
67194
+ - name: weak
67195
+ - name: PARAMETRIZATION
67196
+ type: enum
67197
+ description: "Which type of beam parametrization should be used."
66747
67198
  required: true
67199
+ choices:
67200
+ - name: tan
67201
+ - name: rot
66748
67202
  - name: MAT
66749
67203
  type: int
66750
67204
  required: true
@@ -66753,9 +67207,11 @@ sections:
66753
67207
  size: 6
66754
67208
  value_type:
66755
67209
  type: double
67210
+ description: "Nodal triad rotation vectors in reference configuration"
66756
67211
  required: true
66757
67212
  - name: USE_FAD
66758
67213
  type: bool
67214
+ description: "Flag, if automatic differentiation should be used."
66759
67215
  required: false
66760
67216
  default: false
66761
67217
  - type: all_of
@@ -66766,12 +67222,20 @@ sections:
66766
67222
  specs:
66767
67223
  - type: all_of
66768
67224
  specs:
66769
- - name: WK
66770
- type: int
67225
+ - name: CONSTRAINT
67226
+ type: enum
67227
+ description: "Which type of Kirchhoff constraint enforcement should be used."
66771
67228
  required: true
66772
- - name: ROTVEC
66773
- type: int
67229
+ choices:
67230
+ - name: strong
67231
+ - name: weak
67232
+ - name: PARAMETRIZATION
67233
+ type: enum
67234
+ description: "Which type of beam parametrization should be used."
66774
67235
  required: true
67236
+ choices:
67237
+ - name: tan
67238
+ - name: rot
66775
67239
  - name: MAT
66776
67240
  type: int
66777
67241
  required: true
@@ -66780,9 +67244,11 @@ sections:
66780
67244
  size: 9
66781
67245
  value_type:
66782
67246
  type: double
67247
+ description: "Nodal triad rotation vectors in reference configuration"
66783
67248
  required: true
66784
67249
  - name: USE_FAD
66785
67250
  type: bool
67251
+ description: "Flag, if automatic differentiation should be used."
66786
67252
  required: false
66787
67253
  default: false
66788
67254
  - type: all_of
@@ -66793,12 +67259,20 @@ sections:
66793
67259
  specs:
66794
67260
  - type: all_of
66795
67261
  specs:
66796
- - name: WK
66797
- type: int
67262
+ - name: CONSTRAINT
67263
+ type: enum
67264
+ description: "Which type of Kirchhoff constraint enforcement should be used."
66798
67265
  required: true
66799
- - name: ROTVEC
66800
- type: int
67266
+ choices:
67267
+ - name: strong
67268
+ - name: weak
67269
+ - name: PARAMETRIZATION
67270
+ type: enum
67271
+ description: "Which type of beam parametrization should be used."
66801
67272
  required: true
67273
+ choices:
67274
+ - name: tan
67275
+ - name: rot
66802
67276
  - name: MAT
66803
67277
  type: int
66804
67278
  required: true
@@ -66807,9 +67281,11 @@ sections:
66807
67281
  size: 12
66808
67282
  value_type:
66809
67283
  type: double
67284
+ description: "Nodal triad rotation vectors in reference configuration"
66810
67285
  required: true
66811
67286
  - name: USE_FAD
66812
67287
  type: bool
67288
+ description: "Flag, if automatic differentiation should be used."
66813
67289
  required: false
66814
67290
  default: false
66815
67291
  - type: all_of
@@ -75000,6 +75476,7 @@ sections:
75000
75476
  required: true
75001
75477
  - name: FLUID NEUMANN INFLOW LINE CONDITIONS
75002
75478
  type: list
75479
+ description: Line Fluid Neumann Inflow
75003
75480
  required: false
75004
75481
  spec:
75005
75482
  type: all_of
@@ -75019,6 +75496,7 @@ sections:
75019
75496
  - name: element_block_id
75020
75497
  - name: FLUID NEUMANN INFLOW SURF CONDITIONS
75021
75498
  type: list
75499
+ description: Surface Fluid Neumann Inflow
75022
75500
  required: false
75023
75501
  spec:
75024
75502
  type: all_of
@@ -75038,6 +75516,7 @@ sections:
75038
75516
  - name: element_block_id
75039
75517
  - name: FLUID TURBULENT INFLOW VOLUME
75040
75518
  type: list
75519
+ description: TurbulentInflowSection
75041
75520
  required: false
75042
75521
  spec:
75043
75522
  type: all_of
@@ -78228,12 +78707,20 @@ sections:
78228
78707
  specs:
78229
78708
  - type: all_of
78230
78709
  specs:
78231
- - name: WK
78232
- type: int
78710
+ - name: CONSTRAINT
78711
+ type: enum
78712
+ description: "Which type of Kirchhoff constraint enforcement should be used."
78233
78713
  required: true
78234
- - name: ROTVEC
78235
- type: int
78714
+ choices:
78715
+ - name: strong
78716
+ - name: weak
78717
+ - name: PARAMETRIZATION
78718
+ type: enum
78719
+ description: "Which type of beam parametrization should be used."
78236
78720
  required: true
78721
+ choices:
78722
+ - name: tan
78723
+ - name: rot
78237
78724
  - name: MAT
78238
78725
  type: int
78239
78726
  required: true
@@ -78242,9 +78729,11 @@ sections:
78242
78729
  size: 6
78243
78730
  value_type:
78244
78731
  type: double
78732
+ description: "Nodal triad rotation vectors in reference configuration"
78245
78733
  required: true
78246
78734
  - name: USE_FAD
78247
78735
  type: bool
78736
+ description: "Flag, if automatic differentiation should be used."
78248
78737
  required: false
78249
78738
  default: false
78250
78739
  - type: all_of
@@ -78255,12 +78744,20 @@ sections:
78255
78744
  specs:
78256
78745
  - type: all_of
78257
78746
  specs:
78258
- - name: WK
78259
- type: int
78747
+ - name: CONSTRAINT
78748
+ type: enum
78749
+ description: "Which type of Kirchhoff constraint enforcement should be used."
78260
78750
  required: true
78261
- - name: ROTVEC
78262
- type: int
78751
+ choices:
78752
+ - name: strong
78753
+ - name: weak
78754
+ - name: PARAMETRIZATION
78755
+ type: enum
78756
+ description: "Which type of beam parametrization should be used."
78263
78757
  required: true
78758
+ choices:
78759
+ - name: tan
78760
+ - name: rot
78264
78761
  - name: MAT
78265
78762
  type: int
78266
78763
  required: true
@@ -78269,9 +78766,11 @@ sections:
78269
78766
  size: 9
78270
78767
  value_type:
78271
78768
  type: double
78769
+ description: "Nodal triad rotation vectors in reference configuration"
78272
78770
  required: true
78273
78771
  - name: USE_FAD
78274
78772
  type: bool
78773
+ description: "Flag, if automatic differentiation should be used."
78275
78774
  required: false
78276
78775
  default: false
78277
78776
  - type: all_of
@@ -78282,12 +78781,20 @@ sections:
78282
78781
  specs:
78283
78782
  - type: all_of
78284
78783
  specs:
78285
- - name: WK
78286
- type: int
78784
+ - name: CONSTRAINT
78785
+ type: enum
78786
+ description: "Which type of Kirchhoff constraint enforcement should be used."
78287
78787
  required: true
78288
- - name: ROTVEC
78289
- type: int
78788
+ choices:
78789
+ - name: strong
78790
+ - name: weak
78791
+ - name: PARAMETRIZATION
78792
+ type: enum
78793
+ description: "Which type of beam parametrization should be used."
78290
78794
  required: true
78795
+ choices:
78796
+ - name: tan
78797
+ - name: rot
78291
78798
  - name: MAT
78292
78799
  type: int
78293
78800
  required: true
@@ -78296,9 +78803,11 @@ sections:
78296
78803
  size: 12
78297
78804
  value_type:
78298
78805
  type: double
78806
+ description: "Nodal triad rotation vectors in reference configuration"
78299
78807
  required: true
78300
78808
  - name: USE_FAD
78301
78809
  type: bool
78810
+ description: "Flag, if automatic differentiation should be used."
78302
78811
  required: false
78303
78812
  default: false
78304
78813
  - type: all_of
@@ -86677,12 +87186,20 @@ sections:
86677
87186
  specs:
86678
87187
  - type: all_of
86679
87188
  specs:
86680
- - name: WK
86681
- type: int
87189
+ - name: CONSTRAINT
87190
+ type: enum
87191
+ description: "Which type of Kirchhoff constraint enforcement should be used."
86682
87192
  required: true
86683
- - name: ROTVEC
86684
- type: int
87193
+ choices:
87194
+ - name: strong
87195
+ - name: weak
87196
+ - name: PARAMETRIZATION
87197
+ type: enum
87198
+ description: "Which type of beam parametrization should be used."
86685
87199
  required: true
87200
+ choices:
87201
+ - name: tan
87202
+ - name: rot
86686
87203
  - name: MAT
86687
87204
  type: int
86688
87205
  required: true
@@ -86691,9 +87208,11 @@ sections:
86691
87208
  size: 6
86692
87209
  value_type:
86693
87210
  type: double
87211
+ description: "Nodal triad rotation vectors in reference configuration"
86694
87212
  required: true
86695
87213
  - name: USE_FAD
86696
87214
  type: bool
87215
+ description: "Flag, if automatic differentiation should be used."
86697
87216
  required: false
86698
87217
  default: false
86699
87218
  - type: all_of
@@ -86704,12 +87223,20 @@ sections:
86704
87223
  specs:
86705
87224
  - type: all_of
86706
87225
  specs:
86707
- - name: WK
86708
- type: int
87226
+ - name: CONSTRAINT
87227
+ type: enum
87228
+ description: "Which type of Kirchhoff constraint enforcement should be used."
86709
87229
  required: true
86710
- - name: ROTVEC
86711
- type: int
87230
+ choices:
87231
+ - name: strong
87232
+ - name: weak
87233
+ - name: PARAMETRIZATION
87234
+ type: enum
87235
+ description: "Which type of beam parametrization should be used."
86712
87236
  required: true
87237
+ choices:
87238
+ - name: tan
87239
+ - name: rot
86713
87240
  - name: MAT
86714
87241
  type: int
86715
87242
  required: true
@@ -86718,9 +87245,11 @@ sections:
86718
87245
  size: 9
86719
87246
  value_type:
86720
87247
  type: double
87248
+ description: "Nodal triad rotation vectors in reference configuration"
86721
87249
  required: true
86722
87250
  - name: USE_FAD
86723
87251
  type: bool
87252
+ description: "Flag, if automatic differentiation should be used."
86724
87253
  required: false
86725
87254
  default: false
86726
87255
  - type: all_of
@@ -86731,12 +87260,20 @@ sections:
86731
87260
  specs:
86732
87261
  - type: all_of
86733
87262
  specs:
86734
- - name: WK
86735
- type: int
87263
+ - name: CONSTRAINT
87264
+ type: enum
87265
+ description: "Which type of Kirchhoff constraint enforcement should be used."
86736
87266
  required: true
86737
- - name: ROTVEC
86738
- type: int
87267
+ choices:
87268
+ - name: strong
87269
+ - name: weak
87270
+ - name: PARAMETRIZATION
87271
+ type: enum
87272
+ description: "Which type of beam parametrization should be used."
86739
87273
  required: true
87274
+ choices:
87275
+ - name: tan
87276
+ - name: rot
86740
87277
  - name: MAT
86741
87278
  type: int
86742
87279
  required: true
@@ -86745,9 +87282,11 @@ sections:
86745
87282
  size: 12
86746
87283
  value_type:
86747
87284
  type: double
87285
+ description: "Nodal triad rotation vectors in reference configuration"
86748
87286
  required: true
86749
87287
  - name: USE_FAD
86750
87288
  type: bool
87289
+ description: "Flag, if automatic differentiation should be used."
86751
87290
  required: false
86752
87291
  default: false
86753
87292
  - type: all_of
@@ -103179,6 +103718,7 @@ sections:
103179
103718
  default: 0
103180
103719
  - name: MICROSCALE CONDITIONS
103181
103720
  type: list
103721
+ description: Microscale Boundary
103182
103722
  required: false
103183
103723
  spec:
103184
103724
  type: all_of
@@ -104547,12 +105087,20 @@ sections:
104547
105087
  specs:
104548
105088
  - type: all_of
104549
105089
  specs:
104550
- - name: WK
104551
- type: int
105090
+ - name: CONSTRAINT
105091
+ type: enum
105092
+ description: "Which type of Kirchhoff constraint enforcement should be used."
104552
105093
  required: true
104553
- - name: ROTVEC
104554
- type: int
105094
+ choices:
105095
+ - name: strong
105096
+ - name: weak
105097
+ - name: PARAMETRIZATION
105098
+ type: enum
105099
+ description: "Which type of beam parametrization should be used."
104555
105100
  required: true
105101
+ choices:
105102
+ - name: tan
105103
+ - name: rot
104556
105104
  - name: MAT
104557
105105
  type: int
104558
105106
  required: true
@@ -104561,9 +105109,11 @@ sections:
104561
105109
  size: 6
104562
105110
  value_type:
104563
105111
  type: double
105112
+ description: "Nodal triad rotation vectors in reference configuration"
104564
105113
  required: true
104565
105114
  - name: USE_FAD
104566
105115
  type: bool
105116
+ description: "Flag, if automatic differentiation should be used."
104567
105117
  required: false
104568
105118
  default: false
104569
105119
  - type: all_of
@@ -104574,12 +105124,20 @@ sections:
104574
105124
  specs:
104575
105125
  - type: all_of
104576
105126
  specs:
104577
- - name: WK
104578
- type: int
105127
+ - name: CONSTRAINT
105128
+ type: enum
105129
+ description: "Which type of Kirchhoff constraint enforcement should be used."
104579
105130
  required: true
104580
- - name: ROTVEC
104581
- type: int
105131
+ choices:
105132
+ - name: strong
105133
+ - name: weak
105134
+ - name: PARAMETRIZATION
105135
+ type: enum
105136
+ description: "Which type of beam parametrization should be used."
104582
105137
  required: true
105138
+ choices:
105139
+ - name: tan
105140
+ - name: rot
104583
105141
  - name: MAT
104584
105142
  type: int
104585
105143
  required: true
@@ -104588,9 +105146,11 @@ sections:
104588
105146
  size: 9
104589
105147
  value_type:
104590
105148
  type: double
105149
+ description: "Nodal triad rotation vectors in reference configuration"
104591
105150
  required: true
104592
105151
  - name: USE_FAD
104593
105152
  type: bool
105153
+ description: "Flag, if automatic differentiation should be used."
104594
105154
  required: false
104595
105155
  default: false
104596
105156
  - type: all_of
@@ -104601,12 +105161,20 @@ sections:
104601
105161
  specs:
104602
105162
  - type: all_of
104603
105163
  specs:
104604
- - name: WK
104605
- type: int
105164
+ - name: CONSTRAINT
105165
+ type: enum
105166
+ description: "Which type of Kirchhoff constraint enforcement should be used."
104606
105167
  required: true
104607
- - name: ROTVEC
104608
- type: int
105168
+ choices:
105169
+ - name: strong
105170
+ - name: weak
105171
+ - name: PARAMETRIZATION
105172
+ type: enum
105173
+ description: "Which type of beam parametrization should be used."
104609
105174
  required: true
105175
+ choices:
105176
+ - name: tan
105177
+ - name: rot
104610
105178
  - name: MAT
104611
105179
  type: int
104612
105180
  required: true
@@ -104615,9 +105183,11 @@ sections:
104615
105183
  size: 12
104616
105184
  value_type:
104617
105185
  type: double
105186
+ description: "Nodal triad rotation vectors in reference configuration"
104618
105187
  required: true
104619
105188
  - name: USE_FAD
104620
105189
  type: bool
105190
+ description: "Flag, if automatic differentiation should be used."
104621
105191
  required: false
104622
105192
  default: false
104623
105193
  - type: all_of
@@ -112811,12 +113381,20 @@ sections:
112811
113381
  specs:
112812
113382
  - type: all_of
112813
113383
  specs:
112814
- - name: WK
112815
- type: int
113384
+ - name: CONSTRAINT
113385
+ type: enum
113386
+ description: "Which type of Kirchhoff constraint enforcement should be used."
112816
113387
  required: true
112817
- - name: ROTVEC
112818
- type: int
113388
+ choices:
113389
+ - name: strong
113390
+ - name: weak
113391
+ - name: PARAMETRIZATION
113392
+ type: enum
113393
+ description: "Which type of beam parametrization should be used."
112819
113394
  required: true
113395
+ choices:
113396
+ - name: tan
113397
+ - name: rot
112820
113398
  - name: MAT
112821
113399
  type: int
112822
113400
  required: true
@@ -112825,9 +113403,11 @@ sections:
112825
113403
  size: 6
112826
113404
  value_type:
112827
113405
  type: double
113406
+ description: "Nodal triad rotation vectors in reference configuration"
112828
113407
  required: true
112829
113408
  - name: USE_FAD
112830
113409
  type: bool
113410
+ description: "Flag, if automatic differentiation should be used."
112831
113411
  required: false
112832
113412
  default: false
112833
113413
  - type: all_of
@@ -112838,12 +113418,20 @@ sections:
112838
113418
  specs:
112839
113419
  - type: all_of
112840
113420
  specs:
112841
- - name: WK
112842
- type: int
113421
+ - name: CONSTRAINT
113422
+ type: enum
113423
+ description: "Which type of Kirchhoff constraint enforcement should be used."
112843
113424
  required: true
112844
- - name: ROTVEC
112845
- type: int
113425
+ choices:
113426
+ - name: strong
113427
+ - name: weak
113428
+ - name: PARAMETRIZATION
113429
+ type: enum
113430
+ description: "Which type of beam parametrization should be used."
112846
113431
  required: true
113432
+ choices:
113433
+ - name: tan
113434
+ - name: rot
112847
113435
  - name: MAT
112848
113436
  type: int
112849
113437
  required: true
@@ -112852,9 +113440,11 @@ sections:
112852
113440
  size: 9
112853
113441
  value_type:
112854
113442
  type: double
113443
+ description: "Nodal triad rotation vectors in reference configuration"
112855
113444
  required: true
112856
113445
  - name: USE_FAD
112857
113446
  type: bool
113447
+ description: "Flag, if automatic differentiation should be used."
112858
113448
  required: false
112859
113449
  default: false
112860
113450
  - type: all_of
@@ -112865,12 +113455,20 @@ sections:
112865
113455
  specs:
112866
113456
  - type: all_of
112867
113457
  specs:
112868
- - name: WK
112869
- type: int
113458
+ - name: CONSTRAINT
113459
+ type: enum
113460
+ description: "Which type of Kirchhoff constraint enforcement should be used."
112870
113461
  required: true
112871
- - name: ROTVEC
112872
- type: int
113462
+ choices:
113463
+ - name: strong
113464
+ - name: weak
113465
+ - name: PARAMETRIZATION
113466
+ type: enum
113467
+ description: "Which type of beam parametrization should be used."
112873
113468
  required: true
113469
+ choices:
113470
+ - name: tan
113471
+ - name: rot
112874
113472
  - name: MAT
112875
113473
  type: int
112876
113474
  required: true
@@ -112879,9 +113477,11 @@ sections:
112879
113477
  size: 12
112880
113478
  value_type:
112881
113479
  type: double
113480
+ description: "Nodal triad rotation vectors in reference configuration"
112882
113481
  required: true
112883
113482
  - name: USE_FAD
112884
113483
  type: bool
113484
+ description: "Flag, if automatic differentiation should be used."
112885
113485
  required: false
112886
113486
  default: false
112887
113487
  - type: all_of
@@ -121837,12 +122437,20 @@ sections:
121837
122437
  specs:
121838
122438
  - type: all_of
121839
122439
  specs:
121840
- - name: WK
121841
- type: int
122440
+ - name: CONSTRAINT
122441
+ type: enum
122442
+ description: "Which type of Kirchhoff constraint enforcement should be used."
121842
122443
  required: true
121843
- - name: ROTVEC
121844
- type: int
122444
+ choices:
122445
+ - name: strong
122446
+ - name: weak
122447
+ - name: PARAMETRIZATION
122448
+ type: enum
122449
+ description: "Which type of beam parametrization should be used."
121845
122450
  required: true
122451
+ choices:
122452
+ - name: tan
122453
+ - name: rot
121846
122454
  - name: MAT
121847
122455
  type: int
121848
122456
  required: true
@@ -121851,9 +122459,11 @@ sections:
121851
122459
  size: 6
121852
122460
  value_type:
121853
122461
  type: double
122462
+ description: "Nodal triad rotation vectors in reference configuration"
121854
122463
  required: true
121855
122464
  - name: USE_FAD
121856
122465
  type: bool
122466
+ description: "Flag, if automatic differentiation should be used."
121857
122467
  required: false
121858
122468
  default: false
121859
122469
  - type: all_of
@@ -121864,12 +122474,20 @@ sections:
121864
122474
  specs:
121865
122475
  - type: all_of
121866
122476
  specs:
121867
- - name: WK
121868
- type: int
122477
+ - name: CONSTRAINT
122478
+ type: enum
122479
+ description: "Which type of Kirchhoff constraint enforcement should be used."
121869
122480
  required: true
121870
- - name: ROTVEC
121871
- type: int
122481
+ choices:
122482
+ - name: strong
122483
+ - name: weak
122484
+ - name: PARAMETRIZATION
122485
+ type: enum
122486
+ description: "Which type of beam parametrization should be used."
121872
122487
  required: true
122488
+ choices:
122489
+ - name: tan
122490
+ - name: rot
121873
122491
  - name: MAT
121874
122492
  type: int
121875
122493
  required: true
@@ -121878,9 +122496,11 @@ sections:
121878
122496
  size: 9
121879
122497
  value_type:
121880
122498
  type: double
122499
+ description: "Nodal triad rotation vectors in reference configuration"
121881
122500
  required: true
121882
122501
  - name: USE_FAD
121883
122502
  type: bool
122503
+ description: "Flag, if automatic differentiation should be used."
121884
122504
  required: false
121885
122505
  default: false
121886
122506
  - type: all_of
@@ -121891,12 +122511,20 @@ sections:
121891
122511
  specs:
121892
122512
  - type: all_of
121893
122513
  specs:
121894
- - name: WK
121895
- type: int
122514
+ - name: CONSTRAINT
122515
+ type: enum
122516
+ description: "Which type of Kirchhoff constraint enforcement should be used."
121896
122517
  required: true
121897
- - name: ROTVEC
121898
- type: int
122518
+ choices:
122519
+ - name: strong
122520
+ - name: weak
122521
+ - name: PARAMETRIZATION
122522
+ type: enum
122523
+ description: "Which type of beam parametrization should be used."
121899
122524
  required: true
122525
+ choices:
122526
+ - name: tan
122527
+ - name: rot
121900
122528
  - name: MAT
121901
122529
  type: int
121902
122530
  required: true
@@ -121905,9 +122533,11 @@ sections:
121905
122533
  size: 12
121906
122534
  value_type:
121907
122535
  type: double
122536
+ description: "Nodal triad rotation vectors in reference configuration"
121908
122537
  required: true
121909
122538
  - name: USE_FAD
121910
122539
  type: bool
122540
+ description: "Flag, if automatic differentiation should be used."
121911
122541
  required: false
121912
122542
  default: false
121913
122543
  - type: all_of
@@ -130101,12 +130731,20 @@ sections:
130101
130731
  specs:
130102
130732
  - type: all_of
130103
130733
  specs:
130104
- - name: WK
130105
- type: int
130734
+ - name: CONSTRAINT
130735
+ type: enum
130736
+ description: "Which type of Kirchhoff constraint enforcement should be used."
130106
130737
  required: true
130107
- - name: ROTVEC
130108
- type: int
130738
+ choices:
130739
+ - name: strong
130740
+ - name: weak
130741
+ - name: PARAMETRIZATION
130742
+ type: enum
130743
+ description: "Which type of beam parametrization should be used."
130109
130744
  required: true
130745
+ choices:
130746
+ - name: tan
130747
+ - name: rot
130110
130748
  - name: MAT
130111
130749
  type: int
130112
130750
  required: true
@@ -130115,9 +130753,11 @@ sections:
130115
130753
  size: 6
130116
130754
  value_type:
130117
130755
  type: double
130756
+ description: "Nodal triad rotation vectors in reference configuration"
130118
130757
  required: true
130119
130758
  - name: USE_FAD
130120
130759
  type: bool
130760
+ description: "Flag, if automatic differentiation should be used."
130121
130761
  required: false
130122
130762
  default: false
130123
130763
  - type: all_of
@@ -130128,12 +130768,20 @@ sections:
130128
130768
  specs:
130129
130769
  - type: all_of
130130
130770
  specs:
130131
- - name: WK
130132
- type: int
130771
+ - name: CONSTRAINT
130772
+ type: enum
130773
+ description: "Which type of Kirchhoff constraint enforcement should be used."
130133
130774
  required: true
130134
- - name: ROTVEC
130135
- type: int
130775
+ choices:
130776
+ - name: strong
130777
+ - name: weak
130778
+ - name: PARAMETRIZATION
130779
+ type: enum
130780
+ description: "Which type of beam parametrization should be used."
130136
130781
  required: true
130782
+ choices:
130783
+ - name: tan
130784
+ - name: rot
130137
130785
  - name: MAT
130138
130786
  type: int
130139
130787
  required: true
@@ -130142,9 +130790,11 @@ sections:
130142
130790
  size: 9
130143
130791
  value_type:
130144
130792
  type: double
130793
+ description: "Nodal triad rotation vectors in reference configuration"
130145
130794
  required: true
130146
130795
  - name: USE_FAD
130147
130796
  type: bool
130797
+ description: "Flag, if automatic differentiation should be used."
130148
130798
  required: false
130149
130799
  default: false
130150
130800
  - type: all_of
@@ -130155,12 +130805,20 @@ sections:
130155
130805
  specs:
130156
130806
  - type: all_of
130157
130807
  specs:
130158
- - name: WK
130159
- type: int
130808
+ - name: CONSTRAINT
130809
+ type: enum
130810
+ description: "Which type of Kirchhoff constraint enforcement should be used."
130160
130811
  required: true
130161
- - name: ROTVEC
130162
- type: int
130812
+ choices:
130813
+ - name: strong
130814
+ - name: weak
130815
+ - name: PARAMETRIZATION
130816
+ type: enum
130817
+ description: "Which type of beam parametrization should be used."
130163
130818
  required: true
130819
+ choices:
130820
+ - name: tan
130821
+ - name: rot
130164
130822
  - name: MAT
130165
130823
  type: int
130166
130824
  required: true
@@ -130169,9 +130827,11 @@ sections:
130169
130827
  size: 12
130170
130828
  value_type:
130171
130829
  type: double
130830
+ description: "Nodal triad rotation vectors in reference configuration"
130172
130831
  required: true
130173
130832
  - name: USE_FAD
130174
130833
  type: bool
130834
+ description: "Flag, if automatic differentiation should be used."
130175
130835
  required: false
130176
130836
  default: false
130177
130837
  - type: all_of
@@ -138443,6 +139103,7 @@ sections:
138443
139103
  default: 800
138444
139104
  - name: REINITIALIZATION TAYLOR GALERKIN SURF CONDITIONS
138445
139105
  type: list
139106
+ description: Surface reinitialization Taylor Galerkin
138446
139107
  required: false
138447
139108
  spec:
138448
139109
  type: all_of
@@ -139999,6 +140660,7 @@ sections:
139999
140660
  default: 0
140000
140661
  - name: SCATRA FLUX CALC LINE CONDITIONS
140001
140662
  type: list
140663
+ description: Scalar Transport Boundary Flux Calculation
140002
140664
  required: false
140003
140665
  spec:
140004
140666
  type: all_of
@@ -140018,6 +140680,7 @@ sections:
140018
140680
  - name: element_block_id
140019
140681
  - name: SCATRA FLUX CALC SURF CONDITIONS
140020
140682
  type: list
140683
+ description: Scalar Transport Boundary Flux Calculation
140021
140684
  required: false
140022
140685
  spec:
140023
140686
  type: all_of
@@ -143214,12 +143877,20 @@ sections:
143214
143877
  specs:
143215
143878
  - type: all_of
143216
143879
  specs:
143217
- - name: WK
143218
- type: int
143880
+ - name: CONSTRAINT
143881
+ type: enum
143882
+ description: "Which type of Kirchhoff constraint enforcement should be used."
143219
143883
  required: true
143220
- - name: ROTVEC
143221
- type: int
143884
+ choices:
143885
+ - name: strong
143886
+ - name: weak
143887
+ - name: PARAMETRIZATION
143888
+ type: enum
143889
+ description: "Which type of beam parametrization should be used."
143222
143890
  required: true
143891
+ choices:
143892
+ - name: tan
143893
+ - name: rot
143223
143894
  - name: MAT
143224
143895
  type: int
143225
143896
  required: true
@@ -143228,9 +143899,11 @@ sections:
143228
143899
  size: 6
143229
143900
  value_type:
143230
143901
  type: double
143902
+ description: "Nodal triad rotation vectors in reference configuration"
143231
143903
  required: true
143232
143904
  - name: USE_FAD
143233
143905
  type: bool
143906
+ description: "Flag, if automatic differentiation should be used."
143234
143907
  required: false
143235
143908
  default: false
143236
143909
  - type: all_of
@@ -143241,12 +143914,20 @@ sections:
143241
143914
  specs:
143242
143915
  - type: all_of
143243
143916
  specs:
143244
- - name: WK
143245
- type: int
143917
+ - name: CONSTRAINT
143918
+ type: enum
143919
+ description: "Which type of Kirchhoff constraint enforcement should be used."
143246
143920
  required: true
143247
- - name: ROTVEC
143248
- type: int
143921
+ choices:
143922
+ - name: strong
143923
+ - name: weak
143924
+ - name: PARAMETRIZATION
143925
+ type: enum
143926
+ description: "Which type of beam parametrization should be used."
143249
143927
  required: true
143928
+ choices:
143929
+ - name: tan
143930
+ - name: rot
143250
143931
  - name: MAT
143251
143932
  type: int
143252
143933
  required: true
@@ -143255,9 +143936,11 @@ sections:
143255
143936
  size: 9
143256
143937
  value_type:
143257
143938
  type: double
143939
+ description: "Nodal triad rotation vectors in reference configuration"
143258
143940
  required: true
143259
143941
  - name: USE_FAD
143260
143942
  type: bool
143943
+ description: "Flag, if automatic differentiation should be used."
143261
143944
  required: false
143262
143945
  default: false
143263
143946
  - type: all_of
@@ -143268,12 +143951,20 @@ sections:
143268
143951
  specs:
143269
143952
  - type: all_of
143270
143953
  specs:
143271
- - name: WK
143272
- type: int
143954
+ - name: CONSTRAINT
143955
+ type: enum
143956
+ description: "Which type of Kirchhoff constraint enforcement should be used."
143273
143957
  required: true
143274
- - name: ROTVEC
143275
- type: int
143958
+ choices:
143959
+ - name: strong
143960
+ - name: weak
143961
+ - name: PARAMETRIZATION
143962
+ type: enum
143963
+ description: "Which type of beam parametrization should be used."
143276
143964
  required: true
143965
+ choices:
143966
+ - name: tan
143967
+ - name: rot
143277
143968
  - name: MAT
143278
143969
  type: int
143279
143970
  required: true
@@ -143282,9 +143973,11 @@ sections:
143282
143973
  size: 12
143283
143974
  value_type:
143284
143975
  type: double
143976
+ description: "Nodal triad rotation vectors in reference configuration"
143285
143977
  required: true
143286
143978
  - name: USE_FAD
143287
143979
  type: bool
143980
+ description: "Flag, if automatic differentiation should be used."
143288
143981
  required: false
143289
143982
  default: false
143290
143983
  - type: all_of
@@ -151478,12 +152171,20 @@ sections:
151478
152171
  specs:
151479
152172
  - type: all_of
151480
152173
  specs:
151481
- - name: WK
151482
- type: int
152174
+ - name: CONSTRAINT
152175
+ type: enum
152176
+ description: "Which type of Kirchhoff constraint enforcement should be used."
151483
152177
  required: true
151484
- - name: ROTVEC
151485
- type: int
152178
+ choices:
152179
+ - name: strong
152180
+ - name: weak
152181
+ - name: PARAMETRIZATION
152182
+ type: enum
152183
+ description: "Which type of beam parametrization should be used."
151486
152184
  required: true
152185
+ choices:
152186
+ - name: tan
152187
+ - name: rot
151487
152188
  - name: MAT
151488
152189
  type: int
151489
152190
  required: true
@@ -151492,9 +152193,11 @@ sections:
151492
152193
  size: 6
151493
152194
  value_type:
151494
152195
  type: double
152196
+ description: "Nodal triad rotation vectors in reference configuration"
151495
152197
  required: true
151496
152198
  - name: USE_FAD
151497
152199
  type: bool
152200
+ description: "Flag, if automatic differentiation should be used."
151498
152201
  required: false
151499
152202
  default: false
151500
152203
  - type: all_of
@@ -151505,12 +152208,20 @@ sections:
151505
152208
  specs:
151506
152209
  - type: all_of
151507
152210
  specs:
151508
- - name: WK
151509
- type: int
152211
+ - name: CONSTRAINT
152212
+ type: enum
152213
+ description: "Which type of Kirchhoff constraint enforcement should be used."
151510
152214
  required: true
151511
- - name: ROTVEC
151512
- type: int
152215
+ choices:
152216
+ - name: strong
152217
+ - name: weak
152218
+ - name: PARAMETRIZATION
152219
+ type: enum
152220
+ description: "Which type of beam parametrization should be used."
151513
152221
  required: true
152222
+ choices:
152223
+ - name: tan
152224
+ - name: rot
151514
152225
  - name: MAT
151515
152226
  type: int
151516
152227
  required: true
@@ -151519,9 +152230,11 @@ sections:
151519
152230
  size: 9
151520
152231
  value_type:
151521
152232
  type: double
152233
+ description: "Nodal triad rotation vectors in reference configuration"
151522
152234
  required: true
151523
152235
  - name: USE_FAD
151524
152236
  type: bool
152237
+ description: "Flag, if automatic differentiation should be used."
151525
152238
  required: false
151526
152239
  default: false
151527
152240
  - type: all_of
@@ -151532,12 +152245,20 @@ sections:
151532
152245
  specs:
151533
152246
  - type: all_of
151534
152247
  specs:
151535
- - name: WK
151536
- type: int
152248
+ - name: CONSTRAINT
152249
+ type: enum
152250
+ description: "Which type of Kirchhoff constraint enforcement should be used."
151537
152251
  required: true
151538
- - name: ROTVEC
151539
- type: int
152252
+ choices:
152253
+ - name: strong
152254
+ - name: weak
152255
+ - name: PARAMETRIZATION
152256
+ type: enum
152257
+ description: "Which type of beam parametrization should be used."
151540
152258
  required: true
152259
+ choices:
152260
+ - name: tan
152261
+ - name: rot
151541
152262
  - name: MAT
151542
152263
  type: int
151543
152264
  required: true
@@ -151546,9 +152267,11 @@ sections:
151546
152267
  size: 12
151547
152268
  value_type:
151548
152269
  type: double
152270
+ description: "Nodal triad rotation vectors in reference configuration"
151549
152271
  required: true
151550
152272
  - name: USE_FAD
151551
152273
  type: bool
152274
+ description: "Flag, if automatic differentiation should be used."
151552
152275
  required: false
151553
152276
  default: false
151554
152277
  - type: all_of
@@ -159739,6 +160462,7 @@ sections:
159739
160462
  required: true
159740
160463
  - name: TAYLOR GALERKIN NEUMANN INFLOW SURF CONDITIONS
159741
160464
  type: list
160465
+ description: Surface Taylor Galerkin Neumann Inflow
159742
160466
  required: false
159743
160467
  spec:
159744
160468
  type: all_of
@@ -159758,6 +160482,7 @@ sections:
159758
160482
  - name: element_block_id
159759
160483
  - name: TAYLOR GALERKIN OUTFLOW SURF CONDITIONS
159760
160484
  type: list
160485
+ description: Surface Taylor Galerkin Outflow
159761
160486
  required: false
159762
160487
  spec:
159763
160488
  type: all_of
@@ -160354,12 +161079,20 @@ sections:
160354
161079
  specs:
160355
161080
  - type: all_of
160356
161081
  specs:
160357
- - name: WK
160358
- type: int
161082
+ - name: CONSTRAINT
161083
+ type: enum
161084
+ description: "Which type of Kirchhoff constraint enforcement should be used."
160359
161085
  required: true
160360
- - name: ROTVEC
160361
- type: int
161086
+ choices:
161087
+ - name: strong
161088
+ - name: weak
161089
+ - name: PARAMETRIZATION
161090
+ type: enum
161091
+ description: "Which type of beam parametrization should be used."
160362
161092
  required: true
161093
+ choices:
161094
+ - name: tan
161095
+ - name: rot
160363
161096
  - name: MAT
160364
161097
  type: int
160365
161098
  required: true
@@ -160368,9 +161101,11 @@ sections:
160368
161101
  size: 6
160369
161102
  value_type:
160370
161103
  type: double
161104
+ description: "Nodal triad rotation vectors in reference configuration"
160371
161105
  required: true
160372
161106
  - name: USE_FAD
160373
161107
  type: bool
161108
+ description: "Flag, if automatic differentiation should be used."
160374
161109
  required: false
160375
161110
  default: false
160376
161111
  - type: all_of
@@ -160381,12 +161116,20 @@ sections:
160381
161116
  specs:
160382
161117
  - type: all_of
160383
161118
  specs:
160384
- - name: WK
160385
- type: int
161119
+ - name: CONSTRAINT
161120
+ type: enum
161121
+ description: "Which type of Kirchhoff constraint enforcement should be used."
160386
161122
  required: true
160387
- - name: ROTVEC
160388
- type: int
161123
+ choices:
161124
+ - name: strong
161125
+ - name: weak
161126
+ - name: PARAMETRIZATION
161127
+ type: enum
161128
+ description: "Which type of beam parametrization should be used."
160389
161129
  required: true
161130
+ choices:
161131
+ - name: tan
161132
+ - name: rot
160390
161133
  - name: MAT
160391
161134
  type: int
160392
161135
  required: true
@@ -160395,9 +161138,11 @@ sections:
160395
161138
  size: 9
160396
161139
  value_type:
160397
161140
  type: double
161141
+ description: "Nodal triad rotation vectors in reference configuration"
160398
161142
  required: true
160399
161143
  - name: USE_FAD
160400
161144
  type: bool
161145
+ description: "Flag, if automatic differentiation should be used."
160401
161146
  required: false
160402
161147
  default: false
160403
161148
  - type: all_of
@@ -160408,12 +161153,20 @@ sections:
160408
161153
  specs:
160409
161154
  - type: all_of
160410
161155
  specs:
160411
- - name: WK
160412
- type: int
161156
+ - name: CONSTRAINT
161157
+ type: enum
161158
+ description: "Which type of Kirchhoff constraint enforcement should be used."
160413
161159
  required: true
160414
- - name: ROTVEC
160415
- type: int
161160
+ choices:
161161
+ - name: strong
161162
+ - name: weak
161163
+ - name: PARAMETRIZATION
161164
+ type: enum
161165
+ description: "Which type of beam parametrization should be used."
160416
161166
  required: true
161167
+ choices:
161168
+ - name: tan
161169
+ - name: rot
160417
161170
  - name: MAT
160418
161171
  type: int
160419
161172
  required: true
@@ -160422,9 +161175,11 @@ sections:
160422
161175
  size: 12
160423
161176
  value_type:
160424
161177
  type: double
161178
+ description: "Nodal triad rotation vectors in reference configuration"
160425
161179
  required: true
160426
161180
  - name: USE_FAD
160427
161181
  type: bool
161182
+ description: "Flag, if automatic differentiation should be used."
160428
161183
  required: false
160429
161184
  default: false
160430
161185
  - type: all_of
@@ -168618,12 +169373,20 @@ sections:
168618
169373
  specs:
168619
169374
  - type: all_of
168620
169375
  specs:
168621
- - name: WK
168622
- type: int
169376
+ - name: CONSTRAINT
169377
+ type: enum
169378
+ description: "Which type of Kirchhoff constraint enforcement should be used."
168623
169379
  required: true
168624
- - name: ROTVEC
168625
- type: int
169380
+ choices:
169381
+ - name: strong
169382
+ - name: weak
169383
+ - name: PARAMETRIZATION
169384
+ type: enum
169385
+ description: "Which type of beam parametrization should be used."
168626
169386
  required: true
169387
+ choices:
169388
+ - name: tan
169389
+ - name: rot
168627
169390
  - name: MAT
168628
169391
  type: int
168629
169392
  required: true
@@ -168632,9 +169395,11 @@ sections:
168632
169395
  size: 6
168633
169396
  value_type:
168634
169397
  type: double
169398
+ description: "Nodal triad rotation vectors in reference configuration"
168635
169399
  required: true
168636
169400
  - name: USE_FAD
168637
169401
  type: bool
169402
+ description: "Flag, if automatic differentiation should be used."
168638
169403
  required: false
168639
169404
  default: false
168640
169405
  - type: all_of
@@ -168645,12 +169410,20 @@ sections:
168645
169410
  specs:
168646
169411
  - type: all_of
168647
169412
  specs:
168648
- - name: WK
168649
- type: int
169413
+ - name: CONSTRAINT
169414
+ type: enum
169415
+ description: "Which type of Kirchhoff constraint enforcement should be used."
168650
169416
  required: true
168651
- - name: ROTVEC
168652
- type: int
169417
+ choices:
169418
+ - name: strong
169419
+ - name: weak
169420
+ - name: PARAMETRIZATION
169421
+ type: enum
169422
+ description: "Which type of beam parametrization should be used."
168653
169423
  required: true
169424
+ choices:
169425
+ - name: tan
169426
+ - name: rot
168654
169427
  - name: MAT
168655
169428
  type: int
168656
169429
  required: true
@@ -168659,9 +169432,11 @@ sections:
168659
169432
  size: 9
168660
169433
  value_type:
168661
169434
  type: double
169435
+ description: "Nodal triad rotation vectors in reference configuration"
168662
169436
  required: true
168663
169437
  - name: USE_FAD
168664
169438
  type: bool
169439
+ description: "Flag, if automatic differentiation should be used."
168665
169440
  required: false
168666
169441
  default: false
168667
169442
  - type: all_of
@@ -168672,12 +169447,20 @@ sections:
168672
169447
  specs:
168673
169448
  - type: all_of
168674
169449
  specs:
168675
- - name: WK
168676
- type: int
169450
+ - name: CONSTRAINT
169451
+ type: enum
169452
+ description: "Which type of Kirchhoff constraint enforcement should be used."
168677
169453
  required: true
168678
- - name: ROTVEC
168679
- type: int
169454
+ choices:
169455
+ - name: strong
169456
+ - name: weak
169457
+ - name: PARAMETRIZATION
169458
+ type: enum
169459
+ description: "Which type of beam parametrization should be used."
168680
169460
  required: true
169461
+ choices:
169462
+ - name: tan
169463
+ - name: rot
168681
169464
  - name: MAT
168682
169465
  type: int
168683
169466
  required: true
@@ -168686,9 +169469,11 @@ sections:
168686
169469
  size: 12
168687
169470
  value_type:
168688
169471
  type: double
169472
+ description: "Nodal triad rotation vectors in reference configuration"
168689
169473
  required: true
168690
169474
  - name: USE_FAD
168691
169475
  type: bool
169476
+ description: "Flag, if automatic differentiation should be used."
168692
169477
  required: false
168693
169478
  default: false
168694
169479
  - type: all_of
@@ -177165,12 +177950,20 @@ sections:
177165
177950
  specs:
177166
177951
  - type: all_of
177167
177952
  specs:
177168
- - name: WK
177169
- type: int
177953
+ - name: CONSTRAINT
177954
+ type: enum
177955
+ description: "Which type of Kirchhoff constraint enforcement should be used."
177170
177956
  required: true
177171
- - name: ROTVEC
177172
- type: int
177957
+ choices:
177958
+ - name: strong
177959
+ - name: weak
177960
+ - name: PARAMETRIZATION
177961
+ type: enum
177962
+ description: "Which type of beam parametrization should be used."
177173
177963
  required: true
177964
+ choices:
177965
+ - name: tan
177966
+ - name: rot
177174
177967
  - name: MAT
177175
177968
  type: int
177176
177969
  required: true
@@ -177179,9 +177972,11 @@ sections:
177179
177972
  size: 6
177180
177973
  value_type:
177181
177974
  type: double
177975
+ description: "Nodal triad rotation vectors in reference configuration"
177182
177976
  required: true
177183
177977
  - name: USE_FAD
177184
177978
  type: bool
177979
+ description: "Flag, if automatic differentiation should be used."
177185
177980
  required: false
177186
177981
  default: false
177187
177982
  - type: all_of
@@ -177192,12 +177987,20 @@ sections:
177192
177987
  specs:
177193
177988
  - type: all_of
177194
177989
  specs:
177195
- - name: WK
177196
- type: int
177990
+ - name: CONSTRAINT
177991
+ type: enum
177992
+ description: "Which type of Kirchhoff constraint enforcement should be used."
177197
177993
  required: true
177198
- - name: ROTVEC
177199
- type: int
177994
+ choices:
177995
+ - name: strong
177996
+ - name: weak
177997
+ - name: PARAMETRIZATION
177998
+ type: enum
177999
+ description: "Which type of beam parametrization should be used."
177200
178000
  required: true
178001
+ choices:
178002
+ - name: tan
178003
+ - name: rot
177201
178004
  - name: MAT
177202
178005
  type: int
177203
178006
  required: true
@@ -177206,9 +178009,11 @@ sections:
177206
178009
  size: 9
177207
178010
  value_type:
177208
178011
  type: double
178012
+ description: "Nodal triad rotation vectors in reference configuration"
177209
178013
  required: true
177210
178014
  - name: USE_FAD
177211
178015
  type: bool
178016
+ description: "Flag, if automatic differentiation should be used."
177212
178017
  required: false
177213
178018
  default: false
177214
178019
  - type: all_of
@@ -177219,12 +178024,20 @@ sections:
177219
178024
  specs:
177220
178025
  - type: all_of
177221
178026
  specs:
177222
- - name: WK
177223
- type: int
178027
+ - name: CONSTRAINT
178028
+ type: enum
178029
+ description: "Which type of Kirchhoff constraint enforcement should be used."
177224
178030
  required: true
177225
- - name: ROTVEC
177226
- type: int
178031
+ choices:
178032
+ - name: strong
178033
+ - name: weak
178034
+ - name: PARAMETRIZATION
178035
+ type: enum
178036
+ description: "Which type of beam parametrization should be used."
177227
178037
  required: true
178038
+ choices:
178039
+ - name: tan
178040
+ - name: rot
177228
178041
  - name: MAT
177229
178042
  type: int
177230
178043
  required: true
@@ -177233,9 +178046,11 @@ sections:
177233
178046
  size: 12
177234
178047
  value_type:
177235
178048
  type: double
178049
+ description: "Nodal triad rotation vectors in reference configuration"
177236
178050
  required: true
177237
178051
  - name: USE_FAD
177238
178052
  type: bool
178053
+ description: "Flag, if automatic differentiation should be used."
177239
178054
  required: false
177240
178055
  default: false
177241
178056
  - type: all_of
@@ -185429,12 +186244,20 @@ sections:
185429
186244
  specs:
185430
186245
  - type: all_of
185431
186246
  specs:
185432
- - name: WK
185433
- type: int
186247
+ - name: CONSTRAINT
186248
+ type: enum
186249
+ description: "Which type of Kirchhoff constraint enforcement should be used."
185434
186250
  required: true
185435
- - name: ROTVEC
185436
- type: int
186251
+ choices:
186252
+ - name: strong
186253
+ - name: weak
186254
+ - name: PARAMETRIZATION
186255
+ type: enum
186256
+ description: "Which type of beam parametrization should be used."
185437
186257
  required: true
186258
+ choices:
186259
+ - name: tan
186260
+ - name: rot
185438
186261
  - name: MAT
185439
186262
  type: int
185440
186263
  required: true
@@ -185443,9 +186266,11 @@ sections:
185443
186266
  size: 6
185444
186267
  value_type:
185445
186268
  type: double
186269
+ description: "Nodal triad rotation vectors in reference configuration"
185446
186270
  required: true
185447
186271
  - name: USE_FAD
185448
186272
  type: bool
186273
+ description: "Flag, if automatic differentiation should be used."
185449
186274
  required: false
185450
186275
  default: false
185451
186276
  - type: all_of
@@ -185456,12 +186281,20 @@ sections:
185456
186281
  specs:
185457
186282
  - type: all_of
185458
186283
  specs:
185459
- - name: WK
185460
- type: int
186284
+ - name: CONSTRAINT
186285
+ type: enum
186286
+ description: "Which type of Kirchhoff constraint enforcement should be used."
185461
186287
  required: true
185462
- - name: ROTVEC
185463
- type: int
186288
+ choices:
186289
+ - name: strong
186290
+ - name: weak
186291
+ - name: PARAMETRIZATION
186292
+ type: enum
186293
+ description: "Which type of beam parametrization should be used."
185464
186294
  required: true
186295
+ choices:
186296
+ - name: tan
186297
+ - name: rot
185465
186298
  - name: MAT
185466
186299
  type: int
185467
186300
  required: true
@@ -185470,9 +186303,11 @@ sections:
185470
186303
  size: 9
185471
186304
  value_type:
185472
186305
  type: double
186306
+ description: "Nodal triad rotation vectors in reference configuration"
185473
186307
  required: true
185474
186308
  - name: USE_FAD
185475
186309
  type: bool
186310
+ description: "Flag, if automatic differentiation should be used."
185476
186311
  required: false
185477
186312
  default: false
185478
186313
  - type: all_of
@@ -185483,12 +186318,20 @@ sections:
185483
186318
  specs:
185484
186319
  - type: all_of
185485
186320
  specs:
185486
- - name: WK
185487
- type: int
186321
+ - name: CONSTRAINT
186322
+ type: enum
186323
+ description: "Which type of Kirchhoff constraint enforcement should be used."
185488
186324
  required: true
185489
- - name: ROTVEC
185490
- type: int
186325
+ choices:
186326
+ - name: strong
186327
+ - name: weak
186328
+ - name: PARAMETRIZATION
186329
+ type: enum
186330
+ description: "Which type of beam parametrization should be used."
185491
186331
  required: true
186332
+ choices:
186333
+ - name: tan
186334
+ - name: rot
185492
186335
  - name: MAT
185493
186336
  type: int
185494
186337
  required: true
@@ -185497,9 +186340,11 @@ sections:
185497
186340
  size: 12
185498
186341
  value_type:
185499
186342
  type: double
186343
+ description: "Nodal triad rotation vectors in reference configuration"
185500
186344
  required: true
185501
186345
  - name: USE_FAD
185502
186346
  type: bool
186347
+ description: "Flag, if automatic differentiation should be used."
185503
186348
  required: false
185504
186349
  default: false
185505
186350
  - type: all_of
@@ -193690,6 +194535,7 @@ sections:
193690
194535
  required: true
193691
194536
  - name: TRANSPORT NEUMANN INFLOW LINE CONDITIONS
193692
194537
  type: list
194538
+ description: Line Transport Neumann Inflow
193693
194539
  required: false
193694
194540
  spec:
193695
194541
  type: all_of
@@ -193709,6 +194555,7 @@ sections:
193709
194555
  - name: element_block_id
193710
194556
  - name: TRANSPORT NEUMANN INFLOW SURF CONDITIONS
193711
194557
  type: list
194558
+ description: Surface Transport Neumann Inflow
193712
194559
  required: false
193713
194560
  spec:
193714
194561
  type: all_of
@@ -193728,6 +194575,7 @@ sections:
193728
194575
  - name: element_block_id
193729
194576
  - name: TRANSPORT THERMO CONVECTION LINE CONDITIONS
193730
194577
  type: list
194578
+ description: Line Transport Thermo Convections
193731
194579
  required: false
193732
194580
  spec:
193733
194581
  type: all_of
@@ -193774,6 +194622,7 @@ sections:
193774
194622
  default: null
193775
194623
  - name: TRANSPORT THERMO CONVECTION SURF CONDITIONS
193776
194624
  type: list
194625
+ description: Surface Transport Thermo Convections
193777
194626
  required: false
193778
194627
  spec:
193779
194628
  type: all_of
@@ -194106,12 +194955,20 @@ sections:
194106
194955
  specs:
194107
194956
  - type: all_of
194108
194957
  specs:
194109
- - name: WK
194110
- type: int
194958
+ - name: CONSTRAINT
194959
+ type: enum
194960
+ description: "Which type of Kirchhoff constraint enforcement should be used."
194111
194961
  required: true
194112
- - name: ROTVEC
194113
- type: int
194962
+ choices:
194963
+ - name: strong
194964
+ - name: weak
194965
+ - name: PARAMETRIZATION
194966
+ type: enum
194967
+ description: "Which type of beam parametrization should be used."
194114
194968
  required: true
194969
+ choices:
194970
+ - name: tan
194971
+ - name: rot
194115
194972
  - name: MAT
194116
194973
  type: int
194117
194974
  required: true
@@ -194120,9 +194977,11 @@ sections:
194120
194977
  size: 6
194121
194978
  value_type:
194122
194979
  type: double
194980
+ description: "Nodal triad rotation vectors in reference configuration"
194123
194981
  required: true
194124
194982
  - name: USE_FAD
194125
194983
  type: bool
194984
+ description: "Flag, if automatic differentiation should be used."
194126
194985
  required: false
194127
194986
  default: false
194128
194987
  - type: all_of
@@ -194133,12 +194992,20 @@ sections:
194133
194992
  specs:
194134
194993
  - type: all_of
194135
194994
  specs:
194136
- - name: WK
194137
- type: int
194995
+ - name: CONSTRAINT
194996
+ type: enum
194997
+ description: "Which type of Kirchhoff constraint enforcement should be used."
194138
194998
  required: true
194139
- - name: ROTVEC
194140
- type: int
194999
+ choices:
195000
+ - name: strong
195001
+ - name: weak
195002
+ - name: PARAMETRIZATION
195003
+ type: enum
195004
+ description: "Which type of beam parametrization should be used."
194141
195005
  required: true
195006
+ choices:
195007
+ - name: tan
195008
+ - name: rot
194142
195009
  - name: MAT
194143
195010
  type: int
194144
195011
  required: true
@@ -194147,9 +195014,11 @@ sections:
194147
195014
  size: 9
194148
195015
  value_type:
194149
195016
  type: double
195017
+ description: "Nodal triad rotation vectors in reference configuration"
194150
195018
  required: true
194151
195019
  - name: USE_FAD
194152
195020
  type: bool
195021
+ description: "Flag, if automatic differentiation should be used."
194153
195022
  required: false
194154
195023
  default: false
194155
195024
  - type: all_of
@@ -194160,12 +195029,20 @@ sections:
194160
195029
  specs:
194161
195030
  - type: all_of
194162
195031
  specs:
194163
- - name: WK
194164
- type: int
195032
+ - name: CONSTRAINT
195033
+ type: enum
195034
+ description: "Which type of Kirchhoff constraint enforcement should be used."
194165
195035
  required: true
194166
- - name: ROTVEC
194167
- type: int
195036
+ choices:
195037
+ - name: strong
195038
+ - name: weak
195039
+ - name: PARAMETRIZATION
195040
+ type: enum
195041
+ description: "Which type of beam parametrization should be used."
194168
195042
  required: true
195043
+ choices:
195044
+ - name: tan
195045
+ - name: rot
194169
195046
  - name: MAT
194170
195047
  type: int
194171
195048
  required: true
@@ -194174,9 +195051,11 @@ sections:
194174
195051
  size: 12
194175
195052
  value_type:
194176
195053
  type: double
195054
+ description: "Nodal triad rotation vectors in reference configuration"
194177
195055
  required: true
194178
195056
  - name: USE_FAD
194179
195057
  type: bool
195058
+ description: "Flag, if automatic differentiation should be used."
194180
195059
  required: false
194181
195060
  default: false
194182
195061
  - type: all_of
@@ -202370,12 +203249,20 @@ sections:
202370
203249
  specs:
202371
203250
  - type: all_of
202372
203251
  specs:
202373
- - name: WK
202374
- type: int
203252
+ - name: CONSTRAINT
203253
+ type: enum
203254
+ description: "Which type of Kirchhoff constraint enforcement should be used."
202375
203255
  required: true
202376
- - name: ROTVEC
202377
- type: int
203256
+ choices:
203257
+ - name: strong
203258
+ - name: weak
203259
+ - name: PARAMETRIZATION
203260
+ type: enum
203261
+ description: "Which type of beam parametrization should be used."
202378
203262
  required: true
203263
+ choices:
203264
+ - name: tan
203265
+ - name: rot
202379
203266
  - name: MAT
202380
203267
  type: int
202381
203268
  required: true
@@ -202384,9 +203271,11 @@ sections:
202384
203271
  size: 6
202385
203272
  value_type:
202386
203273
  type: double
203274
+ description: "Nodal triad rotation vectors in reference configuration"
202387
203275
  required: true
202388
203276
  - name: USE_FAD
202389
203277
  type: bool
203278
+ description: "Flag, if automatic differentiation should be used."
202390
203279
  required: false
202391
203280
  default: false
202392
203281
  - type: all_of
@@ -202397,12 +203286,20 @@ sections:
202397
203286
  specs:
202398
203287
  - type: all_of
202399
203288
  specs:
202400
- - name: WK
202401
- type: int
203289
+ - name: CONSTRAINT
203290
+ type: enum
203291
+ description: "Which type of Kirchhoff constraint enforcement should be used."
202402
203292
  required: true
202403
- - name: ROTVEC
202404
- type: int
203293
+ choices:
203294
+ - name: strong
203295
+ - name: weak
203296
+ - name: PARAMETRIZATION
203297
+ type: enum
203298
+ description: "Which type of beam parametrization should be used."
202405
203299
  required: true
203300
+ choices:
203301
+ - name: tan
203302
+ - name: rot
202406
203303
  - name: MAT
202407
203304
  type: int
202408
203305
  required: true
@@ -202411,9 +203308,11 @@ sections:
202411
203308
  size: 9
202412
203309
  value_type:
202413
203310
  type: double
203311
+ description: "Nodal triad rotation vectors in reference configuration"
202414
203312
  required: true
202415
203313
  - name: USE_FAD
202416
203314
  type: bool
203315
+ description: "Flag, if automatic differentiation should be used."
202417
203316
  required: false
202418
203317
  default: false
202419
203318
  - type: all_of
@@ -202424,12 +203323,20 @@ sections:
202424
203323
  specs:
202425
203324
  - type: all_of
202426
203325
  specs:
202427
- - name: WK
202428
- type: int
203326
+ - name: CONSTRAINT
203327
+ type: enum
203328
+ description: "Which type of Kirchhoff constraint enforcement should be used."
202429
203329
  required: true
202430
- - name: ROTVEC
202431
- type: int
203330
+ choices:
203331
+ - name: strong
203332
+ - name: weak
203333
+ - name: PARAMETRIZATION
203334
+ type: enum
203335
+ description: "Which type of beam parametrization should be used."
202432
203336
  required: true
203337
+ choices:
203338
+ - name: tan
203339
+ - name: rot
202433
203340
  - name: MAT
202434
203341
  type: int
202435
203342
  required: true
@@ -202438,9 +203345,11 @@ sections:
202438
203345
  size: 12
202439
203346
  value_type:
202440
203347
  type: double
203348
+ description: "Nodal triad rotation vectors in reference configuration"
202441
203349
  required: true
202442
203350
  - name: USE_FAD
202443
203351
  type: bool
203352
+ description: "Flag, if automatic differentiation should be used."
202444
203353
  required: false
202445
203354
  default: false
202446
203355
  - type: all_of