FourCIPP 1.34.0__py3-none-any.whl → 1.36.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
  {
2
- "description": "Schema for 4C\nCommit hash: 54d84f3839b758a5df1fbf1c3cf066a7eebd544d\nVersion: 2025.4.0-dev",
2
+ "description": "Schema for 4C\nCommit hash: edfd653314abc722fc3c1208e949f43c00f0d59a\nVersion: 2025.4.0-dev",
3
3
  "type": "object",
4
4
  "properties": {
5
5
  "ALE DOMAIN": {
@@ -132427,6 +132427,12 @@
132427
132427
  "No",
132428
132428
  "membranethickness"
132429
132429
  ]
132430
+ },
132431
+ "OUTPUT_CONTACT": {
132432
+ "title": "OUTPUT_CONTACT (bool)",
132433
+ "description": "Flag, defining if contact related quantities should be written to output.",
132434
+ "default": false,
132435
+ "type": "boolean"
132430
132436
  }
132431
132437
  },
132432
132438
  "additionalProperties": false
@@ -168099,10 +168105,82 @@
168099
168105
  "description": "A 1D constituent that remodels",
168100
168106
  "type": "object",
168101
168107
  "properties": {
168102
- "FIBER_ID": {
168103
- "title": "FIBER_ID (int)",
168104
- "description": "Id of the fiber",
168105
- "type": "integer"
168108
+ "ORIENTATION": {
168109
+ "title": "ORIENTATION (selection)",
168110
+ "description": "A unit vector field pointing in the direction of the fiber in the reference configuration.",
168111
+ "type": "object",
168112
+ "oneOf": [
168113
+ {
168114
+ "title": "constant",
168115
+ "description": "Constant value for the field.",
168116
+ "type": "object",
168117
+ "properties": {
168118
+ "constant": {
168119
+ "title": "constant (vector)",
168120
+ "description": "Constant value for the field.",
168121
+ "type": "array",
168122
+ "items": {
168123
+ "title": "double",
168124
+ "type": "number"
168125
+ },
168126
+ "minItems": 3,
168127
+ "maxItems": 3
168128
+ }
168129
+ },
168130
+ "additionalProperties": false,
168131
+ "required": [
168132
+ "constant"
168133
+ ]
168134
+ },
168135
+ {
168136
+ "title": "from_file",
168137
+ "description": "Path to a file containing the input field data.",
168138
+ "type": "object",
168139
+ "properties": {
168140
+ "from_file": {
168141
+ "title": "from_file (path)",
168142
+ "description": "Path to a file containing the input field data.",
168143
+ "type": "string"
168144
+ }
168145
+ },
168146
+ "additionalProperties": false,
168147
+ "required": [
168148
+ "from_file"
168149
+ ]
168150
+ },
168151
+ {
168152
+ "title": "field_reference",
168153
+ "description": "Refer to a globally defined field by a name.",
168154
+ "type": "object",
168155
+ "properties": {
168156
+ "field_reference": {
168157
+ "title": "field_reference (string)",
168158
+ "description": "Refer to a globally defined field by a name.",
168159
+ "type": "string"
168160
+ }
168161
+ },
168162
+ "additionalProperties": false,
168163
+ "required": [
168164
+ "field_reference"
168165
+ ]
168166
+ },
168167
+ {
168168
+ "title": "from_mesh",
168169
+ "description": "Refer to a field defined in the input mesh by a name.",
168170
+ "type": "object",
168171
+ "properties": {
168172
+ "from_mesh": {
168173
+ "title": "from_mesh (string)",
168174
+ "description": "Refer to a field defined in the input mesh by a name.",
168175
+ "type": "string"
168176
+ }
168177
+ },
168178
+ "additionalProperties": false,
168179
+ "required": [
168180
+ "from_mesh"
168181
+ ]
168182
+ }
168183
+ ]
168106
168184
  },
168107
168185
  "FIBER_MATERIAL_ID": {
168108
168186
  "title": "FIBER_MATERIAL_ID (int)",
@@ -168141,21 +168219,15 @@
168141
168219
  "description": "Id of the time function to scale the deposition stretch (Default: 0=None)",
168142
168220
  "default": 0,
168143
168221
  "type": "integer"
168144
- },
168145
- "INIT": {
168146
- "title": "INIT (int)",
168147
- "description": "Initialization mode for fibers (1=element fibers, 2=nodal fibers)",
168148
- "type": "integer"
168149
168222
  }
168150
168223
  },
168151
168224
  "additionalProperties": false,
168152
168225
  "required": [
168153
- "FIBER_ID",
168226
+ "ORIENTATION",
168154
168227
  "FIBER_MATERIAL_ID",
168155
168228
  "DECAY_TIME",
168156
168229
  "GROWTH_CONSTANT",
168157
- "DEPOSITION_STRETCH",
168158
- "INIT"
168230
+ "DEPOSITION_STRETCH"
168159
168231
  ]
168160
168232
  }
168161
168233
  },
@@ -168180,104 +168252,242 @@
168180
168252
  "description": "A 1D constituent that remodels",
168181
168253
  "type": "object",
168182
168254
  "properties": {
168183
- "FIBER_ID": {
168184
- "title": "FIBER_ID (int)",
168185
- "description": "Id of the fiber",
168186
- "default": 1,
168187
- "type": "integer"
168188
- },
168189
- "FIBER_MATERIAL_ID": {
168190
- "title": "FIBER_MATERIAL_ID (int)",
168191
- "description": "Id of fiber material",
168192
- "type": "integer"
168193
- },
168194
- "ENABLE_GROWTH": {
168195
- "title": "ENABLE_GROWTH (bool)",
168196
- "description": "Switch for the growth (default true)",
168197
- "default": true,
168198
- "type": "boolean"
168199
- },
168200
- "ENABLE_BASAL_MASS_PRODUCTION": {
168201
- "title": "ENABLE_BASAL_MASS_PRODUCTION (bool)",
168202
- "description": "Switch to enable the basal mass production rate (default true)",
168203
- "default": true,
168204
- "type": "boolean"
168205
- },
168206
- "DECAY_TIME": {
168207
- "title": "DECAY_TIME (double)",
168208
- "description": "Decay time of deposited tissue",
168209
- "type": "number"
168210
- },
168211
- "GROWTH_CONSTANT": {
168212
- "title": "GROWTH_CONSTANT (double)",
168213
- "description": "Growth constant of the tissue",
168214
- "type": "number"
168215
- },
168216
- "DEPOSITION_STRETCH": {
168217
- "title": "DEPOSITION_STRETCH (double)",
168218
- "description": "Stretch at with the fiber is deposited",
168219
- "type": "number"
168220
- },
168221
- "DEPOSITION_STRETCH_TIMEFUNCT": {
168222
- "title": "DEPOSITION_STRETCH_TIMEFUNCT (int)",
168223
- "description": "Id of the time function to scale the deposition stretch (Default: 0=None)",
168224
- "default": 0,
168225
- "type": "integer"
168226
- },
168227
- "INELASTIC_GROWTH": {
168228
- "title": "INELASTIC_GROWTH (bool)",
168229
- "description": "Mixture rule has inelastic growth (default false)",
168230
- "default": false,
168231
- "type": "boolean"
168232
- },
168233
- "INIT": {
168234
- "title": "INIT (int)",
168235
- "description": "Initialization mode for fibers (1=element fibers, 2=nodal fibers)",
168236
- "type": "integer"
168237
- },
168238
- "GAMMA": {
168239
- "title": "GAMMA (double)",
168240
- "description": "Angle of fiber alignment in degree (default = 0.0 degrees)",
168241
- "default": 0,
168242
- "type": "number"
168243
- }
168244
- },
168245
- "additionalProperties": false,
168246
- "required": [
168247
- "FIBER_MATERIAL_ID",
168248
- "DECAY_TIME",
168249
- "GROWTH_CONSTANT",
168250
- "DEPOSITION_STRETCH",
168251
- "INIT"
168252
- ]
168253
- }
168254
- },
168255
- "additionalProperties": false,
168256
- "required": [
168257
- "MAT",
168258
- "MIX_Constituent_ExplicitRemodelFiber"
168259
- ]
168260
- },
168261
- {
168262
- "title": "MIX_Constituent_FullConstrainedMixtureFiber, MAT",
168263
- "description": "MIX_Constituent_FullConstrainedMixtureFiber, MAT",
168264
- "type": "object",
168265
- "properties": {
168266
- "MAT": {
168267
- "title": "MAT (int)",
168268
- "description": "No description yet.",
168269
- "type": "integer"
168270
- },
168271
- "MIX_Constituent_FullConstrainedMixtureFiber": {
168272
- "title": "MIX_Constituent_FullConstrainedMixtureFiber (group)",
168273
- "description": "A 1D constituent that grows with the full constrained mixture fiber theory",
168274
- "type": "object",
168275
- "properties": {
168276
- "FIBER_ID": {
168277
- "title": "FIBER_ID (int)",
168278
- "description": "Id of the fiber",
168255
+ "ORIENTATION": {
168256
+ "title": "ORIENTATION (selection)",
168257
+ "description": "A unit vector field pointing in the direction of the fiber in the reference configuration.",
168258
+ "type": "object",
168259
+ "oneOf": [
168260
+ {
168261
+ "title": "constant",
168262
+ "description": "Constant value for the field.",
168263
+ "type": "object",
168264
+ "properties": {
168265
+ "constant": {
168266
+ "title": "constant (vector)",
168267
+ "description": "Constant value for the field.",
168268
+ "type": "array",
168269
+ "items": {
168270
+ "title": "double",
168271
+ "type": "number"
168272
+ },
168273
+ "minItems": 3,
168274
+ "maxItems": 3
168275
+ }
168276
+ },
168277
+ "additionalProperties": false,
168278
+ "required": [
168279
+ "constant"
168280
+ ]
168281
+ },
168282
+ {
168283
+ "title": "from_file",
168284
+ "description": "Path to a file containing the input field data.",
168285
+ "type": "object",
168286
+ "properties": {
168287
+ "from_file": {
168288
+ "title": "from_file (path)",
168289
+ "description": "Path to a file containing the input field data.",
168290
+ "type": "string"
168291
+ }
168292
+ },
168293
+ "additionalProperties": false,
168294
+ "required": [
168295
+ "from_file"
168296
+ ]
168297
+ },
168298
+ {
168299
+ "title": "field_reference",
168300
+ "description": "Refer to a globally defined field by a name.",
168301
+ "type": "object",
168302
+ "properties": {
168303
+ "field_reference": {
168304
+ "title": "field_reference (string)",
168305
+ "description": "Refer to a globally defined field by a name.",
168306
+ "type": "string"
168307
+ }
168308
+ },
168309
+ "additionalProperties": false,
168310
+ "required": [
168311
+ "field_reference"
168312
+ ]
168313
+ },
168314
+ {
168315
+ "title": "from_mesh",
168316
+ "description": "Refer to a field defined in the input mesh by a name.",
168317
+ "type": "object",
168318
+ "properties": {
168319
+ "from_mesh": {
168320
+ "title": "from_mesh (string)",
168321
+ "description": "Refer to a field defined in the input mesh by a name.",
168322
+ "type": "string"
168323
+ }
168324
+ },
168325
+ "additionalProperties": false,
168326
+ "required": [
168327
+ "from_mesh"
168328
+ ]
168329
+ }
168330
+ ]
168331
+ },
168332
+ "FIBER_MATERIAL_ID": {
168333
+ "title": "FIBER_MATERIAL_ID (int)",
168334
+ "description": "Id of fiber material",
168335
+ "type": "integer"
168336
+ },
168337
+ "ENABLE_GROWTH": {
168338
+ "title": "ENABLE_GROWTH (bool)",
168339
+ "description": "Switch for the growth (default true)",
168340
+ "default": true,
168341
+ "type": "boolean"
168342
+ },
168343
+ "ENABLE_BASAL_MASS_PRODUCTION": {
168344
+ "title": "ENABLE_BASAL_MASS_PRODUCTION (bool)",
168345
+ "description": "Switch to enable the basal mass production rate (default true)",
168346
+ "default": true,
168347
+ "type": "boolean"
168348
+ },
168349
+ "DECAY_TIME": {
168350
+ "title": "DECAY_TIME (double)",
168351
+ "description": "Decay time of deposited tissue",
168352
+ "type": "number"
168353
+ },
168354
+ "GROWTH_CONSTANT": {
168355
+ "title": "GROWTH_CONSTANT (double)",
168356
+ "description": "Growth constant of the tissue",
168357
+ "type": "number"
168358
+ },
168359
+ "DEPOSITION_STRETCH": {
168360
+ "title": "DEPOSITION_STRETCH (double)",
168361
+ "description": "Stretch at with the fiber is deposited",
168362
+ "type": "number"
168363
+ },
168364
+ "DEPOSITION_STRETCH_TIMEFUNCT": {
168365
+ "title": "DEPOSITION_STRETCH_TIMEFUNCT (int)",
168366
+ "description": "Id of the time function to scale the deposition stretch (Default: 0=None)",
168367
+ "default": 0,
168279
168368
  "type": "integer"
168280
168369
  },
168370
+ "INELASTIC_GROWTH": {
168371
+ "title": "INELASTIC_GROWTH (bool)",
168372
+ "description": "Mixture rule has inelastic growth (default false)",
168373
+ "default": false,
168374
+ "type": "boolean"
168375
+ },
168376
+ "GAMMA": {
168377
+ "title": "GAMMA (double)",
168378
+ "description": "Angle of fiber alignment in degree (default = 0.0 degrees)",
168379
+ "default": 0,
168380
+ "type": "number"
168381
+ }
168382
+ },
168383
+ "additionalProperties": false,
168384
+ "required": [
168385
+ "ORIENTATION",
168386
+ "FIBER_MATERIAL_ID",
168387
+ "DECAY_TIME",
168388
+ "GROWTH_CONSTANT",
168389
+ "DEPOSITION_STRETCH"
168390
+ ]
168391
+ }
168392
+ },
168393
+ "additionalProperties": false,
168394
+ "required": [
168395
+ "MAT",
168396
+ "MIX_Constituent_ExplicitRemodelFiber"
168397
+ ]
168398
+ },
168399
+ {
168400
+ "title": "MIX_Constituent_FullConstrainedMixtureFiber, MAT",
168401
+ "description": "MIX_Constituent_FullConstrainedMixtureFiber, MAT",
168402
+ "type": "object",
168403
+ "properties": {
168404
+ "MAT": {
168405
+ "title": "MAT (int)",
168406
+ "description": "No description yet.",
168407
+ "type": "integer"
168408
+ },
168409
+ "MIX_Constituent_FullConstrainedMixtureFiber": {
168410
+ "title": "MIX_Constituent_FullConstrainedMixtureFiber (group)",
168411
+ "description": "A 1D constituent that grows with the full constrained mixture fiber theory",
168412
+ "type": "object",
168413
+ "properties": {
168414
+ "ORIENTATION": {
168415
+ "title": "ORIENTATION (selection)",
168416
+ "description": "A unit vector field pointing in the direction of the fiber in the reference configuration.",
168417
+ "type": "object",
168418
+ "oneOf": [
168419
+ {
168420
+ "title": "constant",
168421
+ "description": "Constant value for the field.",
168422
+ "type": "object",
168423
+ "properties": {
168424
+ "constant": {
168425
+ "title": "constant (vector)",
168426
+ "description": "Constant value for the field.",
168427
+ "type": "array",
168428
+ "items": {
168429
+ "title": "double",
168430
+ "type": "number"
168431
+ },
168432
+ "minItems": 3,
168433
+ "maxItems": 3
168434
+ }
168435
+ },
168436
+ "additionalProperties": false,
168437
+ "required": [
168438
+ "constant"
168439
+ ]
168440
+ },
168441
+ {
168442
+ "title": "from_file",
168443
+ "description": "Path to a file containing the input field data.",
168444
+ "type": "object",
168445
+ "properties": {
168446
+ "from_file": {
168447
+ "title": "from_file (path)",
168448
+ "description": "Path to a file containing the input field data.",
168449
+ "type": "string"
168450
+ }
168451
+ },
168452
+ "additionalProperties": false,
168453
+ "required": [
168454
+ "from_file"
168455
+ ]
168456
+ },
168457
+ {
168458
+ "title": "field_reference",
168459
+ "description": "Refer to a globally defined field by a name.",
168460
+ "type": "object",
168461
+ "properties": {
168462
+ "field_reference": {
168463
+ "title": "field_reference (string)",
168464
+ "description": "Refer to a globally defined field by a name.",
168465
+ "type": "string"
168466
+ }
168467
+ },
168468
+ "additionalProperties": false,
168469
+ "required": [
168470
+ "field_reference"
168471
+ ]
168472
+ },
168473
+ {
168474
+ "title": "from_mesh",
168475
+ "description": "Refer to a field defined in the input mesh by a name.",
168476
+ "type": "object",
168477
+ "properties": {
168478
+ "from_mesh": {
168479
+ "title": "from_mesh (string)",
168480
+ "description": "Refer to a field defined in the input mesh by a name.",
168481
+ "type": "string"
168482
+ }
168483
+ },
168484
+ "additionalProperties": false,
168485
+ "required": [
168486
+ "from_mesh"
168487
+ ]
168488
+ }
168489
+ ]
168490
+ },
168281
168491
  "FIBER_MATERIAL_ID": {
168282
168492
  "title": "FIBER_MATERIAL_ID (int)",
168283
168493
  "description": "Id of fiber material",
@@ -168316,11 +168526,6 @@
168316
168526
  "default": 0,
168317
168527
  "type": "integer"
168318
168528
  },
168319
- "INIT": {
168320
- "title": "INIT (int)",
168321
- "description": "Initialization mode for fibers (1=element fibers, 3=nodal fibers)",
168322
- "type": "integer"
168323
- },
168324
168529
  "ADAPTIVE_HISTORY_STRATEGY": {
168325
168530
  "title": "ADAPTIVE_HISTORY_STRATEGY (string)",
168326
168531
  "description": "Strategy for adaptive history integration (none, model_equation, higher_order)",
@@ -168336,12 +168541,11 @@
168336
168541
  },
168337
168542
  "additionalProperties": false,
168338
168543
  "required": [
168339
- "FIBER_ID",
168544
+ "ORIENTATION",
168340
168545
  "FIBER_MATERIAL_ID",
168341
168546
  "DECAY_TIME",
168342
168547
  "GROWTH_CONSTANT",
168343
- "DEPOSITION_STRETCH",
168344
- "INIT"
168548
+ "DEPOSITION_STRETCH"
168345
168549
  ]
168346
168550
  }
168347
168551
  },
@@ -168429,6 +168633,237 @@
168429
168633
  "title": "PRESSURE (double)",
168430
168634
  "description": "Pressure in the inner of the cylinder",
168431
168635
  "type": "number"
168636
+ },
168637
+ "RADIAL": {
168638
+ "title": "RADIAL (selection)",
168639
+ "description": "A unit vector field pointing in radial direction.",
168640
+ "type": "object",
168641
+ "oneOf": [
168642
+ {
168643
+ "title": "constant",
168644
+ "description": "Constant value for the field.",
168645
+ "type": "object",
168646
+ "properties": {
168647
+ "constant": {
168648
+ "title": "constant (vector)",
168649
+ "description": "Constant value for the field.",
168650
+ "type": "array",
168651
+ "items": {
168652
+ "title": "double",
168653
+ "type": "number"
168654
+ },
168655
+ "minItems": 3,
168656
+ "maxItems": 3
168657
+ }
168658
+ },
168659
+ "additionalProperties": false,
168660
+ "required": [
168661
+ "constant"
168662
+ ]
168663
+ },
168664
+ {
168665
+ "title": "from_file",
168666
+ "description": "Path to a file containing the input field data.",
168667
+ "type": "object",
168668
+ "properties": {
168669
+ "from_file": {
168670
+ "title": "from_file (path)",
168671
+ "description": "Path to a file containing the input field data.",
168672
+ "type": "string"
168673
+ }
168674
+ },
168675
+ "additionalProperties": false,
168676
+ "required": [
168677
+ "from_file"
168678
+ ]
168679
+ },
168680
+ {
168681
+ "title": "field_reference",
168682
+ "description": "Refer to a globally defined field by a name.",
168683
+ "type": "object",
168684
+ "properties": {
168685
+ "field_reference": {
168686
+ "title": "field_reference (string)",
168687
+ "description": "Refer to a globally defined field by a name.",
168688
+ "type": "string"
168689
+ }
168690
+ },
168691
+ "additionalProperties": false,
168692
+ "required": [
168693
+ "field_reference"
168694
+ ]
168695
+ },
168696
+ {
168697
+ "title": "from_mesh",
168698
+ "description": "Refer to a field defined in the input mesh by a name.",
168699
+ "type": "object",
168700
+ "properties": {
168701
+ "from_mesh": {
168702
+ "title": "from_mesh (string)",
168703
+ "description": "Refer to a field defined in the input mesh by a name.",
168704
+ "type": "string"
168705
+ }
168706
+ },
168707
+ "additionalProperties": false,
168708
+ "required": [
168709
+ "from_mesh"
168710
+ ]
168711
+ }
168712
+ ]
168713
+ },
168714
+ "AXIAL": {
168715
+ "title": "AXIAL (selection)",
168716
+ "description": "A unit vector field pointing in axial direction.",
168717
+ "type": "object",
168718
+ "oneOf": [
168719
+ {
168720
+ "title": "constant",
168721
+ "description": "Constant value for the field.",
168722
+ "type": "object",
168723
+ "properties": {
168724
+ "constant": {
168725
+ "title": "constant (vector)",
168726
+ "description": "Constant value for the field.",
168727
+ "type": "array",
168728
+ "items": {
168729
+ "title": "double",
168730
+ "type": "number"
168731
+ },
168732
+ "minItems": 3,
168733
+ "maxItems": 3
168734
+ }
168735
+ },
168736
+ "additionalProperties": false,
168737
+ "required": [
168738
+ "constant"
168739
+ ]
168740
+ },
168741
+ {
168742
+ "title": "from_file",
168743
+ "description": "Path to a file containing the input field data.",
168744
+ "type": "object",
168745
+ "properties": {
168746
+ "from_file": {
168747
+ "title": "from_file (path)",
168748
+ "description": "Path to a file containing the input field data.",
168749
+ "type": "string"
168750
+ }
168751
+ },
168752
+ "additionalProperties": false,
168753
+ "required": [
168754
+ "from_file"
168755
+ ]
168756
+ },
168757
+ {
168758
+ "title": "field_reference",
168759
+ "description": "Refer to a globally defined field by a name.",
168760
+ "type": "object",
168761
+ "properties": {
168762
+ "field_reference": {
168763
+ "title": "field_reference (string)",
168764
+ "description": "Refer to a globally defined field by a name.",
168765
+ "type": "string"
168766
+ }
168767
+ },
168768
+ "additionalProperties": false,
168769
+ "required": [
168770
+ "field_reference"
168771
+ ]
168772
+ },
168773
+ {
168774
+ "title": "from_mesh",
168775
+ "description": "Refer to a field defined in the input mesh by a name.",
168776
+ "type": "object",
168777
+ "properties": {
168778
+ "from_mesh": {
168779
+ "title": "from_mesh (string)",
168780
+ "description": "Refer to a field defined in the input mesh by a name.",
168781
+ "type": "string"
168782
+ }
168783
+ },
168784
+ "additionalProperties": false,
168785
+ "required": [
168786
+ "from_mesh"
168787
+ ]
168788
+ }
168789
+ ]
168790
+ },
168791
+ "CIRCUMFERENTIAL": {
168792
+ "title": "CIRCUMFERENTIAL (selection)",
168793
+ "description": "A unit vector field pointing in circumferential direction.",
168794
+ "type": "object",
168795
+ "oneOf": [
168796
+ {
168797
+ "title": "constant",
168798
+ "description": "Constant value for the field.",
168799
+ "type": "object",
168800
+ "properties": {
168801
+ "constant": {
168802
+ "title": "constant (vector)",
168803
+ "description": "Constant value for the field.",
168804
+ "type": "array",
168805
+ "items": {
168806
+ "title": "double",
168807
+ "type": "number"
168808
+ },
168809
+ "minItems": 3,
168810
+ "maxItems": 3
168811
+ }
168812
+ },
168813
+ "additionalProperties": false,
168814
+ "required": [
168815
+ "constant"
168816
+ ]
168817
+ },
168818
+ {
168819
+ "title": "from_file",
168820
+ "description": "Path to a file containing the input field data.",
168821
+ "type": "object",
168822
+ "properties": {
168823
+ "from_file": {
168824
+ "title": "from_file (path)",
168825
+ "description": "Path to a file containing the input field data.",
168826
+ "type": "string"
168827
+ }
168828
+ },
168829
+ "additionalProperties": false,
168830
+ "required": [
168831
+ "from_file"
168832
+ ]
168833
+ },
168834
+ {
168835
+ "title": "field_reference",
168836
+ "description": "Refer to a globally defined field by a name.",
168837
+ "type": "object",
168838
+ "properties": {
168839
+ "field_reference": {
168840
+ "title": "field_reference (string)",
168841
+ "description": "Refer to a globally defined field by a name.",
168842
+ "type": "string"
168843
+ }
168844
+ },
168845
+ "additionalProperties": false,
168846
+ "required": [
168847
+ "field_reference"
168848
+ ]
168849
+ },
168850
+ {
168851
+ "title": "from_mesh",
168852
+ "description": "Refer to a field defined in the input mesh by a name.",
168853
+ "type": "object",
168854
+ "properties": {
168855
+ "from_mesh": {
168856
+ "title": "from_mesh (string)",
168857
+ "description": "Refer to a field defined in the input mesh by a name.",
168858
+ "type": "string"
168859
+ }
168860
+ },
168861
+ "additionalProperties": false,
168862
+ "required": [
168863
+ "from_mesh"
168864
+ ]
168865
+ }
168866
+ ]
168432
168867
  }
168433
168868
  },
168434
168869
  "additionalProperties": false,
@@ -168437,7 +168872,10 @@
168437
168872
  "WALL_THICKNESS",
168438
168873
  "AXIAL_PRESTRETCH",
168439
168874
  "CIRCUMFERENTIAL_PRESTRETCH",
168440
- "PRESSURE"
168875
+ "PRESSURE",
168876
+ "RADIAL",
168877
+ "AXIAL",
168878
+ "CIRCUMFERENTIAL"
168441
168879
  ]
168442
168880
  }
168443
168881
  },
@@ -168580,20 +169018,88 @@
168580
169018
  "description": "anisotropic growth",
168581
169019
  "type": "object",
168582
169020
  "properties": {
168583
- "INIT": {
168584
- "title": "INIT (int)",
168585
- "description": "initialization modus for growth direction alignment",
168586
- "default": 1,
168587
- "type": "integer"
168588
- },
168589
- "FIBER_ID": {
168590
- "title": "FIBER_ID (int)",
168591
- "description": "Id of the fiber to point the growth direction (1 for first fiber, default)",
168592
- "default": 1,
168593
- "type": "integer"
169021
+ "GROWTH_DIRECTION": {
169022
+ "title": "GROWTH_DIRECTION (selection)",
169023
+ "description": "A unit vector field pointing in the direction of growth.",
169024
+ "type": "object",
169025
+ "oneOf": [
169026
+ {
169027
+ "title": "constant",
169028
+ "description": "Constant value for the field.",
169029
+ "type": "object",
169030
+ "properties": {
169031
+ "constant": {
169032
+ "title": "constant (vector)",
169033
+ "description": "Constant value for the field.",
169034
+ "type": "array",
169035
+ "items": {
169036
+ "title": "double",
169037
+ "type": "number"
169038
+ },
169039
+ "minItems": 3,
169040
+ "maxItems": 3
169041
+ }
169042
+ },
169043
+ "additionalProperties": false,
169044
+ "required": [
169045
+ "constant"
169046
+ ]
169047
+ },
169048
+ {
169049
+ "title": "from_file",
169050
+ "description": "Path to a file containing the input field data.",
169051
+ "type": "object",
169052
+ "properties": {
169053
+ "from_file": {
169054
+ "title": "from_file (path)",
169055
+ "description": "Path to a file containing the input field data.",
169056
+ "type": "string"
169057
+ }
169058
+ },
169059
+ "additionalProperties": false,
169060
+ "required": [
169061
+ "from_file"
169062
+ ]
169063
+ },
169064
+ {
169065
+ "title": "field_reference",
169066
+ "description": "Refer to a globally defined field by a name.",
169067
+ "type": "object",
169068
+ "properties": {
169069
+ "field_reference": {
169070
+ "title": "field_reference (string)",
169071
+ "description": "Refer to a globally defined field by a name.",
169072
+ "type": "string"
169073
+ }
169074
+ },
169075
+ "additionalProperties": false,
169076
+ "required": [
169077
+ "field_reference"
169078
+ ]
169079
+ },
169080
+ {
169081
+ "title": "from_mesh",
169082
+ "description": "Refer to a field defined in the input mesh by a name.",
169083
+ "type": "object",
169084
+ "properties": {
169085
+ "from_mesh": {
169086
+ "title": "from_mesh (string)",
169087
+ "description": "Refer to a field defined in the input mesh by a name.",
169088
+ "type": "string"
169089
+ }
169090
+ },
169091
+ "additionalProperties": false,
169092
+ "required": [
169093
+ "from_mesh"
169094
+ ]
169095
+ }
169096
+ ]
168594
169097
  }
168595
169098
  },
168596
- "additionalProperties": false
169099
+ "additionalProperties": false,
169100
+ "required": [
169101
+ "GROWTH_DIRECTION"
169102
+ ]
168597
169103
  }
168598
169104
  },
168599
169105
  "additionalProperties": false,
@@ -168673,6 +169179,83 @@
168673
169179
  "description": "ElastHyper toolbox with damage and 2D membrane material",
168674
169180
  "type": "object",
168675
169181
  "properties": {
169182
+ "MEMBRANE_NORMAL": {
169183
+ "title": "MEMBRANE_NORMAL (selection)",
169184
+ "description": "A unit vector field pointing in the direction of the membrane normal.",
169185
+ "type": "object",
169186
+ "oneOf": [
169187
+ {
169188
+ "title": "constant",
169189
+ "description": "Constant value for the field.",
169190
+ "type": "object",
169191
+ "properties": {
169192
+ "constant": {
169193
+ "title": "constant (vector)",
169194
+ "description": "Constant value for the field.",
169195
+ "type": "array",
169196
+ "items": {
169197
+ "title": "double",
169198
+ "type": "number"
169199
+ },
169200
+ "minItems": 3,
169201
+ "maxItems": 3
169202
+ }
169203
+ },
169204
+ "additionalProperties": false,
169205
+ "required": [
169206
+ "constant"
169207
+ ]
169208
+ },
169209
+ {
169210
+ "title": "from_file",
169211
+ "description": "Path to a file containing the input field data.",
169212
+ "type": "object",
169213
+ "properties": {
169214
+ "from_file": {
169215
+ "title": "from_file (path)",
169216
+ "description": "Path to a file containing the input field data.",
169217
+ "type": "string"
169218
+ }
169219
+ },
169220
+ "additionalProperties": false,
169221
+ "required": [
169222
+ "from_file"
169223
+ ]
169224
+ },
169225
+ {
169226
+ "title": "field_reference",
169227
+ "description": "Refer to a globally defined field by a name.",
169228
+ "type": "object",
169229
+ "properties": {
169230
+ "field_reference": {
169231
+ "title": "field_reference (string)",
169232
+ "description": "Refer to a globally defined field by a name.",
169233
+ "type": "string"
169234
+ }
169235
+ },
169236
+ "additionalProperties": false,
169237
+ "required": [
169238
+ "field_reference"
169239
+ ]
169240
+ },
169241
+ {
169242
+ "title": "from_mesh",
169243
+ "description": "Refer to a field defined in the input mesh by a name.",
169244
+ "type": "object",
169245
+ "properties": {
169246
+ "from_mesh": {
169247
+ "title": "from_mesh (string)",
169248
+ "description": "Refer to a field defined in the input mesh by a name.",
169249
+ "type": "string"
169250
+ }
169251
+ },
169252
+ "additionalProperties": false,
169253
+ "required": [
169254
+ "from_mesh"
169255
+ ]
169256
+ }
169257
+ ]
169258
+ },
168676
169259
  "NUMMAT": {
168677
169260
  "title": "NUMMAT (int)",
168678
169261
  "description": "number of summands",
@@ -168715,6 +169298,7 @@
168715
169298
  },
168716
169299
  "additionalProperties": false,
168717
169300
  "required": [
169301
+ "MEMBRANE_NORMAL",
168718
169302
  "NUMMAT",
168719
169303
  "MATIDS",
168720
169304
  "MEMBRANENUMMAT",
@@ -181372,12 +181956,11 @@
181372
181956
  "ADHESION_SURFACE_ENERGY_DISTRIBUTION": {
181373
181957
  "title": "ADHESION_SURFACE_ENERGY_DISTRIBUTION (enum)",
181374
181958
  "description": "type of (random) surface energy distribution",
181375
- "default": "ConstantSurfaceEnergy",
181959
+ "default": "Constant",
181376
181960
  "type": "string",
181377
181961
  "enum": [
181378
- "ConstantSurfaceEnergy",
181379
- "NormalSurfaceEnergyDistribution",
181380
- "LogNormalSurfaceEnergyDistribution"
181962
+ "Constant",
181963
+ "Normal"
181381
181964
  ]
181382
181965
  },
181383
181966
  "MIN_RADIUS": {
@@ -181523,15 +182106,15 @@
181523
182106
  "default": -1,
181524
182107
  "type": "number"
181525
182108
  },
181526
- "ADHESION_SURFACE_ENERGY_DISTRIBUTION_VAR": {
181527
- "title": "ADHESION_SURFACE_ENERGY_DISTRIBUTION_VAR (double)",
181528
- "description": "variance of adhesion surface energy distribution",
182109
+ "ADHESION_SURFACE_ENERGY_DISTRIBUTION_STDDEV": {
182110
+ "title": "ADHESION_SURFACE_ENERGY_DISTRIBUTION_STDDEV (double)",
182111
+ "description": "standard deviation of adhesion surface energy distribution",
181529
182112
  "default": -1,
181530
182113
  "type": "number"
181531
182114
  },
181532
182115
  "ADHESION_SURFACE_ENERGY_DISTRIBUTION_CUTOFF_FACTOR": {
181533
182116
  "title": "ADHESION_SURFACE_ENERGY_DISTRIBUTION_CUTOFF_FACTOR (double)",
181534
- "description": "adhesion surface energy distribution limited by multiple of variance",
182117
+ "description": "adhesion surface energy distribution limited by multiple of standard deviation",
181535
182118
  "default": -1,
181536
182119
  "type": "number"
181537
182120
  },
@@ -401814,5 +402397,5 @@
401814
402397
  "PROBLEM TYPE"
401815
402398
  ],
401816
402399
  "$schema": "https://json-schema.org/draft/2020-12/schema",
401817
- "$id": "54d84f3839b758a5df1fbf1c3cf066a7eebd544d"
402400
+ "$id": "edfd653314abc722fc3c1208e949f43c00f0d59a"
401818
402401
  }