FourCIPP 1.35.0__tar.gz → 1.37.0__tar.gz

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.
Files changed (66) hide show
  1. {fourcipp-1.35.0/src/FourCIPP.egg-info → fourcipp-1.37.0}/PKG-INFO +1 -1
  2. {fourcipp-1.35.0 → fourcipp-1.37.0/src/FourCIPP.egg-info}/PKG-INFO +1 -1
  3. {fourcipp-1.35.0 → fourcipp-1.37.0}/src/fourcipp/config/4C_metadata.yaml +273 -34
  4. {fourcipp-1.35.0 → fourcipp-1.37.0}/src/fourcipp/config/4C_schema.json +651 -51
  5. {fourcipp-1.35.0 → fourcipp-1.37.0}/src/fourcipp/version.py +3 -3
  6. {fourcipp-1.35.0 → fourcipp-1.37.0}/.coveragerc +0 -0
  7. {fourcipp-1.35.0 → fourcipp-1.37.0}/.github/workflows/check_code.yaml +0 -0
  8. {fourcipp-1.35.0 → fourcipp-1.37.0}/.github/workflows/publish_pypi.yaml +0 -0
  9. {fourcipp-1.35.0 → fourcipp-1.37.0}/.github/workflows/run_testsuite.yaml +0 -0
  10. {fourcipp-1.35.0 → fourcipp-1.37.0}/.github/workflows/tag_version.yaml +0 -0
  11. {fourcipp-1.35.0 → fourcipp-1.37.0}/.github/workflows/update_4C_metadata_schema_file.yaml +0 -0
  12. {fourcipp-1.35.0 → fourcipp-1.37.0}/.gitignore +0 -0
  13. {fourcipp-1.35.0 → fourcipp-1.37.0}/.pre-commit-config.yaml +0 -0
  14. {fourcipp-1.35.0 → fourcipp-1.37.0}/LICENSE +0 -0
  15. {fourcipp-1.35.0 → fourcipp-1.37.0}/README.md +0 -0
  16. {fourcipp-1.35.0 → fourcipp-1.37.0}/docs/assets/fourcipp_logo_black.svg +0 -0
  17. {fourcipp-1.35.0 → fourcipp-1.37.0}/docs/assets/fourcipp_logo_white.svg +0 -0
  18. {fourcipp-1.35.0 → fourcipp-1.37.0}/pyproject.toml +0 -0
  19. {fourcipp-1.35.0 → fourcipp-1.37.0}/requirements.in +0 -0
  20. {fourcipp-1.35.0 → fourcipp-1.37.0}/requirements.txt +0 -0
  21. {fourcipp-1.35.0 → fourcipp-1.37.0}/setup.cfg +0 -0
  22. {fourcipp-1.35.0 → fourcipp-1.37.0}/src/FourCIPP.egg-info/SOURCES.txt +0 -0
  23. {fourcipp-1.35.0 → fourcipp-1.37.0}/src/FourCIPP.egg-info/dependency_links.txt +0 -0
  24. {fourcipp-1.35.0 → fourcipp-1.37.0}/src/FourCIPP.egg-info/entry_points.txt +0 -0
  25. {fourcipp-1.35.0 → fourcipp-1.37.0}/src/FourCIPP.egg-info/requires.txt +0 -0
  26. {fourcipp-1.35.0 → fourcipp-1.37.0}/src/FourCIPP.egg-info/top_level.txt +0 -0
  27. {fourcipp-1.35.0 → fourcipp-1.37.0}/src/fourcipp/__init__.py +0 -0
  28. {fourcipp-1.35.0 → fourcipp-1.37.0}/src/fourcipp/config/config.yaml +0 -0
  29. {fourcipp-1.35.0 → fourcipp-1.37.0}/src/fourcipp/fourc_input.py +0 -0
  30. {fourcipp-1.35.0 → fourcipp-1.37.0}/src/fourcipp/legacy_io/__init__.py +0 -0
  31. {fourcipp-1.35.0 → fourcipp-1.37.0}/src/fourcipp/legacy_io/element.py +0 -0
  32. {fourcipp-1.35.0 → fourcipp-1.37.0}/src/fourcipp/legacy_io/inline_dat.py +0 -0
  33. {fourcipp-1.35.0 → fourcipp-1.37.0}/src/fourcipp/legacy_io/node.py +0 -0
  34. {fourcipp-1.35.0 → fourcipp-1.37.0}/src/fourcipp/legacy_io/node_topology.py +0 -0
  35. {fourcipp-1.35.0 → fourcipp-1.37.0}/src/fourcipp/legacy_io/particle.py +0 -0
  36. {fourcipp-1.35.0 → fourcipp-1.37.0}/src/fourcipp/utils/__init__.py +0 -0
  37. {fourcipp-1.35.0 → fourcipp-1.37.0}/src/fourcipp/utils/cli.py +0 -0
  38. {fourcipp-1.35.0 → fourcipp-1.37.0}/src/fourcipp/utils/configuration.py +0 -0
  39. {fourcipp-1.35.0 → fourcipp-1.37.0}/src/fourcipp/utils/converter.py +0 -0
  40. {fourcipp-1.35.0 → fourcipp-1.37.0}/src/fourcipp/utils/dict_utils.py +0 -0
  41. {fourcipp-1.35.0 → fourcipp-1.37.0}/src/fourcipp/utils/metadata.py +0 -0
  42. {fourcipp-1.35.0 → fourcipp-1.37.0}/src/fourcipp/utils/not_set.py +0 -0
  43. {fourcipp-1.35.0 → fourcipp-1.37.0}/src/fourcipp/utils/type_hinting.py +0 -0
  44. {fourcipp-1.35.0 → fourcipp-1.37.0}/src/fourcipp/utils/validation.py +0 -0
  45. {fourcipp-1.35.0 → fourcipp-1.37.0}/src/fourcipp/utils/yaml_io.py +0 -0
  46. {fourcipp-1.35.0 → fourcipp-1.37.0}/tests/__init__.py +0 -0
  47. {fourcipp-1.35.0 → fourcipp-1.37.0}/tests/conftest.py +0 -0
  48. {fourcipp-1.35.0 → fourcipp-1.37.0}/tests/fourcipp/__init__.py +0 -0
  49. {fourcipp-1.35.0 → fourcipp-1.37.0}/tests/fourcipp/legacy_io/__init__.py +0 -0
  50. {fourcipp-1.35.0 → fourcipp-1.37.0}/tests/fourcipp/legacy_io/test_element.py +0 -0
  51. {fourcipp-1.35.0 → fourcipp-1.37.0}/tests/fourcipp/legacy_io/test_inline_dat.py +0 -0
  52. {fourcipp-1.35.0 → fourcipp-1.37.0}/tests/fourcipp/legacy_io/test_legacy_io.py +0 -0
  53. {fourcipp-1.35.0 → fourcipp-1.37.0}/tests/fourcipp/legacy_io/test_node.py +0 -0
  54. {fourcipp-1.35.0 → fourcipp-1.37.0}/tests/fourcipp/legacy_io/test_node_topology.py +0 -0
  55. {fourcipp-1.35.0 → fourcipp-1.37.0}/tests/fourcipp/legacy_io/test_particle.py +0 -0
  56. {fourcipp-1.35.0 → fourcipp-1.37.0}/tests/fourcipp/legacy_io/utils.py +0 -0
  57. {fourcipp-1.35.0 → fourcipp-1.37.0}/tests/fourcipp/test_fourc_input.py +0 -0
  58. {fourcipp-1.35.0 → fourcipp-1.37.0}/tests/fourcipp/test_readme_quickstart_example.py +0 -0
  59. {fourcipp-1.35.0 → fourcipp-1.37.0}/tests/fourcipp/utils/__init__.py +0 -0
  60. {fourcipp-1.35.0 → fourcipp-1.37.0}/tests/fourcipp/utils/test_configuration.py +0 -0
  61. {fourcipp-1.35.0 → fourcipp-1.37.0}/tests/fourcipp/utils/test_converter.py +0 -0
  62. {fourcipp-1.35.0 → fourcipp-1.37.0}/tests/fourcipp/utils/test_dict_utils.py +0 -0
  63. {fourcipp-1.35.0 → fourcipp-1.37.0}/tests/fourcipp/utils/test_metadata.py +0 -0
  64. {fourcipp-1.35.0 → fourcipp-1.37.0}/tests/fourcipp/utils/test_not_set.py +0 -0
  65. {fourcipp-1.35.0 → fourcipp-1.37.0}/tests/fourcipp/utils/test_validation.py +0 -0
  66. {fourcipp-1.35.0 → fourcipp-1.37.0}/tests/fourcipp/utils/test_yaml_io.py +0 -0
@@ -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,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,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"