FourCIPP 1.52.0__py3-none-any.whl → 1.54.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.
- fourcipp/config/4C_metadata.yaml +1178 -7
- fourcipp/config/4C_schema.json +7670 -7
- fourcipp/version.py +2 -2
- {fourcipp-1.52.0.dist-info → fourcipp-1.54.0.dist-info}/METADATA +1 -1
- {fourcipp-1.52.0.dist-info → fourcipp-1.54.0.dist-info}/RECORD +9 -9
- {fourcipp-1.52.0.dist-info → fourcipp-1.54.0.dist-info}/WHEEL +1 -1
- {fourcipp-1.52.0.dist-info → fourcipp-1.54.0.dist-info}/entry_points.txt +0 -0
- {fourcipp-1.52.0.dist-info → fourcipp-1.54.0.dist-info}/licenses/LICENSE +0 -0
- {fourcipp-1.52.0.dist-info → fourcipp-1.54.0.dist-info}/top_level.txt +0 -0
fourcipp/config/4C_metadata.yaml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
metadata:
|
|
2
|
-
commit_hash:
|
|
3
|
-
version:
|
|
2
|
+
commit_hash: 1ada6cf803dcc81486c5b65a72b3361bd36d4b47
|
|
3
|
+
version: 2026.2.0-dev
|
|
4
4
|
description_section_name: TITLE
|
|
5
5
|
legacy_element_specs:
|
|
6
6
|
ALE2:
|
|
@@ -2954,6 +2954,47 @@ legacy_element_specs:
|
|
|
2954
2954
|
type: double
|
|
2955
2955
|
required: false
|
|
2956
2956
|
default: null
|
|
2957
|
+
- name: INTEGRATION
|
|
2958
|
+
type: group
|
|
2959
|
+
description: Defines the integration rules for the solid element.
|
|
2960
|
+
required: false
|
|
2961
|
+
specs:
|
|
2962
|
+
- type: all_of
|
|
2963
|
+
specs:
|
|
2964
|
+
- name: RESIDUUM
|
|
2965
|
+
type: enum
|
|
2966
|
+
description: "Gauss integration rule used to integrate the residuum and its linearization"
|
|
2967
|
+
required: false
|
|
2968
|
+
default: hex_8point
|
|
2969
|
+
choices:
|
|
2970
|
+
- name: hex_1point
|
|
2971
|
+
- name: hex_8point
|
|
2972
|
+
- name: hex_18point
|
|
2973
|
+
- name: hex_27point
|
|
2974
|
+
- name: hex_64point
|
|
2975
|
+
- name: hex_125point
|
|
2976
|
+
- name: hex_216point
|
|
2977
|
+
- name: hex_343point
|
|
2978
|
+
- name: hex_512point
|
|
2979
|
+
- name: hex_729point
|
|
2980
|
+
- name: hex_1000point
|
|
2981
|
+
- name: MASS
|
|
2982
|
+
type: enum
|
|
2983
|
+
description: "Gauss integration rule used to integrate the mass matrix"
|
|
2984
|
+
required: false
|
|
2985
|
+
default: hex_8point
|
|
2986
|
+
choices:
|
|
2987
|
+
- name: hex_1point
|
|
2988
|
+
- name: hex_8point
|
|
2989
|
+
- name: hex_18point
|
|
2990
|
+
- name: hex_27point
|
|
2991
|
+
- name: hex_64point
|
|
2992
|
+
- name: hex_125point
|
|
2993
|
+
- name: hex_216point
|
|
2994
|
+
- name: hex_343point
|
|
2995
|
+
- name: hex_512point
|
|
2996
|
+
- name: hex_729point
|
|
2997
|
+
- name: hex_1000point
|
|
2957
2998
|
- name: TECH
|
|
2958
2999
|
type: enum
|
|
2959
3000
|
required: false
|
|
@@ -3036,6 +3077,47 @@ legacy_element_specs:
|
|
|
3036
3077
|
type: double
|
|
3037
3078
|
required: false
|
|
3038
3079
|
default: null
|
|
3080
|
+
- name: INTEGRATION
|
|
3081
|
+
type: group
|
|
3082
|
+
description: Defines the integration rules for the solid element.
|
|
3083
|
+
required: false
|
|
3084
|
+
specs:
|
|
3085
|
+
- type: all_of
|
|
3086
|
+
specs:
|
|
3087
|
+
- name: RESIDUUM
|
|
3088
|
+
type: enum
|
|
3089
|
+
description: "Gauss integration rule used to integrate the residuum and its linearization"
|
|
3090
|
+
required: false
|
|
3091
|
+
default: hex_18point
|
|
3092
|
+
choices:
|
|
3093
|
+
- name: hex_1point
|
|
3094
|
+
- name: hex_8point
|
|
3095
|
+
- name: hex_18point
|
|
3096
|
+
- name: hex_27point
|
|
3097
|
+
- name: hex_64point
|
|
3098
|
+
- name: hex_125point
|
|
3099
|
+
- name: hex_216point
|
|
3100
|
+
- name: hex_343point
|
|
3101
|
+
- name: hex_512point
|
|
3102
|
+
- name: hex_729point
|
|
3103
|
+
- name: hex_1000point
|
|
3104
|
+
- name: MASS
|
|
3105
|
+
type: enum
|
|
3106
|
+
description: "Gauss integration rule used to integrate the mass matrix"
|
|
3107
|
+
required: false
|
|
3108
|
+
default: hex_18point
|
|
3109
|
+
choices:
|
|
3110
|
+
- name: hex_1point
|
|
3111
|
+
- name: hex_8point
|
|
3112
|
+
- name: hex_18point
|
|
3113
|
+
- name: hex_27point
|
|
3114
|
+
- name: hex_64point
|
|
3115
|
+
- name: hex_125point
|
|
3116
|
+
- name: hex_216point
|
|
3117
|
+
- name: hex_343point
|
|
3118
|
+
- name: hex_512point
|
|
3119
|
+
- name: hex_729point
|
|
3120
|
+
- name: hex_1000point
|
|
3039
3121
|
- cell_type: HEX20
|
|
3040
3122
|
spec:
|
|
3041
3123
|
type: all_of
|
|
@@ -3106,6 +3188,47 @@ legacy_element_specs:
|
|
|
3106
3188
|
type: double
|
|
3107
3189
|
required: false
|
|
3108
3190
|
default: null
|
|
3191
|
+
- name: INTEGRATION
|
|
3192
|
+
type: group
|
|
3193
|
+
description: Defines the integration rules for the solid element.
|
|
3194
|
+
required: false
|
|
3195
|
+
specs:
|
|
3196
|
+
- type: all_of
|
|
3197
|
+
specs:
|
|
3198
|
+
- name: RESIDUUM
|
|
3199
|
+
type: enum
|
|
3200
|
+
description: "Gauss integration rule used to integrate the residuum and its linearization"
|
|
3201
|
+
required: false
|
|
3202
|
+
default: hex_27point
|
|
3203
|
+
choices:
|
|
3204
|
+
- name: hex_1point
|
|
3205
|
+
- name: hex_8point
|
|
3206
|
+
- name: hex_18point
|
|
3207
|
+
- name: hex_27point
|
|
3208
|
+
- name: hex_64point
|
|
3209
|
+
- name: hex_125point
|
|
3210
|
+
- name: hex_216point
|
|
3211
|
+
- name: hex_343point
|
|
3212
|
+
- name: hex_512point
|
|
3213
|
+
- name: hex_729point
|
|
3214
|
+
- name: hex_1000point
|
|
3215
|
+
- name: MASS
|
|
3216
|
+
type: enum
|
|
3217
|
+
description: "Gauss integration rule used to integrate the mass matrix"
|
|
3218
|
+
required: false
|
|
3219
|
+
default: hex_27point
|
|
3220
|
+
choices:
|
|
3221
|
+
- name: hex_1point
|
|
3222
|
+
- name: hex_8point
|
|
3223
|
+
- name: hex_18point
|
|
3224
|
+
- name: hex_27point
|
|
3225
|
+
- name: hex_64point
|
|
3226
|
+
- name: hex_125point
|
|
3227
|
+
- name: hex_216point
|
|
3228
|
+
- name: hex_343point
|
|
3229
|
+
- name: hex_512point
|
|
3230
|
+
- name: hex_729point
|
|
3231
|
+
- name: hex_1000point
|
|
3109
3232
|
- cell_type: HEX27
|
|
3110
3233
|
spec:
|
|
3111
3234
|
type: all_of
|
|
@@ -3176,6 +3299,47 @@ legacy_element_specs:
|
|
|
3176
3299
|
type: double
|
|
3177
3300
|
required: false
|
|
3178
3301
|
default: null
|
|
3302
|
+
- name: INTEGRATION
|
|
3303
|
+
type: group
|
|
3304
|
+
description: Defines the integration rules for the solid element.
|
|
3305
|
+
required: false
|
|
3306
|
+
specs:
|
|
3307
|
+
- type: all_of
|
|
3308
|
+
specs:
|
|
3309
|
+
- name: RESIDUUM
|
|
3310
|
+
type: enum
|
|
3311
|
+
description: "Gauss integration rule used to integrate the residuum and its linearization"
|
|
3312
|
+
required: false
|
|
3313
|
+
default: hex_27point
|
|
3314
|
+
choices:
|
|
3315
|
+
- name: hex_1point
|
|
3316
|
+
- name: hex_8point
|
|
3317
|
+
- name: hex_18point
|
|
3318
|
+
- name: hex_27point
|
|
3319
|
+
- name: hex_64point
|
|
3320
|
+
- name: hex_125point
|
|
3321
|
+
- name: hex_216point
|
|
3322
|
+
- name: hex_343point
|
|
3323
|
+
- name: hex_512point
|
|
3324
|
+
- name: hex_729point
|
|
3325
|
+
- name: hex_1000point
|
|
3326
|
+
- name: MASS
|
|
3327
|
+
type: enum
|
|
3328
|
+
description: "Gauss integration rule used to integrate the mass matrix"
|
|
3329
|
+
required: false
|
|
3330
|
+
default: hex_27point
|
|
3331
|
+
choices:
|
|
3332
|
+
- name: hex_1point
|
|
3333
|
+
- name: hex_8point
|
|
3334
|
+
- name: hex_18point
|
|
3335
|
+
- name: hex_27point
|
|
3336
|
+
- name: hex_64point
|
|
3337
|
+
- name: hex_125point
|
|
3338
|
+
- name: hex_216point
|
|
3339
|
+
- name: hex_343point
|
|
3340
|
+
- name: hex_512point
|
|
3341
|
+
- name: hex_729point
|
|
3342
|
+
- name: hex_1000point
|
|
3179
3343
|
- cell_type: TET4
|
|
3180
3344
|
spec:
|
|
3181
3345
|
type: all_of
|
|
@@ -3246,6 +3410,39 @@ legacy_element_specs:
|
|
|
3246
3410
|
type: double
|
|
3247
3411
|
required: false
|
|
3248
3412
|
default: null
|
|
3413
|
+
- name: INTEGRATION
|
|
3414
|
+
type: group
|
|
3415
|
+
description: Defines the integration rules for the solid element.
|
|
3416
|
+
required: false
|
|
3417
|
+
specs:
|
|
3418
|
+
- type: all_of
|
|
3419
|
+
specs:
|
|
3420
|
+
- name: RESIDUUM
|
|
3421
|
+
type: enum
|
|
3422
|
+
description: "Gauss integration rule used to integrate the residuum and its linearization"
|
|
3423
|
+
required: false
|
|
3424
|
+
default: tet_1point
|
|
3425
|
+
choices:
|
|
3426
|
+
- name: tet_1point
|
|
3427
|
+
- name: tet_4point
|
|
3428
|
+
- name: tet_5point
|
|
3429
|
+
- name: tet_11point
|
|
3430
|
+
- name: tet_15point
|
|
3431
|
+
- name: tet_24point
|
|
3432
|
+
- name: tet_45point
|
|
3433
|
+
- name: MASS
|
|
3434
|
+
type: enum
|
|
3435
|
+
description: "Gauss integration rule used to integrate the mass matrix"
|
|
3436
|
+
required: false
|
|
3437
|
+
default: tet_4point
|
|
3438
|
+
choices:
|
|
3439
|
+
- name: tet_1point
|
|
3440
|
+
- name: tet_4point
|
|
3441
|
+
- name: tet_5point
|
|
3442
|
+
- name: tet_11point
|
|
3443
|
+
- name: tet_15point
|
|
3444
|
+
- name: tet_24point
|
|
3445
|
+
- name: tet_45point
|
|
3249
3446
|
- cell_type: TET10
|
|
3250
3447
|
spec:
|
|
3251
3448
|
type: all_of
|
|
@@ -3316,6 +3513,39 @@ legacy_element_specs:
|
|
|
3316
3513
|
type: double
|
|
3317
3514
|
required: false
|
|
3318
3515
|
default: null
|
|
3516
|
+
- name: INTEGRATION
|
|
3517
|
+
type: group
|
|
3518
|
+
description: Defines the integration rules for the solid element.
|
|
3519
|
+
required: false
|
|
3520
|
+
specs:
|
|
3521
|
+
- type: all_of
|
|
3522
|
+
specs:
|
|
3523
|
+
- name: RESIDUUM
|
|
3524
|
+
type: enum
|
|
3525
|
+
description: "Gauss integration rule used to integrate the residuum and its linearization"
|
|
3526
|
+
required: false
|
|
3527
|
+
default: tet_4point
|
|
3528
|
+
choices:
|
|
3529
|
+
- name: tet_1point
|
|
3530
|
+
- name: tet_4point
|
|
3531
|
+
- name: tet_5point
|
|
3532
|
+
- name: tet_11point
|
|
3533
|
+
- name: tet_15point
|
|
3534
|
+
- name: tet_24point
|
|
3535
|
+
- name: tet_45point
|
|
3536
|
+
- name: MASS
|
|
3537
|
+
type: enum
|
|
3538
|
+
description: "Gauss integration rule used to integrate the mass matrix"
|
|
3539
|
+
required: false
|
|
3540
|
+
default: tet_11point
|
|
3541
|
+
choices:
|
|
3542
|
+
- name: tet_1point
|
|
3543
|
+
- name: tet_4point
|
|
3544
|
+
- name: tet_5point
|
|
3545
|
+
- name: tet_11point
|
|
3546
|
+
- name: tet_15point
|
|
3547
|
+
- name: tet_24point
|
|
3548
|
+
- name: tet_45point
|
|
3319
3549
|
- cell_type: WEDGE6
|
|
3320
3550
|
spec:
|
|
3321
3551
|
type: all_of
|
|
@@ -3386,6 +3616,31 @@ legacy_element_specs:
|
|
|
3386
3616
|
type: double
|
|
3387
3617
|
required: false
|
|
3388
3618
|
default: null
|
|
3619
|
+
- name: INTEGRATION
|
|
3620
|
+
type: group
|
|
3621
|
+
description: Defines the integration rules for the solid element.
|
|
3622
|
+
required: false
|
|
3623
|
+
specs:
|
|
3624
|
+
- type: all_of
|
|
3625
|
+
specs:
|
|
3626
|
+
- name: RESIDUUM
|
|
3627
|
+
type: enum
|
|
3628
|
+
description: "Gauss integration rule used to integrate the residuum and its linearization"
|
|
3629
|
+
required: false
|
|
3630
|
+
default: wedge_6point
|
|
3631
|
+
choices:
|
|
3632
|
+
- name: wedge_1point
|
|
3633
|
+
- name: wedge_6point
|
|
3634
|
+
- name: wedge_9point
|
|
3635
|
+
- name: MASS
|
|
3636
|
+
type: enum
|
|
3637
|
+
description: "Gauss integration rule used to integrate the mass matrix"
|
|
3638
|
+
required: false
|
|
3639
|
+
default: wedge_6point
|
|
3640
|
+
choices:
|
|
3641
|
+
- name: wedge_1point
|
|
3642
|
+
- name: wedge_6point
|
|
3643
|
+
- name: wedge_9point
|
|
3389
3644
|
- name: TECH
|
|
3390
3645
|
type: enum
|
|
3391
3646
|
required: false
|
|
@@ -3464,6 +3719,29 @@ legacy_element_specs:
|
|
|
3464
3719
|
type: double
|
|
3465
3720
|
required: false
|
|
3466
3721
|
default: null
|
|
3722
|
+
- name: INTEGRATION
|
|
3723
|
+
type: group
|
|
3724
|
+
description: Defines the integration rules for the solid element.
|
|
3725
|
+
required: false
|
|
3726
|
+
specs:
|
|
3727
|
+
- type: all_of
|
|
3728
|
+
specs:
|
|
3729
|
+
- name: RESIDUUM
|
|
3730
|
+
type: enum
|
|
3731
|
+
description: "Gauss integration rule used to integrate the residuum and its linearization"
|
|
3732
|
+
required: false
|
|
3733
|
+
default: pyramid_8point
|
|
3734
|
+
choices:
|
|
3735
|
+
- name: pyramid_1point
|
|
3736
|
+
- name: pyramid_8point
|
|
3737
|
+
- name: MASS
|
|
3738
|
+
type: enum
|
|
3739
|
+
description: "Gauss integration rule used to integrate the mass matrix"
|
|
3740
|
+
required: false
|
|
3741
|
+
default: pyramid_8point
|
|
3742
|
+
choices:
|
|
3743
|
+
- name: pyramid_1point
|
|
3744
|
+
- name: pyramid_8point
|
|
3467
3745
|
- name: TECH
|
|
3468
3746
|
type: enum
|
|
3469
3747
|
required: false
|
|
@@ -3485,6 +3763,47 @@ legacy_element_specs:
|
|
|
3485
3763
|
choices:
|
|
3486
3764
|
- name: "linear"
|
|
3487
3765
|
- name: "nonlinear"
|
|
3766
|
+
- name: INTEGRATION
|
|
3767
|
+
type: group
|
|
3768
|
+
description: Defines the integration rules for the solid element.
|
|
3769
|
+
required: false
|
|
3770
|
+
specs:
|
|
3771
|
+
- type: all_of
|
|
3772
|
+
specs:
|
|
3773
|
+
- name: RESIDUUM
|
|
3774
|
+
type: enum
|
|
3775
|
+
description: "Gauss integration rule used to integrate the residuum and its linearization"
|
|
3776
|
+
required: false
|
|
3777
|
+
default: hex_27point
|
|
3778
|
+
choices:
|
|
3779
|
+
- name: hex_1point
|
|
3780
|
+
- name: hex_8point
|
|
3781
|
+
- name: hex_18point
|
|
3782
|
+
- name: hex_27point
|
|
3783
|
+
- name: hex_64point
|
|
3784
|
+
- name: hex_125point
|
|
3785
|
+
- name: hex_216point
|
|
3786
|
+
- name: hex_343point
|
|
3787
|
+
- name: hex_512point
|
|
3788
|
+
- name: hex_729point
|
|
3789
|
+
- name: hex_1000point
|
|
3790
|
+
- name: MASS
|
|
3791
|
+
type: enum
|
|
3792
|
+
description: "Gauss integration rule used to integrate the mass matrix"
|
|
3793
|
+
required: false
|
|
3794
|
+
default: hex_27point
|
|
3795
|
+
choices:
|
|
3796
|
+
- name: hex_1point
|
|
3797
|
+
- name: hex_8point
|
|
3798
|
+
- name: hex_18point
|
|
3799
|
+
- name: hex_27point
|
|
3800
|
+
- name: hex_64point
|
|
3801
|
+
- name: hex_125point
|
|
3802
|
+
- name: hex_216point
|
|
3803
|
+
- name: hex_343point
|
|
3804
|
+
- name: hex_512point
|
|
3805
|
+
- name: hex_729point
|
|
3806
|
+
- name: hex_1000point
|
|
3488
3807
|
SOLIDPORO_PRESSURE_BASED:
|
|
3489
3808
|
- cell_type: HEX8
|
|
3490
3809
|
spec:
|
|
@@ -7474,10 +7793,12 @@ sections:
|
|
|
7474
7793
|
specs:
|
|
7475
7794
|
- name: POSITIONAL_PENALTY_PARAMETER
|
|
7476
7795
|
type: double
|
|
7477
|
-
required:
|
|
7796
|
+
required: false
|
|
7797
|
+
default: 0
|
|
7478
7798
|
- name: ROTATIONAL_PENALTY_PARAMETER
|
|
7479
7799
|
type: double
|
|
7480
|
-
required:
|
|
7800
|
+
required: false
|
|
7801
|
+
default: 0
|
|
7481
7802
|
- name: PROJECTION_VALID_FACTOR
|
|
7482
7803
|
type: double
|
|
7483
7804
|
description: "Factor multiplied with sum of cross section radii to define valid projection distance"
|
|
@@ -7490,12 +7811,12 @@ sections:
|
|
|
7490
7811
|
default: 0
|
|
7491
7812
|
- name: CONSTRAINT_ENFORCEMENT
|
|
7492
7813
|
type: enum
|
|
7493
|
-
description: "
|
|
7494
|
-
required:
|
|
7495
|
-
default: penalty_direct
|
|
7814
|
+
description: "Specifies the constraint enforcement technique for beam-to-beam point couplings."
|
|
7815
|
+
required: true
|
|
7496
7816
|
choices:
|
|
7497
7817
|
- name: penalty_direct
|
|
7498
7818
|
- name: penalty_indirect
|
|
7819
|
+
- name: lagrange_multiplier
|
|
7499
7820
|
- name: BEAM INTERACTION/BEAM TO SOLID EDGE CONTACT
|
|
7500
7821
|
type: group
|
|
7501
7822
|
description: Parameters for beam-to-solid edge contact.
|
|
@@ -8436,6 +8757,11 @@ sections:
|
|
|
8436
8757
|
description: "Bounding volume of the sphere is the sphere center extended by this factor times the sphere radius in all directions (+ and -)."
|
|
8437
8758
|
required: false
|
|
8438
8759
|
default: 2
|
|
8760
|
+
- name: POINT_TOLERANCE
|
|
8761
|
+
type: double
|
|
8762
|
+
description: "Tolerance for point objects"
|
|
8763
|
+
required: false
|
|
8764
|
+
default: 0.0001
|
|
8439
8765
|
- name: WRITE_GEOMETRIC_SEARCH_VISUALIZATION
|
|
8440
8766
|
type: bool
|
|
8441
8767
|
description: "If visualization output for the geometric search should be written"
|
|
@@ -38496,6 +38822,7 @@ sections:
|
|
|
38496
38822
|
- name: "Poroelasticity"
|
|
38497
38823
|
- name: "ReducedDimensionalAirWays"
|
|
38498
38824
|
- name: "Reduced_Lung"
|
|
38825
|
+
- name: "Reduced_Lung_1D_Pipe_Flow"
|
|
38499
38826
|
- name: "Scalar_Thermo_Interaction"
|
|
38500
38827
|
- name: "Scalar_Transport"
|
|
38501
38828
|
- name: "Structure"
|
|
@@ -46692,6 +47019,212 @@ sections:
|
|
|
46692
47019
|
type: double
|
|
46693
47020
|
description: "Density of air in the reduced dimensional lung simulation."
|
|
46694
47021
|
required: true
|
|
47022
|
+
- name: reduced_lung
|
|
47023
|
+
type: group
|
|
47024
|
+
description: Reduced-dimensional fluid dynamics in a 1D network
|
|
47025
|
+
required: false
|
|
47026
|
+
specs:
|
|
47027
|
+
- type: all_of
|
|
47028
|
+
specs:
|
|
47029
|
+
- name: general
|
|
47030
|
+
type: group
|
|
47031
|
+
required: true
|
|
47032
|
+
specs:
|
|
47033
|
+
- type: all_of
|
|
47034
|
+
specs:
|
|
47035
|
+
- name: final_time
|
|
47036
|
+
type: double
|
|
47037
|
+
description: "Final time when the simulation ends"
|
|
47038
|
+
required: true
|
|
47039
|
+
- name: steps
|
|
47040
|
+
type: int
|
|
47041
|
+
description: "Number of time steps in the simulation"
|
|
47042
|
+
required: true
|
|
47043
|
+
validator:
|
|
47044
|
+
range:
|
|
47045
|
+
minimum: 0
|
|
47046
|
+
maximum: 2147483647
|
|
47047
|
+
minimum_exclusive: true
|
|
47048
|
+
maximum_exclusive: false
|
|
47049
|
+
- name: result_every
|
|
47050
|
+
type: int
|
|
47051
|
+
description: "Write result every n timestep"
|
|
47052
|
+
required: true
|
|
47053
|
+
validator:
|
|
47054
|
+
range:
|
|
47055
|
+
minimum: 0
|
|
47056
|
+
maximum: 2147483647
|
|
47057
|
+
minimum_exclusive: true
|
|
47058
|
+
maximum_exclusive: false
|
|
47059
|
+
- name: fluid_properties
|
|
47060
|
+
type: group
|
|
47061
|
+
description: Parameters of fluid
|
|
47062
|
+
required: true
|
|
47063
|
+
specs:
|
|
47064
|
+
- type: all_of
|
|
47065
|
+
specs:
|
|
47066
|
+
- name: density_rho
|
|
47067
|
+
type: double
|
|
47068
|
+
description: "Density of fluid"
|
|
47069
|
+
required: true
|
|
47070
|
+
validator:
|
|
47071
|
+
range:
|
|
47072
|
+
minimum: 0
|
|
47073
|
+
maximum: 1.7976931348623157e+308
|
|
47074
|
+
minimum_exclusive: true
|
|
47075
|
+
maximum_exclusive: false
|
|
47076
|
+
- name: viscosity_mu
|
|
47077
|
+
type: double
|
|
47078
|
+
description: "Viscosity of fluid"
|
|
47079
|
+
required: true
|
|
47080
|
+
- name: material_parameters
|
|
47081
|
+
type: group
|
|
47082
|
+
description: Parameters of wall mechanics
|
|
47083
|
+
required: true
|
|
47084
|
+
specs:
|
|
47085
|
+
- type: all_of
|
|
47086
|
+
specs:
|
|
47087
|
+
- name: Young_E
|
|
47088
|
+
type: selection
|
|
47089
|
+
description: "Young's modulus depending on generation and vessel type."
|
|
47090
|
+
required: true
|
|
47091
|
+
choices:
|
|
47092
|
+
- name: constant
|
|
47093
|
+
spec:
|
|
47094
|
+
name: constant
|
|
47095
|
+
type: double
|
|
47096
|
+
description: "Constant value for the field."
|
|
47097
|
+
required: true
|
|
47098
|
+
- name: from_file
|
|
47099
|
+
spec:
|
|
47100
|
+
name: from_file
|
|
47101
|
+
type: path
|
|
47102
|
+
description: "Path to a file containing the input field data."
|
|
47103
|
+
required: true
|
|
47104
|
+
- name: field_reference
|
|
47105
|
+
spec:
|
|
47106
|
+
name: field_reference
|
|
47107
|
+
type: string
|
|
47108
|
+
description: "Refer to a globally defined field by a name."
|
|
47109
|
+
required: true
|
|
47110
|
+
- name: from_mesh
|
|
47111
|
+
spec:
|
|
47112
|
+
name: from_mesh
|
|
47113
|
+
type: string
|
|
47114
|
+
description: "Refer to a field defined in the input mesh by a name."
|
|
47115
|
+
required: true
|
|
47116
|
+
- name: Poisson_ratio_nue
|
|
47117
|
+
type: double
|
|
47118
|
+
description: "Poisson ratio of material"
|
|
47119
|
+
required: true
|
|
47120
|
+
- name: geometry_parameters
|
|
47121
|
+
type: group
|
|
47122
|
+
description: Geometry of pulmonary vasculature
|
|
47123
|
+
required: true
|
|
47124
|
+
specs:
|
|
47125
|
+
- type: all_of
|
|
47126
|
+
specs:
|
|
47127
|
+
- name: reference_area_A0
|
|
47128
|
+
type: selection
|
|
47129
|
+
description: "Reference area of element"
|
|
47130
|
+
required: true
|
|
47131
|
+
choices:
|
|
47132
|
+
- name: constant
|
|
47133
|
+
spec:
|
|
47134
|
+
name: constant
|
|
47135
|
+
type: double
|
|
47136
|
+
description: "Constant value for the field."
|
|
47137
|
+
required: true
|
|
47138
|
+
- name: from_file
|
|
47139
|
+
spec:
|
|
47140
|
+
name: from_file
|
|
47141
|
+
type: path
|
|
47142
|
+
description: "Path to a file containing the input field data."
|
|
47143
|
+
required: true
|
|
47144
|
+
- name: field_reference
|
|
47145
|
+
spec:
|
|
47146
|
+
name: field_reference
|
|
47147
|
+
type: string
|
|
47148
|
+
description: "Refer to a globally defined field by a name."
|
|
47149
|
+
required: true
|
|
47150
|
+
- name: from_mesh
|
|
47151
|
+
spec:
|
|
47152
|
+
name: from_mesh
|
|
47153
|
+
type: string
|
|
47154
|
+
description: "Refer to a field defined in the input mesh by a name."
|
|
47155
|
+
required: true
|
|
47156
|
+
- name: thickness_th
|
|
47157
|
+
type: selection
|
|
47158
|
+
description: "Wall thickness of element"
|
|
47159
|
+
required: true
|
|
47160
|
+
choices:
|
|
47161
|
+
- name: constant
|
|
47162
|
+
spec:
|
|
47163
|
+
name: constant
|
|
47164
|
+
type: double
|
|
47165
|
+
description: "Constant value for the field."
|
|
47166
|
+
required: true
|
|
47167
|
+
- name: from_file
|
|
47168
|
+
spec:
|
|
47169
|
+
name: from_file
|
|
47170
|
+
type: path
|
|
47171
|
+
description: "Path to a file containing the input field data."
|
|
47172
|
+
required: true
|
|
47173
|
+
- name: field_reference
|
|
47174
|
+
spec:
|
|
47175
|
+
name: field_reference
|
|
47176
|
+
type: string
|
|
47177
|
+
description: "Refer to a globally defined field by a name."
|
|
47178
|
+
required: true
|
|
47179
|
+
- name: from_mesh
|
|
47180
|
+
spec:
|
|
47181
|
+
name: from_mesh
|
|
47182
|
+
type: string
|
|
47183
|
+
description: "Refer to a field defined in the input mesh by a name."
|
|
47184
|
+
required: true
|
|
47185
|
+
- name: boundary_conditions
|
|
47186
|
+
type: group
|
|
47187
|
+
description: Parameters of fluid
|
|
47188
|
+
required: true
|
|
47189
|
+
specs:
|
|
47190
|
+
- type: all_of
|
|
47191
|
+
specs:
|
|
47192
|
+
- name: input
|
|
47193
|
+
type: enum
|
|
47194
|
+
description: "Choice of prescribed parameter at inflow boundary"
|
|
47195
|
+
required: true
|
|
47196
|
+
choices:
|
|
47197
|
+
- name: "area"
|
|
47198
|
+
- name: "flow"
|
|
47199
|
+
- name: "pressure"
|
|
47200
|
+
- name: "velocity"
|
|
47201
|
+
- name: output
|
|
47202
|
+
type: enum
|
|
47203
|
+
description: "Choice of prescribed parameter at outflow boundary"
|
|
47204
|
+
required: true
|
|
47205
|
+
choices:
|
|
47206
|
+
- name: "pressure"
|
|
47207
|
+
- name: "reflection"
|
|
47208
|
+
- name: function_ID
|
|
47209
|
+
type: int
|
|
47210
|
+
description: "ID of function describing the boundary condition"
|
|
47211
|
+
required: true
|
|
47212
|
+
- name: condition_outflow
|
|
47213
|
+
type: double
|
|
47214
|
+
description: "Condition applied at the outlet, either pressure (mmHg) or reflection."
|
|
47215
|
+
required: true
|
|
47216
|
+
- name: cycle_period
|
|
47217
|
+
noneable: true
|
|
47218
|
+
type: double
|
|
47219
|
+
description: "Duration of one cycle until next one starts, to implement pulsatility (systolic vs diastolic)."
|
|
47220
|
+
required: false
|
|
47221
|
+
default: null
|
|
47222
|
+
- name: pulse_width
|
|
47223
|
+
noneable: true
|
|
47224
|
+
type: double
|
|
47225
|
+
description: "Duration of input pulse in the cycle - Heaviside function = 1."
|
|
47226
|
+
required: false
|
|
47227
|
+
default: null
|
|
46695
47228
|
$references:
|
|
46696
47229
|
"0":
|
|
46697
47230
|
name: elements
|
|
@@ -50416,6 +50949,47 @@ $references:
|
|
|
50416
50949
|
type: double
|
|
50417
50950
|
required: false
|
|
50418
50951
|
default: null
|
|
50952
|
+
- name: INTEGRATION
|
|
50953
|
+
type: group
|
|
50954
|
+
description: Defines the integration rules for the solid element.
|
|
50955
|
+
required: false
|
|
50956
|
+
specs:
|
|
50957
|
+
- type: all_of
|
|
50958
|
+
specs:
|
|
50959
|
+
- name: RESIDUUM
|
|
50960
|
+
type: enum
|
|
50961
|
+
description: "Gauss integration rule used to integrate the residuum and its linearization"
|
|
50962
|
+
required: false
|
|
50963
|
+
default: hex_8point
|
|
50964
|
+
choices:
|
|
50965
|
+
- name: hex_1point
|
|
50966
|
+
- name: hex_8point
|
|
50967
|
+
- name: hex_18point
|
|
50968
|
+
- name: hex_27point
|
|
50969
|
+
- name: hex_64point
|
|
50970
|
+
- name: hex_125point
|
|
50971
|
+
- name: hex_216point
|
|
50972
|
+
- name: hex_343point
|
|
50973
|
+
- name: hex_512point
|
|
50974
|
+
- name: hex_729point
|
|
50975
|
+
- name: hex_1000point
|
|
50976
|
+
- name: MASS
|
|
50977
|
+
type: enum
|
|
50978
|
+
description: "Gauss integration rule used to integrate the mass matrix"
|
|
50979
|
+
required: false
|
|
50980
|
+
default: hex_8point
|
|
50981
|
+
choices:
|
|
50982
|
+
- name: hex_1point
|
|
50983
|
+
- name: hex_8point
|
|
50984
|
+
- name: hex_18point
|
|
50985
|
+
- name: hex_27point
|
|
50986
|
+
- name: hex_64point
|
|
50987
|
+
- name: hex_125point
|
|
50988
|
+
- name: hex_216point
|
|
50989
|
+
- name: hex_343point
|
|
50990
|
+
- name: hex_512point
|
|
50991
|
+
- name: hex_729point
|
|
50992
|
+
- name: hex_1000point
|
|
50419
50993
|
- name: TECH
|
|
50420
50994
|
type: enum
|
|
50421
50995
|
required: false
|
|
@@ -50502,6 +51076,47 @@ $references:
|
|
|
50502
51076
|
type: double
|
|
50503
51077
|
required: false
|
|
50504
51078
|
default: null
|
|
51079
|
+
- name: INTEGRATION
|
|
51080
|
+
type: group
|
|
51081
|
+
description: Defines the integration rules for the solid element.
|
|
51082
|
+
required: false
|
|
51083
|
+
specs:
|
|
51084
|
+
- type: all_of
|
|
51085
|
+
specs:
|
|
51086
|
+
- name: RESIDUUM
|
|
51087
|
+
type: enum
|
|
51088
|
+
description: "Gauss integration rule used to integrate the residuum and its linearization"
|
|
51089
|
+
required: false
|
|
51090
|
+
default: hex_18point
|
|
51091
|
+
choices:
|
|
51092
|
+
- name: hex_1point
|
|
51093
|
+
- name: hex_8point
|
|
51094
|
+
- name: hex_18point
|
|
51095
|
+
- name: hex_27point
|
|
51096
|
+
- name: hex_64point
|
|
51097
|
+
- name: hex_125point
|
|
51098
|
+
- name: hex_216point
|
|
51099
|
+
- name: hex_343point
|
|
51100
|
+
- name: hex_512point
|
|
51101
|
+
- name: hex_729point
|
|
51102
|
+
- name: hex_1000point
|
|
51103
|
+
- name: MASS
|
|
51104
|
+
type: enum
|
|
51105
|
+
description: "Gauss integration rule used to integrate the mass matrix"
|
|
51106
|
+
required: false
|
|
51107
|
+
default: hex_18point
|
|
51108
|
+
choices:
|
|
51109
|
+
- name: hex_1point
|
|
51110
|
+
- name: hex_8point
|
|
51111
|
+
- name: hex_18point
|
|
51112
|
+
- name: hex_27point
|
|
51113
|
+
- name: hex_64point
|
|
51114
|
+
- name: hex_125point
|
|
51115
|
+
- name: hex_216point
|
|
51116
|
+
- name: hex_343point
|
|
51117
|
+
- name: hex_512point
|
|
51118
|
+
- name: hex_729point
|
|
51119
|
+
- name: hex_1000point
|
|
50505
51120
|
- type: all_of
|
|
50506
51121
|
specs:
|
|
50507
51122
|
- name: HEX20
|
|
@@ -50576,6 +51191,47 @@ $references:
|
|
|
50576
51191
|
type: double
|
|
50577
51192
|
required: false
|
|
50578
51193
|
default: null
|
|
51194
|
+
- name: INTEGRATION
|
|
51195
|
+
type: group
|
|
51196
|
+
description: Defines the integration rules for the solid element.
|
|
51197
|
+
required: false
|
|
51198
|
+
specs:
|
|
51199
|
+
- type: all_of
|
|
51200
|
+
specs:
|
|
51201
|
+
- name: RESIDUUM
|
|
51202
|
+
type: enum
|
|
51203
|
+
description: "Gauss integration rule used to integrate the residuum and its linearization"
|
|
51204
|
+
required: false
|
|
51205
|
+
default: hex_27point
|
|
51206
|
+
choices:
|
|
51207
|
+
- name: hex_1point
|
|
51208
|
+
- name: hex_8point
|
|
51209
|
+
- name: hex_18point
|
|
51210
|
+
- name: hex_27point
|
|
51211
|
+
- name: hex_64point
|
|
51212
|
+
- name: hex_125point
|
|
51213
|
+
- name: hex_216point
|
|
51214
|
+
- name: hex_343point
|
|
51215
|
+
- name: hex_512point
|
|
51216
|
+
- name: hex_729point
|
|
51217
|
+
- name: hex_1000point
|
|
51218
|
+
- name: MASS
|
|
51219
|
+
type: enum
|
|
51220
|
+
description: "Gauss integration rule used to integrate the mass matrix"
|
|
51221
|
+
required: false
|
|
51222
|
+
default: hex_27point
|
|
51223
|
+
choices:
|
|
51224
|
+
- name: hex_1point
|
|
51225
|
+
- name: hex_8point
|
|
51226
|
+
- name: hex_18point
|
|
51227
|
+
- name: hex_27point
|
|
51228
|
+
- name: hex_64point
|
|
51229
|
+
- name: hex_125point
|
|
51230
|
+
- name: hex_216point
|
|
51231
|
+
- name: hex_343point
|
|
51232
|
+
- name: hex_512point
|
|
51233
|
+
- name: hex_729point
|
|
51234
|
+
- name: hex_1000point
|
|
50579
51235
|
- type: all_of
|
|
50580
51236
|
specs:
|
|
50581
51237
|
- name: HEX27
|
|
@@ -50650,6 +51306,47 @@ $references:
|
|
|
50650
51306
|
type: double
|
|
50651
51307
|
required: false
|
|
50652
51308
|
default: null
|
|
51309
|
+
- name: INTEGRATION
|
|
51310
|
+
type: group
|
|
51311
|
+
description: Defines the integration rules for the solid element.
|
|
51312
|
+
required: false
|
|
51313
|
+
specs:
|
|
51314
|
+
- type: all_of
|
|
51315
|
+
specs:
|
|
51316
|
+
- name: RESIDUUM
|
|
51317
|
+
type: enum
|
|
51318
|
+
description: "Gauss integration rule used to integrate the residuum and its linearization"
|
|
51319
|
+
required: false
|
|
51320
|
+
default: hex_27point
|
|
51321
|
+
choices:
|
|
51322
|
+
- name: hex_1point
|
|
51323
|
+
- name: hex_8point
|
|
51324
|
+
- name: hex_18point
|
|
51325
|
+
- name: hex_27point
|
|
51326
|
+
- name: hex_64point
|
|
51327
|
+
- name: hex_125point
|
|
51328
|
+
- name: hex_216point
|
|
51329
|
+
- name: hex_343point
|
|
51330
|
+
- name: hex_512point
|
|
51331
|
+
- name: hex_729point
|
|
51332
|
+
- name: hex_1000point
|
|
51333
|
+
- name: MASS
|
|
51334
|
+
type: enum
|
|
51335
|
+
description: "Gauss integration rule used to integrate the mass matrix"
|
|
51336
|
+
required: false
|
|
51337
|
+
default: hex_27point
|
|
51338
|
+
choices:
|
|
51339
|
+
- name: hex_1point
|
|
51340
|
+
- name: hex_8point
|
|
51341
|
+
- name: hex_18point
|
|
51342
|
+
- name: hex_27point
|
|
51343
|
+
- name: hex_64point
|
|
51344
|
+
- name: hex_125point
|
|
51345
|
+
- name: hex_216point
|
|
51346
|
+
- name: hex_343point
|
|
51347
|
+
- name: hex_512point
|
|
51348
|
+
- name: hex_729point
|
|
51349
|
+
- name: hex_1000point
|
|
50653
51350
|
- type: all_of
|
|
50654
51351
|
specs:
|
|
50655
51352
|
- name: TET4
|
|
@@ -50724,6 +51421,39 @@ $references:
|
|
|
50724
51421
|
type: double
|
|
50725
51422
|
required: false
|
|
50726
51423
|
default: null
|
|
51424
|
+
- name: INTEGRATION
|
|
51425
|
+
type: group
|
|
51426
|
+
description: Defines the integration rules for the solid element.
|
|
51427
|
+
required: false
|
|
51428
|
+
specs:
|
|
51429
|
+
- type: all_of
|
|
51430
|
+
specs:
|
|
51431
|
+
- name: RESIDUUM
|
|
51432
|
+
type: enum
|
|
51433
|
+
description: "Gauss integration rule used to integrate the residuum and its linearization"
|
|
51434
|
+
required: false
|
|
51435
|
+
default: tet_1point
|
|
51436
|
+
choices:
|
|
51437
|
+
- name: tet_1point
|
|
51438
|
+
- name: tet_4point
|
|
51439
|
+
- name: tet_5point
|
|
51440
|
+
- name: tet_11point
|
|
51441
|
+
- name: tet_15point
|
|
51442
|
+
- name: tet_24point
|
|
51443
|
+
- name: tet_45point
|
|
51444
|
+
- name: MASS
|
|
51445
|
+
type: enum
|
|
51446
|
+
description: "Gauss integration rule used to integrate the mass matrix"
|
|
51447
|
+
required: false
|
|
51448
|
+
default: tet_4point
|
|
51449
|
+
choices:
|
|
51450
|
+
- name: tet_1point
|
|
51451
|
+
- name: tet_4point
|
|
51452
|
+
- name: tet_5point
|
|
51453
|
+
- name: tet_11point
|
|
51454
|
+
- name: tet_15point
|
|
51455
|
+
- name: tet_24point
|
|
51456
|
+
- name: tet_45point
|
|
50727
51457
|
- type: all_of
|
|
50728
51458
|
specs:
|
|
50729
51459
|
- name: TET10
|
|
@@ -50798,6 +51528,39 @@ $references:
|
|
|
50798
51528
|
type: double
|
|
50799
51529
|
required: false
|
|
50800
51530
|
default: null
|
|
51531
|
+
- name: INTEGRATION
|
|
51532
|
+
type: group
|
|
51533
|
+
description: Defines the integration rules for the solid element.
|
|
51534
|
+
required: false
|
|
51535
|
+
specs:
|
|
51536
|
+
- type: all_of
|
|
51537
|
+
specs:
|
|
51538
|
+
- name: RESIDUUM
|
|
51539
|
+
type: enum
|
|
51540
|
+
description: "Gauss integration rule used to integrate the residuum and its linearization"
|
|
51541
|
+
required: false
|
|
51542
|
+
default: tet_4point
|
|
51543
|
+
choices:
|
|
51544
|
+
- name: tet_1point
|
|
51545
|
+
- name: tet_4point
|
|
51546
|
+
- name: tet_5point
|
|
51547
|
+
- name: tet_11point
|
|
51548
|
+
- name: tet_15point
|
|
51549
|
+
- name: tet_24point
|
|
51550
|
+
- name: tet_45point
|
|
51551
|
+
- name: MASS
|
|
51552
|
+
type: enum
|
|
51553
|
+
description: "Gauss integration rule used to integrate the mass matrix"
|
|
51554
|
+
required: false
|
|
51555
|
+
default: tet_11point
|
|
51556
|
+
choices:
|
|
51557
|
+
- name: tet_1point
|
|
51558
|
+
- name: tet_4point
|
|
51559
|
+
- name: tet_5point
|
|
51560
|
+
- name: tet_11point
|
|
51561
|
+
- name: tet_15point
|
|
51562
|
+
- name: tet_24point
|
|
51563
|
+
- name: tet_45point
|
|
50801
51564
|
- type: all_of
|
|
50802
51565
|
specs:
|
|
50803
51566
|
- name: WEDGE6
|
|
@@ -50872,6 +51635,31 @@ $references:
|
|
|
50872
51635
|
type: double
|
|
50873
51636
|
required: false
|
|
50874
51637
|
default: null
|
|
51638
|
+
- name: INTEGRATION
|
|
51639
|
+
type: group
|
|
51640
|
+
description: Defines the integration rules for the solid element.
|
|
51641
|
+
required: false
|
|
51642
|
+
specs:
|
|
51643
|
+
- type: all_of
|
|
51644
|
+
specs:
|
|
51645
|
+
- name: RESIDUUM
|
|
51646
|
+
type: enum
|
|
51647
|
+
description: "Gauss integration rule used to integrate the residuum and its linearization"
|
|
51648
|
+
required: false
|
|
51649
|
+
default: wedge_6point
|
|
51650
|
+
choices:
|
|
51651
|
+
- name: wedge_1point
|
|
51652
|
+
- name: wedge_6point
|
|
51653
|
+
- name: wedge_9point
|
|
51654
|
+
- name: MASS
|
|
51655
|
+
type: enum
|
|
51656
|
+
description: "Gauss integration rule used to integrate the mass matrix"
|
|
51657
|
+
required: false
|
|
51658
|
+
default: wedge_6point
|
|
51659
|
+
choices:
|
|
51660
|
+
- name: wedge_1point
|
|
51661
|
+
- name: wedge_6point
|
|
51662
|
+
- name: wedge_9point
|
|
50875
51663
|
- name: TECH
|
|
50876
51664
|
type: enum
|
|
50877
51665
|
required: false
|
|
@@ -50954,6 +51742,29 @@ $references:
|
|
|
50954
51742
|
type: double
|
|
50955
51743
|
required: false
|
|
50956
51744
|
default: null
|
|
51745
|
+
- name: INTEGRATION
|
|
51746
|
+
type: group
|
|
51747
|
+
description: Defines the integration rules for the solid element.
|
|
51748
|
+
required: false
|
|
51749
|
+
specs:
|
|
51750
|
+
- type: all_of
|
|
51751
|
+
specs:
|
|
51752
|
+
- name: RESIDUUM
|
|
51753
|
+
type: enum
|
|
51754
|
+
description: "Gauss integration rule used to integrate the residuum and its linearization"
|
|
51755
|
+
required: false
|
|
51756
|
+
default: pyramid_8point
|
|
51757
|
+
choices:
|
|
51758
|
+
- name: pyramid_1point
|
|
51759
|
+
- name: pyramid_8point
|
|
51760
|
+
- name: MASS
|
|
51761
|
+
type: enum
|
|
51762
|
+
description: "Gauss integration rule used to integrate the mass matrix"
|
|
51763
|
+
required: false
|
|
51764
|
+
default: pyramid_8point
|
|
51765
|
+
choices:
|
|
51766
|
+
- name: pyramid_1point
|
|
51767
|
+
- name: pyramid_8point
|
|
50957
51768
|
- name: TECH
|
|
50958
51769
|
type: enum
|
|
50959
51770
|
required: false
|
|
@@ -50979,6 +51790,47 @@ $references:
|
|
|
50979
51790
|
choices:
|
|
50980
51791
|
- name: "linear"
|
|
50981
51792
|
- name: "nonlinear"
|
|
51793
|
+
- name: INTEGRATION
|
|
51794
|
+
type: group
|
|
51795
|
+
description: Defines the integration rules for the solid element.
|
|
51796
|
+
required: false
|
|
51797
|
+
specs:
|
|
51798
|
+
- type: all_of
|
|
51799
|
+
specs:
|
|
51800
|
+
- name: RESIDUUM
|
|
51801
|
+
type: enum
|
|
51802
|
+
description: "Gauss integration rule used to integrate the residuum and its linearization"
|
|
51803
|
+
required: false
|
|
51804
|
+
default: hex_27point
|
|
51805
|
+
choices:
|
|
51806
|
+
- name: hex_1point
|
|
51807
|
+
- name: hex_8point
|
|
51808
|
+
- name: hex_18point
|
|
51809
|
+
- name: hex_27point
|
|
51810
|
+
- name: hex_64point
|
|
51811
|
+
- name: hex_125point
|
|
51812
|
+
- name: hex_216point
|
|
51813
|
+
- name: hex_343point
|
|
51814
|
+
- name: hex_512point
|
|
51815
|
+
- name: hex_729point
|
|
51816
|
+
- name: hex_1000point
|
|
51817
|
+
- name: MASS
|
|
51818
|
+
type: enum
|
|
51819
|
+
description: "Gauss integration rule used to integrate the mass matrix"
|
|
51820
|
+
required: false
|
|
51821
|
+
default: hex_27point
|
|
51822
|
+
choices:
|
|
51823
|
+
- name: hex_1point
|
|
51824
|
+
- name: hex_8point
|
|
51825
|
+
- name: hex_18point
|
|
51826
|
+
- name: hex_27point
|
|
51827
|
+
- name: hex_64point
|
|
51828
|
+
- name: hex_125point
|
|
51829
|
+
- name: hex_216point
|
|
51830
|
+
- name: hex_343point
|
|
51831
|
+
- name: hex_512point
|
|
51832
|
+
- name: hex_729point
|
|
51833
|
+
- name: hex_1000point
|
|
50982
51834
|
- type: all_of
|
|
50983
51835
|
specs:
|
|
50984
51836
|
- name: SOLIDPORO_PRESSURE_BASED
|
|
@@ -58784,6 +59636,47 @@ $references:
|
|
|
58784
59636
|
type: double
|
|
58785
59637
|
required: false
|
|
58786
59638
|
default: null
|
|
59639
|
+
- name: INTEGRATION
|
|
59640
|
+
type: group
|
|
59641
|
+
description: Defines the integration rules for the solid element.
|
|
59642
|
+
required: false
|
|
59643
|
+
specs:
|
|
59644
|
+
- type: all_of
|
|
59645
|
+
specs:
|
|
59646
|
+
- name: RESIDUUM
|
|
59647
|
+
type: enum
|
|
59648
|
+
description: "Gauss integration rule used to integrate the residuum and its linearization"
|
|
59649
|
+
required: false
|
|
59650
|
+
default: hex_8point
|
|
59651
|
+
choices:
|
|
59652
|
+
- name: hex_1point
|
|
59653
|
+
- name: hex_8point
|
|
59654
|
+
- name: hex_18point
|
|
59655
|
+
- name: hex_27point
|
|
59656
|
+
- name: hex_64point
|
|
59657
|
+
- name: hex_125point
|
|
59658
|
+
- name: hex_216point
|
|
59659
|
+
- name: hex_343point
|
|
59660
|
+
- name: hex_512point
|
|
59661
|
+
- name: hex_729point
|
|
59662
|
+
- name: hex_1000point
|
|
59663
|
+
- name: MASS
|
|
59664
|
+
type: enum
|
|
59665
|
+
description: "Gauss integration rule used to integrate the mass matrix"
|
|
59666
|
+
required: false
|
|
59667
|
+
default: hex_8point
|
|
59668
|
+
choices:
|
|
59669
|
+
- name: hex_1point
|
|
59670
|
+
- name: hex_8point
|
|
59671
|
+
- name: hex_18point
|
|
59672
|
+
- name: hex_27point
|
|
59673
|
+
- name: hex_64point
|
|
59674
|
+
- name: hex_125point
|
|
59675
|
+
- name: hex_216point
|
|
59676
|
+
- name: hex_343point
|
|
59677
|
+
- name: hex_512point
|
|
59678
|
+
- name: hex_729point
|
|
59679
|
+
- name: hex_1000point
|
|
58787
59680
|
- name: TECH
|
|
58788
59681
|
type: enum
|
|
58789
59682
|
required: false
|
|
@@ -58870,6 +59763,47 @@ $references:
|
|
|
58870
59763
|
type: double
|
|
58871
59764
|
required: false
|
|
58872
59765
|
default: null
|
|
59766
|
+
- name: INTEGRATION
|
|
59767
|
+
type: group
|
|
59768
|
+
description: Defines the integration rules for the solid element.
|
|
59769
|
+
required: false
|
|
59770
|
+
specs:
|
|
59771
|
+
- type: all_of
|
|
59772
|
+
specs:
|
|
59773
|
+
- name: RESIDUUM
|
|
59774
|
+
type: enum
|
|
59775
|
+
description: "Gauss integration rule used to integrate the residuum and its linearization"
|
|
59776
|
+
required: false
|
|
59777
|
+
default: hex_18point
|
|
59778
|
+
choices:
|
|
59779
|
+
- name: hex_1point
|
|
59780
|
+
- name: hex_8point
|
|
59781
|
+
- name: hex_18point
|
|
59782
|
+
- name: hex_27point
|
|
59783
|
+
- name: hex_64point
|
|
59784
|
+
- name: hex_125point
|
|
59785
|
+
- name: hex_216point
|
|
59786
|
+
- name: hex_343point
|
|
59787
|
+
- name: hex_512point
|
|
59788
|
+
- name: hex_729point
|
|
59789
|
+
- name: hex_1000point
|
|
59790
|
+
- name: MASS
|
|
59791
|
+
type: enum
|
|
59792
|
+
description: "Gauss integration rule used to integrate the mass matrix"
|
|
59793
|
+
required: false
|
|
59794
|
+
default: hex_18point
|
|
59795
|
+
choices:
|
|
59796
|
+
- name: hex_1point
|
|
59797
|
+
- name: hex_8point
|
|
59798
|
+
- name: hex_18point
|
|
59799
|
+
- name: hex_27point
|
|
59800
|
+
- name: hex_64point
|
|
59801
|
+
- name: hex_125point
|
|
59802
|
+
- name: hex_216point
|
|
59803
|
+
- name: hex_343point
|
|
59804
|
+
- name: hex_512point
|
|
59805
|
+
- name: hex_729point
|
|
59806
|
+
- name: hex_1000point
|
|
58873
59807
|
- type: all_of
|
|
58874
59808
|
specs:
|
|
58875
59809
|
- name: HEX20
|
|
@@ -58944,6 +59878,47 @@ $references:
|
|
|
58944
59878
|
type: double
|
|
58945
59879
|
required: false
|
|
58946
59880
|
default: null
|
|
59881
|
+
- name: INTEGRATION
|
|
59882
|
+
type: group
|
|
59883
|
+
description: Defines the integration rules for the solid element.
|
|
59884
|
+
required: false
|
|
59885
|
+
specs:
|
|
59886
|
+
- type: all_of
|
|
59887
|
+
specs:
|
|
59888
|
+
- name: RESIDUUM
|
|
59889
|
+
type: enum
|
|
59890
|
+
description: "Gauss integration rule used to integrate the residuum and its linearization"
|
|
59891
|
+
required: false
|
|
59892
|
+
default: hex_27point
|
|
59893
|
+
choices:
|
|
59894
|
+
- name: hex_1point
|
|
59895
|
+
- name: hex_8point
|
|
59896
|
+
- name: hex_18point
|
|
59897
|
+
- name: hex_27point
|
|
59898
|
+
- name: hex_64point
|
|
59899
|
+
- name: hex_125point
|
|
59900
|
+
- name: hex_216point
|
|
59901
|
+
- name: hex_343point
|
|
59902
|
+
- name: hex_512point
|
|
59903
|
+
- name: hex_729point
|
|
59904
|
+
- name: hex_1000point
|
|
59905
|
+
- name: MASS
|
|
59906
|
+
type: enum
|
|
59907
|
+
description: "Gauss integration rule used to integrate the mass matrix"
|
|
59908
|
+
required: false
|
|
59909
|
+
default: hex_27point
|
|
59910
|
+
choices:
|
|
59911
|
+
- name: hex_1point
|
|
59912
|
+
- name: hex_8point
|
|
59913
|
+
- name: hex_18point
|
|
59914
|
+
- name: hex_27point
|
|
59915
|
+
- name: hex_64point
|
|
59916
|
+
- name: hex_125point
|
|
59917
|
+
- name: hex_216point
|
|
59918
|
+
- name: hex_343point
|
|
59919
|
+
- name: hex_512point
|
|
59920
|
+
- name: hex_729point
|
|
59921
|
+
- name: hex_1000point
|
|
58947
59922
|
- type: all_of
|
|
58948
59923
|
specs:
|
|
58949
59924
|
- name: HEX27
|
|
@@ -59018,6 +59993,47 @@ $references:
|
|
|
59018
59993
|
type: double
|
|
59019
59994
|
required: false
|
|
59020
59995
|
default: null
|
|
59996
|
+
- name: INTEGRATION
|
|
59997
|
+
type: group
|
|
59998
|
+
description: Defines the integration rules for the solid element.
|
|
59999
|
+
required: false
|
|
60000
|
+
specs:
|
|
60001
|
+
- type: all_of
|
|
60002
|
+
specs:
|
|
60003
|
+
- name: RESIDUUM
|
|
60004
|
+
type: enum
|
|
60005
|
+
description: "Gauss integration rule used to integrate the residuum and its linearization"
|
|
60006
|
+
required: false
|
|
60007
|
+
default: hex_27point
|
|
60008
|
+
choices:
|
|
60009
|
+
- name: hex_1point
|
|
60010
|
+
- name: hex_8point
|
|
60011
|
+
- name: hex_18point
|
|
60012
|
+
- name: hex_27point
|
|
60013
|
+
- name: hex_64point
|
|
60014
|
+
- name: hex_125point
|
|
60015
|
+
- name: hex_216point
|
|
60016
|
+
- name: hex_343point
|
|
60017
|
+
- name: hex_512point
|
|
60018
|
+
- name: hex_729point
|
|
60019
|
+
- name: hex_1000point
|
|
60020
|
+
- name: MASS
|
|
60021
|
+
type: enum
|
|
60022
|
+
description: "Gauss integration rule used to integrate the mass matrix"
|
|
60023
|
+
required: false
|
|
60024
|
+
default: hex_27point
|
|
60025
|
+
choices:
|
|
60026
|
+
- name: hex_1point
|
|
60027
|
+
- name: hex_8point
|
|
60028
|
+
- name: hex_18point
|
|
60029
|
+
- name: hex_27point
|
|
60030
|
+
- name: hex_64point
|
|
60031
|
+
- name: hex_125point
|
|
60032
|
+
- name: hex_216point
|
|
60033
|
+
- name: hex_343point
|
|
60034
|
+
- name: hex_512point
|
|
60035
|
+
- name: hex_729point
|
|
60036
|
+
- name: hex_1000point
|
|
59021
60037
|
- type: all_of
|
|
59022
60038
|
specs:
|
|
59023
60039
|
- name: TET4
|
|
@@ -59092,6 +60108,39 @@ $references:
|
|
|
59092
60108
|
type: double
|
|
59093
60109
|
required: false
|
|
59094
60110
|
default: null
|
|
60111
|
+
- name: INTEGRATION
|
|
60112
|
+
type: group
|
|
60113
|
+
description: Defines the integration rules for the solid element.
|
|
60114
|
+
required: false
|
|
60115
|
+
specs:
|
|
60116
|
+
- type: all_of
|
|
60117
|
+
specs:
|
|
60118
|
+
- name: RESIDUUM
|
|
60119
|
+
type: enum
|
|
60120
|
+
description: "Gauss integration rule used to integrate the residuum and its linearization"
|
|
60121
|
+
required: false
|
|
60122
|
+
default: tet_1point
|
|
60123
|
+
choices:
|
|
60124
|
+
- name: tet_1point
|
|
60125
|
+
- name: tet_4point
|
|
60126
|
+
- name: tet_5point
|
|
60127
|
+
- name: tet_11point
|
|
60128
|
+
- name: tet_15point
|
|
60129
|
+
- name: tet_24point
|
|
60130
|
+
- name: tet_45point
|
|
60131
|
+
- name: MASS
|
|
60132
|
+
type: enum
|
|
60133
|
+
description: "Gauss integration rule used to integrate the mass matrix"
|
|
60134
|
+
required: false
|
|
60135
|
+
default: tet_4point
|
|
60136
|
+
choices:
|
|
60137
|
+
- name: tet_1point
|
|
60138
|
+
- name: tet_4point
|
|
60139
|
+
- name: tet_5point
|
|
60140
|
+
- name: tet_11point
|
|
60141
|
+
- name: tet_15point
|
|
60142
|
+
- name: tet_24point
|
|
60143
|
+
- name: tet_45point
|
|
59095
60144
|
- type: all_of
|
|
59096
60145
|
specs:
|
|
59097
60146
|
- name: TET10
|
|
@@ -59166,6 +60215,39 @@ $references:
|
|
|
59166
60215
|
type: double
|
|
59167
60216
|
required: false
|
|
59168
60217
|
default: null
|
|
60218
|
+
- name: INTEGRATION
|
|
60219
|
+
type: group
|
|
60220
|
+
description: Defines the integration rules for the solid element.
|
|
60221
|
+
required: false
|
|
60222
|
+
specs:
|
|
60223
|
+
- type: all_of
|
|
60224
|
+
specs:
|
|
60225
|
+
- name: RESIDUUM
|
|
60226
|
+
type: enum
|
|
60227
|
+
description: "Gauss integration rule used to integrate the residuum and its linearization"
|
|
60228
|
+
required: false
|
|
60229
|
+
default: tet_4point
|
|
60230
|
+
choices:
|
|
60231
|
+
- name: tet_1point
|
|
60232
|
+
- name: tet_4point
|
|
60233
|
+
- name: tet_5point
|
|
60234
|
+
- name: tet_11point
|
|
60235
|
+
- name: tet_15point
|
|
60236
|
+
- name: tet_24point
|
|
60237
|
+
- name: tet_45point
|
|
60238
|
+
- name: MASS
|
|
60239
|
+
type: enum
|
|
60240
|
+
description: "Gauss integration rule used to integrate the mass matrix"
|
|
60241
|
+
required: false
|
|
60242
|
+
default: tet_11point
|
|
60243
|
+
choices:
|
|
60244
|
+
- name: tet_1point
|
|
60245
|
+
- name: tet_4point
|
|
60246
|
+
- name: tet_5point
|
|
60247
|
+
- name: tet_11point
|
|
60248
|
+
- name: tet_15point
|
|
60249
|
+
- name: tet_24point
|
|
60250
|
+
- name: tet_45point
|
|
59169
60251
|
- type: all_of
|
|
59170
60252
|
specs:
|
|
59171
60253
|
- name: WEDGE6
|
|
@@ -59240,6 +60322,31 @@ $references:
|
|
|
59240
60322
|
type: double
|
|
59241
60323
|
required: false
|
|
59242
60324
|
default: null
|
|
60325
|
+
- name: INTEGRATION
|
|
60326
|
+
type: group
|
|
60327
|
+
description: Defines the integration rules for the solid element.
|
|
60328
|
+
required: false
|
|
60329
|
+
specs:
|
|
60330
|
+
- type: all_of
|
|
60331
|
+
specs:
|
|
60332
|
+
- name: RESIDUUM
|
|
60333
|
+
type: enum
|
|
60334
|
+
description: "Gauss integration rule used to integrate the residuum and its linearization"
|
|
60335
|
+
required: false
|
|
60336
|
+
default: wedge_6point
|
|
60337
|
+
choices:
|
|
60338
|
+
- name: wedge_1point
|
|
60339
|
+
- name: wedge_6point
|
|
60340
|
+
- name: wedge_9point
|
|
60341
|
+
- name: MASS
|
|
60342
|
+
type: enum
|
|
60343
|
+
description: "Gauss integration rule used to integrate the mass matrix"
|
|
60344
|
+
required: false
|
|
60345
|
+
default: wedge_6point
|
|
60346
|
+
choices:
|
|
60347
|
+
- name: wedge_1point
|
|
60348
|
+
- name: wedge_6point
|
|
60349
|
+
- name: wedge_9point
|
|
59243
60350
|
- name: TECH
|
|
59244
60351
|
type: enum
|
|
59245
60352
|
required: false
|
|
@@ -59322,6 +60429,29 @@ $references:
|
|
|
59322
60429
|
type: double
|
|
59323
60430
|
required: false
|
|
59324
60431
|
default: null
|
|
60432
|
+
- name: INTEGRATION
|
|
60433
|
+
type: group
|
|
60434
|
+
description: Defines the integration rules for the solid element.
|
|
60435
|
+
required: false
|
|
60436
|
+
specs:
|
|
60437
|
+
- type: all_of
|
|
60438
|
+
specs:
|
|
60439
|
+
- name: RESIDUUM
|
|
60440
|
+
type: enum
|
|
60441
|
+
description: "Gauss integration rule used to integrate the residuum and its linearization"
|
|
60442
|
+
required: false
|
|
60443
|
+
default: pyramid_8point
|
|
60444
|
+
choices:
|
|
60445
|
+
- name: pyramid_1point
|
|
60446
|
+
- name: pyramid_8point
|
|
60447
|
+
- name: MASS
|
|
60448
|
+
type: enum
|
|
60449
|
+
description: "Gauss integration rule used to integrate the mass matrix"
|
|
60450
|
+
required: false
|
|
60451
|
+
default: pyramid_8point
|
|
60452
|
+
choices:
|
|
60453
|
+
- name: pyramid_1point
|
|
60454
|
+
- name: pyramid_8point
|
|
59325
60455
|
- name: TECH
|
|
59326
60456
|
type: enum
|
|
59327
60457
|
required: false
|
|
@@ -59347,6 +60477,47 @@ $references:
|
|
|
59347
60477
|
choices:
|
|
59348
60478
|
- name: "linear"
|
|
59349
60479
|
- name: "nonlinear"
|
|
60480
|
+
- name: INTEGRATION
|
|
60481
|
+
type: group
|
|
60482
|
+
description: Defines the integration rules for the solid element.
|
|
60483
|
+
required: false
|
|
60484
|
+
specs:
|
|
60485
|
+
- type: all_of
|
|
60486
|
+
specs:
|
|
60487
|
+
- name: RESIDUUM
|
|
60488
|
+
type: enum
|
|
60489
|
+
description: "Gauss integration rule used to integrate the residuum and its linearization"
|
|
60490
|
+
required: false
|
|
60491
|
+
default: hex_27point
|
|
60492
|
+
choices:
|
|
60493
|
+
- name: hex_1point
|
|
60494
|
+
- name: hex_8point
|
|
60495
|
+
- name: hex_18point
|
|
60496
|
+
- name: hex_27point
|
|
60497
|
+
- name: hex_64point
|
|
60498
|
+
- name: hex_125point
|
|
60499
|
+
- name: hex_216point
|
|
60500
|
+
- name: hex_343point
|
|
60501
|
+
- name: hex_512point
|
|
60502
|
+
- name: hex_729point
|
|
60503
|
+
- name: hex_1000point
|
|
60504
|
+
- name: MASS
|
|
60505
|
+
type: enum
|
|
60506
|
+
description: "Gauss integration rule used to integrate the mass matrix"
|
|
60507
|
+
required: false
|
|
60508
|
+
default: hex_27point
|
|
60509
|
+
choices:
|
|
60510
|
+
- name: hex_1point
|
|
60511
|
+
- name: hex_8point
|
|
60512
|
+
- name: hex_18point
|
|
60513
|
+
- name: hex_27point
|
|
60514
|
+
- name: hex_64point
|
|
60515
|
+
- name: hex_125point
|
|
60516
|
+
- name: hex_216point
|
|
60517
|
+
- name: hex_343point
|
|
60518
|
+
- name: hex_512point
|
|
60519
|
+
- name: hex_729point
|
|
60520
|
+
- name: hex_1000point
|
|
59350
60521
|
- type: all_of
|
|
59351
60522
|
specs:
|
|
59352
60523
|
- name: ID
|