FourCIPP 1.35.0__py3-none-any.whl → 1.37.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: 99de7bce313133dc91671515f4e686fdbe49cadc
2
+ commit_hash: 1e8480ca7ac03584d421b80cf35771a370083bb9
3
3
  version: 2025.4.0-dev
4
4
  description_section_name: TITLE
5
5
  legacy_element_specs:
@@ -7604,6 +7604,19 @@ sections:
7604
7604
  description: "Factor multiplied with sum of cross section radii to define valid projection distance"
7605
7605
  required: false
7606
7606
  default: 2
7607
+ - name: MAX_NUMBER_OF_PAIRS_PER_ELEMENT
7608
+ type: int
7609
+ description: "How many Lagrange multipliers shall be allocated per beam element"
7610
+ required: false
7611
+ default: 0
7612
+ - name: CONSTRAINT_ENFORCEMENT
7613
+ type: enum
7614
+ description: "How the constraints for this condition shall be enforced"
7615
+ required: false
7616
+ default: penalty_direct
7617
+ choices:
7618
+ - name: penalty_direct
7619
+ - name: penalty_indirect
7607
7620
  - name: BEAM INTERACTION/BEAM TO SOLID EDGE CONTACT
7608
7621
  type: group
7609
7622
  description: Parameters for beam-to-solid edge contact.
@@ -27712,6 +27725,11 @@ sections:
27712
27725
  choices:
27713
27726
  - name: "No"
27714
27727
  - name: "membranethickness"
27728
+ - name: OUTPUT_CONTACT
27729
+ type: bool
27730
+ description: "Flag, defining if contact related quantities should be written to output."
27731
+ required: false
27732
+ default: false
27715
27733
  - name: IO/RUNTIME VTP OUTPUT STRUCTURE
27716
27734
  type: group
27717
27735
  required: false
@@ -28759,10 +28777,38 @@ sections:
28759
28777
  specs:
28760
28778
  - type: all_of
28761
28779
  specs:
28762
- - name: FIBER_ID
28763
- type: int
28764
- description: "Id of the fiber"
28780
+ - name: ORIENTATION
28781
+ type: selection
28782
+ description: "A unit vector field pointing in the direction of the fiber in the reference configuration."
28765
28783
  required: true
28784
+ choices:
28785
+ - name: constant
28786
+ spec:
28787
+ name: constant
28788
+ type: vector
28789
+ size: 3
28790
+ value_type:
28791
+ type: double
28792
+ description: "Constant value for the field."
28793
+ required: true
28794
+ - name: from_file
28795
+ spec:
28796
+ name: from_file
28797
+ type: path
28798
+ description: "Path to a file containing the input field data."
28799
+ required: true
28800
+ - name: field_reference
28801
+ spec:
28802
+ name: field_reference
28803
+ type: string
28804
+ description: "Refer to a globally defined field by a name."
28805
+ required: true
28806
+ - name: from_mesh
28807
+ spec:
28808
+ name: from_mesh
28809
+ type: string
28810
+ description: "Refer to a field defined in the input mesh by a name."
28811
+ required: true
28766
28812
  - name: FIBER_MATERIAL_ID
28767
28813
  type: int
28768
28814
  description: "Id of fiber material"
@@ -28794,10 +28840,6 @@ sections:
28794
28840
  description: "Id of the time function to scale the deposition stretch (Default: 0=None)"
28795
28841
  required: false
28796
28842
  default: 0
28797
- - name: INIT
28798
- type: int
28799
- description: "Initialization mode for fibers (1=element fibers, 2=nodal fibers)"
28800
- required: true
28801
28843
  - type: all_of
28802
28844
  specs:
28803
28845
  - name: MAT
@@ -28810,11 +28852,38 @@ sections:
28810
28852
  specs:
28811
28853
  - type: all_of
28812
28854
  specs:
28813
- - name: FIBER_ID
28814
- type: int
28815
- description: "Id of the fiber"
28816
- required: false
28817
- default: 1
28855
+ - name: ORIENTATION
28856
+ type: selection
28857
+ description: "A unit vector field pointing in the direction of the fiber in the reference configuration."
28858
+ required: true
28859
+ choices:
28860
+ - name: constant
28861
+ spec:
28862
+ name: constant
28863
+ type: vector
28864
+ size: 3
28865
+ value_type:
28866
+ type: double
28867
+ description: "Constant value for the field."
28868
+ required: true
28869
+ - name: from_file
28870
+ spec:
28871
+ name: from_file
28872
+ type: path
28873
+ description: "Path to a file containing the input field data."
28874
+ required: true
28875
+ - name: field_reference
28876
+ spec:
28877
+ name: field_reference
28878
+ type: string
28879
+ description: "Refer to a globally defined field by a name."
28880
+ required: true
28881
+ - name: from_mesh
28882
+ spec:
28883
+ name: from_mesh
28884
+ type: string
28885
+ description: "Refer to a field defined in the input mesh by a name."
28886
+ required: true
28818
28887
  - name: FIBER_MATERIAL_ID
28819
28888
  type: int
28820
28889
  description: "Id of fiber material"
@@ -28851,10 +28920,6 @@ sections:
28851
28920
  description: "Mixture rule has inelastic growth (default false)"
28852
28921
  required: false
28853
28922
  default: false
28854
- - name: INIT
28855
- type: int
28856
- description: "Initialization mode for fibers (1=element fibers, 2=nodal fibers)"
28857
- required: true
28858
28923
  - name: GAMMA
28859
28924
  type: double
28860
28925
  description: "Angle of fiber alignment in degree (default = 0.0 degrees)"
@@ -28872,10 +28937,38 @@ sections:
28872
28937
  specs:
28873
28938
  - type: all_of
28874
28939
  specs:
28875
- - name: FIBER_ID
28876
- type: int
28877
- description: "Id of the fiber"
28940
+ - name: ORIENTATION
28941
+ type: selection
28942
+ description: "A unit vector field pointing in the direction of the fiber in the reference configuration."
28878
28943
  required: true
28944
+ choices:
28945
+ - name: constant
28946
+ spec:
28947
+ name: constant
28948
+ type: vector
28949
+ size: 3
28950
+ value_type:
28951
+ type: double
28952
+ description: "Constant value for the field."
28953
+ required: true
28954
+ - name: from_file
28955
+ spec:
28956
+ name: from_file
28957
+ type: path
28958
+ description: "Path to a file containing the input field data."
28959
+ required: true
28960
+ - name: field_reference
28961
+ spec:
28962
+ name: field_reference
28963
+ type: string
28964
+ description: "Refer to a globally defined field by a name."
28965
+ required: true
28966
+ - name: from_mesh
28967
+ spec:
28968
+ name: from_mesh
28969
+ type: string
28970
+ description: "Refer to a field defined in the input mesh by a name."
28971
+ required: true
28879
28972
  - name: FIBER_MATERIAL_ID
28880
28973
  type: int
28881
28974
  description: "Id of fiber material"
@@ -28907,10 +29000,6 @@ sections:
28907
29000
  description: "Id of the time function to scale the deposition stretch (Default: 0=None)"
28908
29001
  required: false
28909
29002
  default: 0
28910
- - name: INIT
28911
- type: int
28912
- description: "Initialization mode for fibers (1=element fibers, 3=nodal fibers)"
28913
- required: true
28914
29003
  - name: ADAPTIVE_HISTORY_STRATEGY
28915
29004
  type: string
28916
29005
  description: "Strategy for adaptive history integration (none, model_equation, higher_order)"
@@ -28974,6 +29063,102 @@ sections:
28974
29063
  type: double
28975
29064
  description: "Pressure in the inner of the cylinder"
28976
29065
  required: true
29066
+ - name: RADIAL
29067
+ type: selection
29068
+ description: "A unit vector field pointing in radial direction."
29069
+ required: true
29070
+ choices:
29071
+ - name: constant
29072
+ spec:
29073
+ name: constant
29074
+ type: vector
29075
+ size: 3
29076
+ value_type:
29077
+ type: double
29078
+ description: "Constant value for the field."
29079
+ required: true
29080
+ - name: from_file
29081
+ spec:
29082
+ name: from_file
29083
+ type: path
29084
+ description: "Path to a file containing the input field data."
29085
+ required: true
29086
+ - name: field_reference
29087
+ spec:
29088
+ name: field_reference
29089
+ type: string
29090
+ description: "Refer to a globally defined field by a name."
29091
+ required: true
29092
+ - name: from_mesh
29093
+ spec:
29094
+ name: from_mesh
29095
+ type: string
29096
+ description: "Refer to a field defined in the input mesh by a name."
29097
+ required: true
29098
+ - name: AXIAL
29099
+ type: selection
29100
+ description: "A unit vector field pointing in axial direction."
29101
+ required: true
29102
+ choices:
29103
+ - name: constant
29104
+ spec:
29105
+ name: constant
29106
+ type: vector
29107
+ size: 3
29108
+ value_type:
29109
+ type: double
29110
+ description: "Constant value for the field."
29111
+ required: true
29112
+ - name: from_file
29113
+ spec:
29114
+ name: from_file
29115
+ type: path
29116
+ description: "Path to a file containing the input field data."
29117
+ required: true
29118
+ - name: field_reference
29119
+ spec:
29120
+ name: field_reference
29121
+ type: string
29122
+ description: "Refer to a globally defined field by a name."
29123
+ required: true
29124
+ - name: from_mesh
29125
+ spec:
29126
+ name: from_mesh
29127
+ type: string
29128
+ description: "Refer to a field defined in the input mesh by a name."
29129
+ required: true
29130
+ - name: CIRCUMFERENTIAL
29131
+ type: selection
29132
+ description: "A unit vector field pointing in circumferential direction."
29133
+ required: true
29134
+ choices:
29135
+ - name: constant
29136
+ spec:
29137
+ name: constant
29138
+ type: vector
29139
+ size: 3
29140
+ value_type:
29141
+ type: double
29142
+ description: "Constant value for the field."
29143
+ required: true
29144
+ - name: from_file
29145
+ spec:
29146
+ name: from_file
29147
+ type: path
29148
+ description: "Path to a file containing the input field data."
29149
+ required: true
29150
+ - name: field_reference
29151
+ spec:
29152
+ name: field_reference
29153
+ type: string
29154
+ description: "Refer to a globally defined field by a name."
29155
+ required: true
29156
+ - name: from_mesh
29157
+ spec:
29158
+ name: from_mesh
29159
+ type: string
29160
+ description: "Refer to a field defined in the input mesh by a name."
29161
+ required: true
28977
29162
  - type: all_of
28978
29163
  specs:
28979
29164
  - name: MAT
@@ -29044,16 +29229,38 @@ sections:
29044
29229
  specs:
29045
29230
  - type: all_of
29046
29231
  specs:
29047
- - name: INIT
29048
- type: int
29049
- description: "initialization modus for growth direction alignment"
29050
- required: false
29051
- default: 1
29052
- - name: FIBER_ID
29053
- type: int
29054
- description: "Id of the fiber to point the growth direction (1 for first fiber, default)"
29055
- required: false
29056
- default: 1
29232
+ - name: GROWTH_DIRECTION
29233
+ type: selection
29234
+ description: "A unit vector field pointing in the direction of growth."
29235
+ required: true
29236
+ choices:
29237
+ - name: constant
29238
+ spec:
29239
+ name: constant
29240
+ type: vector
29241
+ size: 3
29242
+ value_type:
29243
+ type: double
29244
+ description: "Constant value for the field."
29245
+ required: true
29246
+ - name: from_file
29247
+ spec:
29248
+ name: from_file
29249
+ type: path
29250
+ description: "Path to a file containing the input field data."
29251
+ required: true
29252
+ - name: field_reference
29253
+ spec:
29254
+ name: field_reference
29255
+ type: string
29256
+ description: "Refer to a globally defined field by a name."
29257
+ required: true
29258
+ - name: from_mesh
29259
+ spec:
29260
+ name: from_mesh
29261
+ type: string
29262
+ description: "Refer to a field defined in the input mesh by a name."
29263
+ required: true
29057
29264
  - type: all_of
29058
29265
  specs:
29059
29266
  - name: MAT
@@ -29094,6 +29301,38 @@ sections:
29094
29301
  specs:
29095
29302
  - type: all_of
29096
29303
  specs:
29304
+ - name: MEMBRANE_NORMAL
29305
+ type: selection
29306
+ description: "A unit vector field pointing in the direction of the membrane normal."
29307
+ required: true
29308
+ choices:
29309
+ - name: constant
29310
+ spec:
29311
+ name: constant
29312
+ type: vector
29313
+ size: 3
29314
+ value_type:
29315
+ type: double
29316
+ description: "Constant value for the field."
29317
+ required: true
29318
+ - name: from_file
29319
+ spec:
29320
+ name: from_file
29321
+ type: path
29322
+ description: "Path to a file containing the input field data."
29323
+ required: true
29324
+ - name: field_reference
29325
+ spec:
29326
+ name: field_reference
29327
+ type: string
29328
+ description: "Refer to a globally defined field by a name."
29329
+ required: true
29330
+ - name: from_mesh
29331
+ spec:
29332
+ name: from_mesh
29333
+ type: string
29334
+ description: "Refer to a field defined in the input mesh by a name."
29335
+ required: true
29097
29336
  - name: NUMMAT
29098
29337
  type: int
29099
29338
  description: "number of summands"
@@ -1,5 +1,5 @@
1
1
  {
2
- "description": "Schema for 4C\nCommit hash: 99de7bce313133dc91671515f4e686fdbe49cadc\nVersion: 2025.4.0-dev",
2
+ "description": "Schema for 4C\nCommit hash: 1e8480ca7ac03584d421b80cf35771a370083bb9\nVersion: 2025.4.0-dev",
3
3
  "type": "object",
4
4
  "properties": {
5
5
  "ALE DOMAIN": {
@@ -69197,6 +69197,22 @@
69197
69197
  "description": "Factor multiplied with sum of cross section radii to define valid projection distance",
69198
69198
  "default": 2,
69199
69199
  "type": "number"
69200
+ },
69201
+ "MAX_NUMBER_OF_PAIRS_PER_ELEMENT": {
69202
+ "title": "MAX_NUMBER_OF_PAIRS_PER_ELEMENT (int)",
69203
+ "description": "How many Lagrange multipliers shall be allocated per beam element",
69204
+ "default": 0,
69205
+ "type": "integer"
69206
+ },
69207
+ "CONSTRAINT_ENFORCEMENT": {
69208
+ "title": "CONSTRAINT_ENFORCEMENT (enum)",
69209
+ "description": "How the constraints for this condition shall be enforced",
69210
+ "default": "penalty_direct",
69211
+ "type": "string",
69212
+ "enum": [
69213
+ "penalty_direct",
69214
+ "penalty_indirect"
69215
+ ]
69200
69216
  }
69201
69217
  },
69202
69218
  "additionalProperties": false,
@@ -132427,6 +132443,12 @@
132427
132443
  "No",
132428
132444
  "membranethickness"
132429
132445
  ]
132446
+ },
132447
+ "OUTPUT_CONTACT": {
132448
+ "title": "OUTPUT_CONTACT (bool)",
132449
+ "description": "Flag, defining if contact related quantities should be written to output.",
132450
+ "default": false,
132451
+ "type": "boolean"
132430
132452
  }
132431
132453
  },
132432
132454
  "additionalProperties": false
@@ -168099,10 +168121,82 @@
168099
168121
  "description": "A 1D constituent that remodels",
168100
168122
  "type": "object",
168101
168123
  "properties": {
168102
- "FIBER_ID": {
168103
- "title": "FIBER_ID (int)",
168104
- "description": "Id of the fiber",
168105
- "type": "integer"
168124
+ "ORIENTATION": {
168125
+ "title": "ORIENTATION (selection)",
168126
+ "description": "A unit vector field pointing in the direction of the fiber in the reference configuration.",
168127
+ "type": "object",
168128
+ "oneOf": [
168129
+ {
168130
+ "title": "constant",
168131
+ "description": "Constant value for the field.",
168132
+ "type": "object",
168133
+ "properties": {
168134
+ "constant": {
168135
+ "title": "constant (vector)",
168136
+ "description": "Constant value for the field.",
168137
+ "type": "array",
168138
+ "items": {
168139
+ "title": "double",
168140
+ "type": "number"
168141
+ },
168142
+ "minItems": 3,
168143
+ "maxItems": 3
168144
+ }
168145
+ },
168146
+ "additionalProperties": false,
168147
+ "required": [
168148
+ "constant"
168149
+ ]
168150
+ },
168151
+ {
168152
+ "title": "from_file",
168153
+ "description": "Path to a file containing the input field data.",
168154
+ "type": "object",
168155
+ "properties": {
168156
+ "from_file": {
168157
+ "title": "from_file (path)",
168158
+ "description": "Path to a file containing the input field data.",
168159
+ "type": "string"
168160
+ }
168161
+ },
168162
+ "additionalProperties": false,
168163
+ "required": [
168164
+ "from_file"
168165
+ ]
168166
+ },
168167
+ {
168168
+ "title": "field_reference",
168169
+ "description": "Refer to a globally defined field by a name.",
168170
+ "type": "object",
168171
+ "properties": {
168172
+ "field_reference": {
168173
+ "title": "field_reference (string)",
168174
+ "description": "Refer to a globally defined field by a name.",
168175
+ "type": "string"
168176
+ }
168177
+ },
168178
+ "additionalProperties": false,
168179
+ "required": [
168180
+ "field_reference"
168181
+ ]
168182
+ },
168183
+ {
168184
+ "title": "from_mesh",
168185
+ "description": "Refer to a field defined in the input mesh by a name.",
168186
+ "type": "object",
168187
+ "properties": {
168188
+ "from_mesh": {
168189
+ "title": "from_mesh (string)",
168190
+ "description": "Refer to a field defined in the input mesh by a name.",
168191
+ "type": "string"
168192
+ }
168193
+ },
168194
+ "additionalProperties": false,
168195
+ "required": [
168196
+ "from_mesh"
168197
+ ]
168198
+ }
168199
+ ]
168106
168200
  },
168107
168201
  "FIBER_MATERIAL_ID": {
168108
168202
  "title": "FIBER_MATERIAL_ID (int)",
@@ -168141,21 +168235,15 @@
168141
168235
  "description": "Id of the time function to scale the deposition stretch (Default: 0=None)",
168142
168236
  "default": 0,
168143
168237
  "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
168238
  }
168150
168239
  },
168151
168240
  "additionalProperties": false,
168152
168241
  "required": [
168153
- "FIBER_ID",
168242
+ "ORIENTATION",
168154
168243
  "FIBER_MATERIAL_ID",
168155
168244
  "DECAY_TIME",
168156
168245
  "GROWTH_CONSTANT",
168157
- "DEPOSITION_STRETCH",
168158
- "INIT"
168246
+ "DEPOSITION_STRETCH"
168159
168247
  ]
168160
168248
  }
168161
168249
  },
@@ -168180,11 +168268,82 @@
168180
168268
  "description": "A 1D constituent that remodels",
168181
168269
  "type": "object",
168182
168270
  "properties": {
168183
- "FIBER_ID": {
168184
- "title": "FIBER_ID (int)",
168185
- "description": "Id of the fiber",
168186
- "default": 1,
168187
- "type": "integer"
168271
+ "ORIENTATION": {
168272
+ "title": "ORIENTATION (selection)",
168273
+ "description": "A unit vector field pointing in the direction of the fiber in the reference configuration.",
168274
+ "type": "object",
168275
+ "oneOf": [
168276
+ {
168277
+ "title": "constant",
168278
+ "description": "Constant value for the field.",
168279
+ "type": "object",
168280
+ "properties": {
168281
+ "constant": {
168282
+ "title": "constant (vector)",
168283
+ "description": "Constant value for the field.",
168284
+ "type": "array",
168285
+ "items": {
168286
+ "title": "double",
168287
+ "type": "number"
168288
+ },
168289
+ "minItems": 3,
168290
+ "maxItems": 3
168291
+ }
168292
+ },
168293
+ "additionalProperties": false,
168294
+ "required": [
168295
+ "constant"
168296
+ ]
168297
+ },
168298
+ {
168299
+ "title": "from_file",
168300
+ "description": "Path to a file containing the input field data.",
168301
+ "type": "object",
168302
+ "properties": {
168303
+ "from_file": {
168304
+ "title": "from_file (path)",
168305
+ "description": "Path to a file containing the input field data.",
168306
+ "type": "string"
168307
+ }
168308
+ },
168309
+ "additionalProperties": false,
168310
+ "required": [
168311
+ "from_file"
168312
+ ]
168313
+ },
168314
+ {
168315
+ "title": "field_reference",
168316
+ "description": "Refer to a globally defined field by a name.",
168317
+ "type": "object",
168318
+ "properties": {
168319
+ "field_reference": {
168320
+ "title": "field_reference (string)",
168321
+ "description": "Refer to a globally defined field by a name.",
168322
+ "type": "string"
168323
+ }
168324
+ },
168325
+ "additionalProperties": false,
168326
+ "required": [
168327
+ "field_reference"
168328
+ ]
168329
+ },
168330
+ {
168331
+ "title": "from_mesh",
168332
+ "description": "Refer to a field defined in the input mesh by a name.",
168333
+ "type": "object",
168334
+ "properties": {
168335
+ "from_mesh": {
168336
+ "title": "from_mesh (string)",
168337
+ "description": "Refer to a field defined in the input mesh by a name.",
168338
+ "type": "string"
168339
+ }
168340
+ },
168341
+ "additionalProperties": false,
168342
+ "required": [
168343
+ "from_mesh"
168344
+ ]
168345
+ }
168346
+ ]
168188
168347
  },
168189
168348
  "FIBER_MATERIAL_ID": {
168190
168349
  "title": "FIBER_MATERIAL_ID (int)",
@@ -168230,11 +168389,6 @@
168230
168389
  "default": false,
168231
168390
  "type": "boolean"
168232
168391
  },
168233
- "INIT": {
168234
- "title": "INIT (int)",
168235
- "description": "Initialization mode for fibers (1=element fibers, 2=nodal fibers)",
168236
- "type": "integer"
168237
- },
168238
168392
  "GAMMA": {
168239
168393
  "title": "GAMMA (double)",
168240
168394
  "description": "Angle of fiber alignment in degree (default = 0.0 degrees)",
@@ -168244,11 +168398,11 @@
168244
168398
  },
168245
168399
  "additionalProperties": false,
168246
168400
  "required": [
168401
+ "ORIENTATION",
168247
168402
  "FIBER_MATERIAL_ID",
168248
168403
  "DECAY_TIME",
168249
168404
  "GROWTH_CONSTANT",
168250
- "DEPOSITION_STRETCH",
168251
- "INIT"
168405
+ "DEPOSITION_STRETCH"
168252
168406
  ]
168253
168407
  }
168254
168408
  },
@@ -168273,10 +168427,82 @@
168273
168427
  "description": "A 1D constituent that grows with the full constrained mixture fiber theory",
168274
168428
  "type": "object",
168275
168429
  "properties": {
168276
- "FIBER_ID": {
168277
- "title": "FIBER_ID (int)",
168278
- "description": "Id of the fiber",
168279
- "type": "integer"
168430
+ "ORIENTATION": {
168431
+ "title": "ORIENTATION (selection)",
168432
+ "description": "A unit vector field pointing in the direction of the fiber in the reference configuration.",
168433
+ "type": "object",
168434
+ "oneOf": [
168435
+ {
168436
+ "title": "constant",
168437
+ "description": "Constant value for the field.",
168438
+ "type": "object",
168439
+ "properties": {
168440
+ "constant": {
168441
+ "title": "constant (vector)",
168442
+ "description": "Constant value for the field.",
168443
+ "type": "array",
168444
+ "items": {
168445
+ "title": "double",
168446
+ "type": "number"
168447
+ },
168448
+ "minItems": 3,
168449
+ "maxItems": 3
168450
+ }
168451
+ },
168452
+ "additionalProperties": false,
168453
+ "required": [
168454
+ "constant"
168455
+ ]
168456
+ },
168457
+ {
168458
+ "title": "from_file",
168459
+ "description": "Path to a file containing the input field data.",
168460
+ "type": "object",
168461
+ "properties": {
168462
+ "from_file": {
168463
+ "title": "from_file (path)",
168464
+ "description": "Path to a file containing the input field data.",
168465
+ "type": "string"
168466
+ }
168467
+ },
168468
+ "additionalProperties": false,
168469
+ "required": [
168470
+ "from_file"
168471
+ ]
168472
+ },
168473
+ {
168474
+ "title": "field_reference",
168475
+ "description": "Refer to a globally defined field by a name.",
168476
+ "type": "object",
168477
+ "properties": {
168478
+ "field_reference": {
168479
+ "title": "field_reference (string)",
168480
+ "description": "Refer to a globally defined field by a name.",
168481
+ "type": "string"
168482
+ }
168483
+ },
168484
+ "additionalProperties": false,
168485
+ "required": [
168486
+ "field_reference"
168487
+ ]
168488
+ },
168489
+ {
168490
+ "title": "from_mesh",
168491
+ "description": "Refer to a field defined in the input mesh by a name.",
168492
+ "type": "object",
168493
+ "properties": {
168494
+ "from_mesh": {
168495
+ "title": "from_mesh (string)",
168496
+ "description": "Refer to a field defined in the input mesh by a name.",
168497
+ "type": "string"
168498
+ }
168499
+ },
168500
+ "additionalProperties": false,
168501
+ "required": [
168502
+ "from_mesh"
168503
+ ]
168504
+ }
168505
+ ]
168280
168506
  },
168281
168507
  "FIBER_MATERIAL_ID": {
168282
168508
  "title": "FIBER_MATERIAL_ID (int)",
@@ -168316,11 +168542,6 @@
168316
168542
  "default": 0,
168317
168543
  "type": "integer"
168318
168544
  },
168319
- "INIT": {
168320
- "title": "INIT (int)",
168321
- "description": "Initialization mode for fibers (1=element fibers, 3=nodal fibers)",
168322
- "type": "integer"
168323
- },
168324
168545
  "ADAPTIVE_HISTORY_STRATEGY": {
168325
168546
  "title": "ADAPTIVE_HISTORY_STRATEGY (string)",
168326
168547
  "description": "Strategy for adaptive history integration (none, model_equation, higher_order)",
@@ -168336,12 +168557,11 @@
168336
168557
  },
168337
168558
  "additionalProperties": false,
168338
168559
  "required": [
168339
- "FIBER_ID",
168560
+ "ORIENTATION",
168340
168561
  "FIBER_MATERIAL_ID",
168341
168562
  "DECAY_TIME",
168342
168563
  "GROWTH_CONSTANT",
168343
- "DEPOSITION_STRETCH",
168344
- "INIT"
168564
+ "DEPOSITION_STRETCH"
168345
168565
  ]
168346
168566
  }
168347
168567
  },
@@ -168429,6 +168649,237 @@
168429
168649
  "title": "PRESSURE (double)",
168430
168650
  "description": "Pressure in the inner of the cylinder",
168431
168651
  "type": "number"
168652
+ },
168653
+ "RADIAL": {
168654
+ "title": "RADIAL (selection)",
168655
+ "description": "A unit vector field pointing in radial direction.",
168656
+ "type": "object",
168657
+ "oneOf": [
168658
+ {
168659
+ "title": "constant",
168660
+ "description": "Constant value for the field.",
168661
+ "type": "object",
168662
+ "properties": {
168663
+ "constant": {
168664
+ "title": "constant (vector)",
168665
+ "description": "Constant value for the field.",
168666
+ "type": "array",
168667
+ "items": {
168668
+ "title": "double",
168669
+ "type": "number"
168670
+ },
168671
+ "minItems": 3,
168672
+ "maxItems": 3
168673
+ }
168674
+ },
168675
+ "additionalProperties": false,
168676
+ "required": [
168677
+ "constant"
168678
+ ]
168679
+ },
168680
+ {
168681
+ "title": "from_file",
168682
+ "description": "Path to a file containing the input field data.",
168683
+ "type": "object",
168684
+ "properties": {
168685
+ "from_file": {
168686
+ "title": "from_file (path)",
168687
+ "description": "Path to a file containing the input field data.",
168688
+ "type": "string"
168689
+ }
168690
+ },
168691
+ "additionalProperties": false,
168692
+ "required": [
168693
+ "from_file"
168694
+ ]
168695
+ },
168696
+ {
168697
+ "title": "field_reference",
168698
+ "description": "Refer to a globally defined field by a name.",
168699
+ "type": "object",
168700
+ "properties": {
168701
+ "field_reference": {
168702
+ "title": "field_reference (string)",
168703
+ "description": "Refer to a globally defined field by a name.",
168704
+ "type": "string"
168705
+ }
168706
+ },
168707
+ "additionalProperties": false,
168708
+ "required": [
168709
+ "field_reference"
168710
+ ]
168711
+ },
168712
+ {
168713
+ "title": "from_mesh",
168714
+ "description": "Refer to a field defined in the input mesh by a name.",
168715
+ "type": "object",
168716
+ "properties": {
168717
+ "from_mesh": {
168718
+ "title": "from_mesh (string)",
168719
+ "description": "Refer to a field defined in the input mesh by a name.",
168720
+ "type": "string"
168721
+ }
168722
+ },
168723
+ "additionalProperties": false,
168724
+ "required": [
168725
+ "from_mesh"
168726
+ ]
168727
+ }
168728
+ ]
168729
+ },
168730
+ "AXIAL": {
168731
+ "title": "AXIAL (selection)",
168732
+ "description": "A unit vector field pointing in axial direction.",
168733
+ "type": "object",
168734
+ "oneOf": [
168735
+ {
168736
+ "title": "constant",
168737
+ "description": "Constant value for the field.",
168738
+ "type": "object",
168739
+ "properties": {
168740
+ "constant": {
168741
+ "title": "constant (vector)",
168742
+ "description": "Constant value for the field.",
168743
+ "type": "array",
168744
+ "items": {
168745
+ "title": "double",
168746
+ "type": "number"
168747
+ },
168748
+ "minItems": 3,
168749
+ "maxItems": 3
168750
+ }
168751
+ },
168752
+ "additionalProperties": false,
168753
+ "required": [
168754
+ "constant"
168755
+ ]
168756
+ },
168757
+ {
168758
+ "title": "from_file",
168759
+ "description": "Path to a file containing the input field data.",
168760
+ "type": "object",
168761
+ "properties": {
168762
+ "from_file": {
168763
+ "title": "from_file (path)",
168764
+ "description": "Path to a file containing the input field data.",
168765
+ "type": "string"
168766
+ }
168767
+ },
168768
+ "additionalProperties": false,
168769
+ "required": [
168770
+ "from_file"
168771
+ ]
168772
+ },
168773
+ {
168774
+ "title": "field_reference",
168775
+ "description": "Refer to a globally defined field by a name.",
168776
+ "type": "object",
168777
+ "properties": {
168778
+ "field_reference": {
168779
+ "title": "field_reference (string)",
168780
+ "description": "Refer to a globally defined field by a name.",
168781
+ "type": "string"
168782
+ }
168783
+ },
168784
+ "additionalProperties": false,
168785
+ "required": [
168786
+ "field_reference"
168787
+ ]
168788
+ },
168789
+ {
168790
+ "title": "from_mesh",
168791
+ "description": "Refer to a field defined in the input mesh by a name.",
168792
+ "type": "object",
168793
+ "properties": {
168794
+ "from_mesh": {
168795
+ "title": "from_mesh (string)",
168796
+ "description": "Refer to a field defined in the input mesh by a name.",
168797
+ "type": "string"
168798
+ }
168799
+ },
168800
+ "additionalProperties": false,
168801
+ "required": [
168802
+ "from_mesh"
168803
+ ]
168804
+ }
168805
+ ]
168806
+ },
168807
+ "CIRCUMFERENTIAL": {
168808
+ "title": "CIRCUMFERENTIAL (selection)",
168809
+ "description": "A unit vector field pointing in circumferential direction.",
168810
+ "type": "object",
168811
+ "oneOf": [
168812
+ {
168813
+ "title": "constant",
168814
+ "description": "Constant value for the field.",
168815
+ "type": "object",
168816
+ "properties": {
168817
+ "constant": {
168818
+ "title": "constant (vector)",
168819
+ "description": "Constant value for the field.",
168820
+ "type": "array",
168821
+ "items": {
168822
+ "title": "double",
168823
+ "type": "number"
168824
+ },
168825
+ "minItems": 3,
168826
+ "maxItems": 3
168827
+ }
168828
+ },
168829
+ "additionalProperties": false,
168830
+ "required": [
168831
+ "constant"
168832
+ ]
168833
+ },
168834
+ {
168835
+ "title": "from_file",
168836
+ "description": "Path to a file containing the input field data.",
168837
+ "type": "object",
168838
+ "properties": {
168839
+ "from_file": {
168840
+ "title": "from_file (path)",
168841
+ "description": "Path to a file containing the input field data.",
168842
+ "type": "string"
168843
+ }
168844
+ },
168845
+ "additionalProperties": false,
168846
+ "required": [
168847
+ "from_file"
168848
+ ]
168849
+ },
168850
+ {
168851
+ "title": "field_reference",
168852
+ "description": "Refer to a globally defined field by a name.",
168853
+ "type": "object",
168854
+ "properties": {
168855
+ "field_reference": {
168856
+ "title": "field_reference (string)",
168857
+ "description": "Refer to a globally defined field by a name.",
168858
+ "type": "string"
168859
+ }
168860
+ },
168861
+ "additionalProperties": false,
168862
+ "required": [
168863
+ "field_reference"
168864
+ ]
168865
+ },
168866
+ {
168867
+ "title": "from_mesh",
168868
+ "description": "Refer to a field defined in the input mesh by a name.",
168869
+ "type": "object",
168870
+ "properties": {
168871
+ "from_mesh": {
168872
+ "title": "from_mesh (string)",
168873
+ "description": "Refer to a field defined in the input mesh by a name.",
168874
+ "type": "string"
168875
+ }
168876
+ },
168877
+ "additionalProperties": false,
168878
+ "required": [
168879
+ "from_mesh"
168880
+ ]
168881
+ }
168882
+ ]
168432
168883
  }
168433
168884
  },
168434
168885
  "additionalProperties": false,
@@ -168437,7 +168888,10 @@
168437
168888
  "WALL_THICKNESS",
168438
168889
  "AXIAL_PRESTRETCH",
168439
168890
  "CIRCUMFERENTIAL_PRESTRETCH",
168440
- "PRESSURE"
168891
+ "PRESSURE",
168892
+ "RADIAL",
168893
+ "AXIAL",
168894
+ "CIRCUMFERENTIAL"
168441
168895
  ]
168442
168896
  }
168443
168897
  },
@@ -168580,20 +169034,88 @@
168580
169034
  "description": "anisotropic growth",
168581
169035
  "type": "object",
168582
169036
  "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"
169037
+ "GROWTH_DIRECTION": {
169038
+ "title": "GROWTH_DIRECTION (selection)",
169039
+ "description": "A unit vector field pointing in the direction of growth.",
169040
+ "type": "object",
169041
+ "oneOf": [
169042
+ {
169043
+ "title": "constant",
169044
+ "description": "Constant value for the field.",
169045
+ "type": "object",
169046
+ "properties": {
169047
+ "constant": {
169048
+ "title": "constant (vector)",
169049
+ "description": "Constant value for the field.",
169050
+ "type": "array",
169051
+ "items": {
169052
+ "title": "double",
169053
+ "type": "number"
169054
+ },
169055
+ "minItems": 3,
169056
+ "maxItems": 3
169057
+ }
169058
+ },
169059
+ "additionalProperties": false,
169060
+ "required": [
169061
+ "constant"
169062
+ ]
169063
+ },
169064
+ {
169065
+ "title": "from_file",
169066
+ "description": "Path to a file containing the input field data.",
169067
+ "type": "object",
169068
+ "properties": {
169069
+ "from_file": {
169070
+ "title": "from_file (path)",
169071
+ "description": "Path to a file containing the input field data.",
169072
+ "type": "string"
169073
+ }
169074
+ },
169075
+ "additionalProperties": false,
169076
+ "required": [
169077
+ "from_file"
169078
+ ]
169079
+ },
169080
+ {
169081
+ "title": "field_reference",
169082
+ "description": "Refer to a globally defined field by a name.",
169083
+ "type": "object",
169084
+ "properties": {
169085
+ "field_reference": {
169086
+ "title": "field_reference (string)",
169087
+ "description": "Refer to a globally defined field by a name.",
169088
+ "type": "string"
169089
+ }
169090
+ },
169091
+ "additionalProperties": false,
169092
+ "required": [
169093
+ "field_reference"
169094
+ ]
169095
+ },
169096
+ {
169097
+ "title": "from_mesh",
169098
+ "description": "Refer to a field defined in the input mesh by a name.",
169099
+ "type": "object",
169100
+ "properties": {
169101
+ "from_mesh": {
169102
+ "title": "from_mesh (string)",
169103
+ "description": "Refer to a field defined in the input mesh by a name.",
169104
+ "type": "string"
169105
+ }
169106
+ },
169107
+ "additionalProperties": false,
169108
+ "required": [
169109
+ "from_mesh"
169110
+ ]
169111
+ }
169112
+ ]
168594
169113
  }
168595
169114
  },
168596
- "additionalProperties": false
169115
+ "additionalProperties": false,
169116
+ "required": [
169117
+ "GROWTH_DIRECTION"
169118
+ ]
168597
169119
  }
168598
169120
  },
168599
169121
  "additionalProperties": false,
@@ -168673,6 +169195,83 @@
168673
169195
  "description": "ElastHyper toolbox with damage and 2D membrane material",
168674
169196
  "type": "object",
168675
169197
  "properties": {
169198
+ "MEMBRANE_NORMAL": {
169199
+ "title": "MEMBRANE_NORMAL (selection)",
169200
+ "description": "A unit vector field pointing in the direction of the membrane normal.",
169201
+ "type": "object",
169202
+ "oneOf": [
169203
+ {
169204
+ "title": "constant",
169205
+ "description": "Constant value for the field.",
169206
+ "type": "object",
169207
+ "properties": {
169208
+ "constant": {
169209
+ "title": "constant (vector)",
169210
+ "description": "Constant value for the field.",
169211
+ "type": "array",
169212
+ "items": {
169213
+ "title": "double",
169214
+ "type": "number"
169215
+ },
169216
+ "minItems": 3,
169217
+ "maxItems": 3
169218
+ }
169219
+ },
169220
+ "additionalProperties": false,
169221
+ "required": [
169222
+ "constant"
169223
+ ]
169224
+ },
169225
+ {
169226
+ "title": "from_file",
169227
+ "description": "Path to a file containing the input field data.",
169228
+ "type": "object",
169229
+ "properties": {
169230
+ "from_file": {
169231
+ "title": "from_file (path)",
169232
+ "description": "Path to a file containing the input field data.",
169233
+ "type": "string"
169234
+ }
169235
+ },
169236
+ "additionalProperties": false,
169237
+ "required": [
169238
+ "from_file"
169239
+ ]
169240
+ },
169241
+ {
169242
+ "title": "field_reference",
169243
+ "description": "Refer to a globally defined field by a name.",
169244
+ "type": "object",
169245
+ "properties": {
169246
+ "field_reference": {
169247
+ "title": "field_reference (string)",
169248
+ "description": "Refer to a globally defined field by a name.",
169249
+ "type": "string"
169250
+ }
169251
+ },
169252
+ "additionalProperties": false,
169253
+ "required": [
169254
+ "field_reference"
169255
+ ]
169256
+ },
169257
+ {
169258
+ "title": "from_mesh",
169259
+ "description": "Refer to a field defined in the input mesh by a name.",
169260
+ "type": "object",
169261
+ "properties": {
169262
+ "from_mesh": {
169263
+ "title": "from_mesh (string)",
169264
+ "description": "Refer to a field defined in the input mesh by a name.",
169265
+ "type": "string"
169266
+ }
169267
+ },
169268
+ "additionalProperties": false,
169269
+ "required": [
169270
+ "from_mesh"
169271
+ ]
169272
+ }
169273
+ ]
169274
+ },
168676
169275
  "NUMMAT": {
168677
169276
  "title": "NUMMAT (int)",
168678
169277
  "description": "number of summands",
@@ -168715,6 +169314,7 @@
168715
169314
  },
168716
169315
  "additionalProperties": false,
168717
169316
  "required": [
169317
+ "MEMBRANE_NORMAL",
168718
169318
  "NUMMAT",
168719
169319
  "MATIDS",
168720
169320
  "MEMBRANENUMMAT",
@@ -401813,5 +402413,5 @@
401813
402413
  "PROBLEM TYPE"
401814
402414
  ],
401815
402415
  "$schema": "https://json-schema.org/draft/2020-12/schema",
401816
- "$id": "99de7bce313133dc91671515f4e686fdbe49cadc"
402416
+ "$id": "1e8480ca7ac03584d421b80cf35771a370083bb9"
401817
402417
  }
fourcipp/version.py CHANGED
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '1.35.0'
32
- __version_tuple__ = version_tuple = (1, 35, 0)
31
+ __version__ = version = '1.37.0'
32
+ __version_tuple__ = version_tuple = (1, 37, 0)
33
33
 
34
34
  __commit_id__ = commit_id = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: FourCIPP
3
- Version: 1.35.0
3
+ Version: 1.37.0
4
4
  Summary: A streamlined Python Parser for 4C input files
5
5
  Author: FourCIPP Authors
6
6
  License: The MIT License (MIT)
@@ -1,8 +1,8 @@
1
1
  fourcipp/__init__.py,sha256=4pz7DVXErSbUcLqPTaHnQfdJzKkpfZDivBqbHbTgpRE,1388
2
2
  fourcipp/fourc_input.py,sha256=U_1b3XtZpXZfRV3ZAWiZzpAKtLWWrdBXow2r3wNPWao,24720
3
- fourcipp/version.py,sha256=fEVxpsnggVq-NSPWN73JVJO3FDQoAjIv54D7dJagIpE,706
4
- fourcipp/config/4C_metadata.yaml,sha256=aMlZTC9YHfK_n0M29wcJ5B3AgQkhS0r2S12VIf7-NiQ,2599165
5
- fourcipp/config/4C_schema.json,sha256=EP_Whdn1mkKZKpYdH619vLSMExI8sORxCivGqwaTrAw,16533721
3
+ fourcipp/version.py,sha256=7iM6FVCB7yNzIZ7z59U_U2d_x0RefLoRa1YrPtAszvk,706
4
+ fourcipp/config/4C_metadata.yaml,sha256=OxfCML-UNuc984LxZ7a7OoqsCS7IDqASH4379HN00pE,2612035
5
+ fourcipp/config/4C_schema.json,sha256=opLozFoUxjV-jl01FHq_t_7GhTr2fZqWqvbEdEMO8zM,16560359
6
6
  fourcipp/config/config.yaml,sha256=n2c2a6E4HKfAdNWOQz1kLUuf5p4NLxIddaAi2t5eM38,460
7
7
  fourcipp/legacy_io/__init__.py,sha256=L3MWW-WjPbPAJVX8Z0Uheftn0dRPnqNnSBic3uloFhI,5750
8
8
  fourcipp/legacy_io/element.py,sha256=rP8F-m-8ZCwCxtV_OASvvLeNYr01zsmgZsDZSJ_G1gY,3977
@@ -20,9 +20,9 @@ fourcipp/utils/not_set.py,sha256=NHf0UXDmTuZfvfnIIgkkx4EohxRsN4MVUHUpt7VOnaQ,243
20
20
  fourcipp/utils/type_hinting.py,sha256=izPEhbMdmhrIBamCLqqF_6iDZW-w7a8kplUugbQILyw,1714
21
21
  fourcipp/utils/validation.py,sha256=FejHOj1MddaU7gEpMN-f8Mz3rYjflakd1qcsKnctHqA,5292
22
22
  fourcipp/utils/yaml_io.py,sha256=jPgVnxE858XTpDC6BVhfbbljQegL58zc3u2VPYCTvGE,5771
23
- fourcipp-1.35.0.dist-info/licenses/LICENSE,sha256=lkSOHdH9IZ8c3Vnz0fFjqls1cRlmLADBP8QEIwUlH3o,1082
24
- fourcipp-1.35.0.dist-info/METADATA,sha256=V6APRQQGt94KhIRzDybXcsSij0hMLZsjWCaVubjr1i8,7960
25
- fourcipp-1.35.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
26
- fourcipp-1.35.0.dist-info/entry_points.txt,sha256=44XBG4bwhuq1EwOZ0U055HYP8_qN6_d30ecVsa5Igng,53
27
- fourcipp-1.35.0.dist-info/top_level.txt,sha256=oZ6jgFFmvi157VwGUEFuKT3D8oS5mOkpOVx8zZURZrQ,9
28
- fourcipp-1.35.0.dist-info/RECORD,,
23
+ fourcipp-1.37.0.dist-info/licenses/LICENSE,sha256=lkSOHdH9IZ8c3Vnz0fFjqls1cRlmLADBP8QEIwUlH3o,1082
24
+ fourcipp-1.37.0.dist-info/METADATA,sha256=njlp_1mFrhTauj7DzLoUf8IoWeo5wLmS8zH-s7urQeA,7960
25
+ fourcipp-1.37.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
26
+ fourcipp-1.37.0.dist-info/entry_points.txt,sha256=44XBG4bwhuq1EwOZ0U055HYP8_qN6_d30ecVsa5Igng,53
27
+ fourcipp-1.37.0.dist-info/top_level.txt,sha256=oZ6jgFFmvi157VwGUEFuKT3D8oS5mOkpOVx8zZURZrQ,9
28
+ fourcipp-1.37.0.dist-info/RECORD,,