FourCIPP 1.34.0__tar.gz → 1.36.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.34.0/src/FourCIPP.egg-info → fourcipp-1.36.0}/PKG-INFO +1 -1
  2. {fourcipp-1.34.0 → fourcipp-1.36.0/src/FourCIPP.egg-info}/PKG-INFO +1 -1
  3. {fourcipp-1.34.0 → fourcipp-1.36.0}/src/fourcipp/config/4C_metadata.yaml +266 -41
  4. {fourcipp-1.34.0 → fourcipp-1.36.0}/src/fourcipp/config/4C_schema.json +722 -139
  5. {fourcipp-1.34.0 → fourcipp-1.36.0}/src/fourcipp/version.py +3 -3
  6. {fourcipp-1.34.0 → fourcipp-1.36.0}/.coveragerc +0 -0
  7. {fourcipp-1.34.0 → fourcipp-1.36.0}/.github/workflows/check_code.yaml +0 -0
  8. {fourcipp-1.34.0 → fourcipp-1.36.0}/.github/workflows/publish_pypi.yaml +0 -0
  9. {fourcipp-1.34.0 → fourcipp-1.36.0}/.github/workflows/run_testsuite.yaml +0 -0
  10. {fourcipp-1.34.0 → fourcipp-1.36.0}/.github/workflows/tag_version.yaml +0 -0
  11. {fourcipp-1.34.0 → fourcipp-1.36.0}/.github/workflows/update_4C_metadata_schema_file.yaml +0 -0
  12. {fourcipp-1.34.0 → fourcipp-1.36.0}/.gitignore +0 -0
  13. {fourcipp-1.34.0 → fourcipp-1.36.0}/.pre-commit-config.yaml +0 -0
  14. {fourcipp-1.34.0 → fourcipp-1.36.0}/LICENSE +0 -0
  15. {fourcipp-1.34.0 → fourcipp-1.36.0}/README.md +0 -0
  16. {fourcipp-1.34.0 → fourcipp-1.36.0}/docs/assets/fourcipp_logo_black.svg +0 -0
  17. {fourcipp-1.34.0 → fourcipp-1.36.0}/docs/assets/fourcipp_logo_white.svg +0 -0
  18. {fourcipp-1.34.0 → fourcipp-1.36.0}/pyproject.toml +0 -0
  19. {fourcipp-1.34.0 → fourcipp-1.36.0}/requirements.in +0 -0
  20. {fourcipp-1.34.0 → fourcipp-1.36.0}/requirements.txt +0 -0
  21. {fourcipp-1.34.0 → fourcipp-1.36.0}/setup.cfg +0 -0
  22. {fourcipp-1.34.0 → fourcipp-1.36.0}/src/FourCIPP.egg-info/SOURCES.txt +0 -0
  23. {fourcipp-1.34.0 → fourcipp-1.36.0}/src/FourCIPP.egg-info/dependency_links.txt +0 -0
  24. {fourcipp-1.34.0 → fourcipp-1.36.0}/src/FourCIPP.egg-info/entry_points.txt +0 -0
  25. {fourcipp-1.34.0 → fourcipp-1.36.0}/src/FourCIPP.egg-info/requires.txt +0 -0
  26. {fourcipp-1.34.0 → fourcipp-1.36.0}/src/FourCIPP.egg-info/top_level.txt +0 -0
  27. {fourcipp-1.34.0 → fourcipp-1.36.0}/src/fourcipp/__init__.py +0 -0
  28. {fourcipp-1.34.0 → fourcipp-1.36.0}/src/fourcipp/config/config.yaml +0 -0
  29. {fourcipp-1.34.0 → fourcipp-1.36.0}/src/fourcipp/fourc_input.py +0 -0
  30. {fourcipp-1.34.0 → fourcipp-1.36.0}/src/fourcipp/legacy_io/__init__.py +0 -0
  31. {fourcipp-1.34.0 → fourcipp-1.36.0}/src/fourcipp/legacy_io/element.py +0 -0
  32. {fourcipp-1.34.0 → fourcipp-1.36.0}/src/fourcipp/legacy_io/inline_dat.py +0 -0
  33. {fourcipp-1.34.0 → fourcipp-1.36.0}/src/fourcipp/legacy_io/node.py +0 -0
  34. {fourcipp-1.34.0 → fourcipp-1.36.0}/src/fourcipp/legacy_io/node_topology.py +0 -0
  35. {fourcipp-1.34.0 → fourcipp-1.36.0}/src/fourcipp/legacy_io/particle.py +0 -0
  36. {fourcipp-1.34.0 → fourcipp-1.36.0}/src/fourcipp/utils/__init__.py +0 -0
  37. {fourcipp-1.34.0 → fourcipp-1.36.0}/src/fourcipp/utils/cli.py +0 -0
  38. {fourcipp-1.34.0 → fourcipp-1.36.0}/src/fourcipp/utils/configuration.py +0 -0
  39. {fourcipp-1.34.0 → fourcipp-1.36.0}/src/fourcipp/utils/converter.py +0 -0
  40. {fourcipp-1.34.0 → fourcipp-1.36.0}/src/fourcipp/utils/dict_utils.py +0 -0
  41. {fourcipp-1.34.0 → fourcipp-1.36.0}/src/fourcipp/utils/metadata.py +0 -0
  42. {fourcipp-1.34.0 → fourcipp-1.36.0}/src/fourcipp/utils/not_set.py +0 -0
  43. {fourcipp-1.34.0 → fourcipp-1.36.0}/src/fourcipp/utils/type_hinting.py +0 -0
  44. {fourcipp-1.34.0 → fourcipp-1.36.0}/src/fourcipp/utils/validation.py +0 -0
  45. {fourcipp-1.34.0 → fourcipp-1.36.0}/src/fourcipp/utils/yaml_io.py +0 -0
  46. {fourcipp-1.34.0 → fourcipp-1.36.0}/tests/__init__.py +0 -0
  47. {fourcipp-1.34.0 → fourcipp-1.36.0}/tests/conftest.py +0 -0
  48. {fourcipp-1.34.0 → fourcipp-1.36.0}/tests/fourcipp/__init__.py +0 -0
  49. {fourcipp-1.34.0 → fourcipp-1.36.0}/tests/fourcipp/legacy_io/__init__.py +0 -0
  50. {fourcipp-1.34.0 → fourcipp-1.36.0}/tests/fourcipp/legacy_io/test_element.py +0 -0
  51. {fourcipp-1.34.0 → fourcipp-1.36.0}/tests/fourcipp/legacy_io/test_inline_dat.py +0 -0
  52. {fourcipp-1.34.0 → fourcipp-1.36.0}/tests/fourcipp/legacy_io/test_legacy_io.py +0 -0
  53. {fourcipp-1.34.0 → fourcipp-1.36.0}/tests/fourcipp/legacy_io/test_node.py +0 -0
  54. {fourcipp-1.34.0 → fourcipp-1.36.0}/tests/fourcipp/legacy_io/test_node_topology.py +0 -0
  55. {fourcipp-1.34.0 → fourcipp-1.36.0}/tests/fourcipp/legacy_io/test_particle.py +0 -0
  56. {fourcipp-1.34.0 → fourcipp-1.36.0}/tests/fourcipp/legacy_io/utils.py +0 -0
  57. {fourcipp-1.34.0 → fourcipp-1.36.0}/tests/fourcipp/test_fourc_input.py +0 -0
  58. {fourcipp-1.34.0 → fourcipp-1.36.0}/tests/fourcipp/test_readme_quickstart_example.py +0 -0
  59. {fourcipp-1.34.0 → fourcipp-1.36.0}/tests/fourcipp/utils/__init__.py +0 -0
  60. {fourcipp-1.34.0 → fourcipp-1.36.0}/tests/fourcipp/utils/test_configuration.py +0 -0
  61. {fourcipp-1.34.0 → fourcipp-1.36.0}/tests/fourcipp/utils/test_converter.py +0 -0
  62. {fourcipp-1.34.0 → fourcipp-1.36.0}/tests/fourcipp/utils/test_dict_utils.py +0 -0
  63. {fourcipp-1.34.0 → fourcipp-1.36.0}/tests/fourcipp/utils/test_metadata.py +0 -0
  64. {fourcipp-1.34.0 → fourcipp-1.36.0}/tests/fourcipp/utils/test_not_set.py +0 -0
  65. {fourcipp-1.34.0 → fourcipp-1.36.0}/tests/fourcipp/utils/test_validation.py +0 -0
  66. {fourcipp-1.34.0 → fourcipp-1.36.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.34.0
3
+ Version: 1.36.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.34.0
3
+ Version: 1.36.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: 54d84f3839b758a5df1fbf1c3cf066a7eebd544d
2
+ commit_hash: edfd653314abc722fc3c1208e949f43c00f0d59a
3
3
  version: 2025.4.0-dev
4
4
  description_section_name: TITLE
5
5
  legacy_element_specs:
@@ -27712,6 +27712,11 @@ sections:
27712
27712
  choices:
27713
27713
  - name: "No"
27714
27714
  - name: "membranethickness"
27715
+ - name: OUTPUT_CONTACT
27716
+ type: bool
27717
+ description: "Flag, defining if contact related quantities should be written to output."
27718
+ required: false
27719
+ default: false
27715
27720
  - name: IO/RUNTIME VTP OUTPUT STRUCTURE
27716
27721
  type: group
27717
27722
  required: false
@@ -28759,10 +28764,38 @@ sections:
28759
28764
  specs:
28760
28765
  - type: all_of
28761
28766
  specs:
28762
- - name: FIBER_ID
28763
- type: int
28764
- description: "Id of the fiber"
28767
+ - name: ORIENTATION
28768
+ type: selection
28769
+ description: "A unit vector field pointing in the direction of the fiber in the reference configuration."
28765
28770
  required: true
28771
+ choices:
28772
+ - name: constant
28773
+ spec:
28774
+ name: constant
28775
+ type: vector
28776
+ size: 3
28777
+ value_type:
28778
+ type: double
28779
+ description: "Constant value for the field."
28780
+ required: true
28781
+ - name: from_file
28782
+ spec:
28783
+ name: from_file
28784
+ type: path
28785
+ description: "Path to a file containing the input field data."
28786
+ required: true
28787
+ - name: field_reference
28788
+ spec:
28789
+ name: field_reference
28790
+ type: string
28791
+ description: "Refer to a globally defined field by a name."
28792
+ required: true
28793
+ - name: from_mesh
28794
+ spec:
28795
+ name: from_mesh
28796
+ type: string
28797
+ description: "Refer to a field defined in the input mesh by a name."
28798
+ required: true
28766
28799
  - name: FIBER_MATERIAL_ID
28767
28800
  type: int
28768
28801
  description: "Id of fiber material"
@@ -28794,10 +28827,6 @@ sections:
28794
28827
  description: "Id of the time function to scale the deposition stretch (Default: 0=None)"
28795
28828
  required: false
28796
28829
  default: 0
28797
- - name: INIT
28798
- type: int
28799
- description: "Initialization mode for fibers (1=element fibers, 2=nodal fibers)"
28800
- required: true
28801
28830
  - type: all_of
28802
28831
  specs:
28803
28832
  - name: MAT
@@ -28810,11 +28839,38 @@ sections:
28810
28839
  specs:
28811
28840
  - type: all_of
28812
28841
  specs:
28813
- - name: FIBER_ID
28814
- type: int
28815
- description: "Id of the fiber"
28816
- required: false
28817
- default: 1
28842
+ - name: ORIENTATION
28843
+ type: selection
28844
+ description: "A unit vector field pointing in the direction of the fiber in the reference configuration."
28845
+ required: true
28846
+ choices:
28847
+ - name: constant
28848
+ spec:
28849
+ name: constant
28850
+ type: vector
28851
+ size: 3
28852
+ value_type:
28853
+ type: double
28854
+ description: "Constant value for the field."
28855
+ required: true
28856
+ - name: from_file
28857
+ spec:
28858
+ name: from_file
28859
+ type: path
28860
+ description: "Path to a file containing the input field data."
28861
+ required: true
28862
+ - name: field_reference
28863
+ spec:
28864
+ name: field_reference
28865
+ type: string
28866
+ description: "Refer to a globally defined field by a name."
28867
+ required: true
28868
+ - name: from_mesh
28869
+ spec:
28870
+ name: from_mesh
28871
+ type: string
28872
+ description: "Refer to a field defined in the input mesh by a name."
28873
+ required: true
28818
28874
  - name: FIBER_MATERIAL_ID
28819
28875
  type: int
28820
28876
  description: "Id of fiber material"
@@ -28851,10 +28907,6 @@ sections:
28851
28907
  description: "Mixture rule has inelastic growth (default false)"
28852
28908
  required: false
28853
28909
  default: false
28854
- - name: INIT
28855
- type: int
28856
- description: "Initialization mode for fibers (1=element fibers, 2=nodal fibers)"
28857
- required: true
28858
28910
  - name: GAMMA
28859
28911
  type: double
28860
28912
  description: "Angle of fiber alignment in degree (default = 0.0 degrees)"
@@ -28872,10 +28924,38 @@ sections:
28872
28924
  specs:
28873
28925
  - type: all_of
28874
28926
  specs:
28875
- - name: FIBER_ID
28876
- type: int
28877
- description: "Id of the fiber"
28927
+ - name: ORIENTATION
28928
+ type: selection
28929
+ description: "A unit vector field pointing in the direction of the fiber in the reference configuration."
28878
28930
  required: true
28931
+ choices:
28932
+ - name: constant
28933
+ spec:
28934
+ name: constant
28935
+ type: vector
28936
+ size: 3
28937
+ value_type:
28938
+ type: double
28939
+ description: "Constant value for the field."
28940
+ required: true
28941
+ - name: from_file
28942
+ spec:
28943
+ name: from_file
28944
+ type: path
28945
+ description: "Path to a file containing the input field data."
28946
+ required: true
28947
+ - name: field_reference
28948
+ spec:
28949
+ name: field_reference
28950
+ type: string
28951
+ description: "Refer to a globally defined field by a name."
28952
+ required: true
28953
+ - name: from_mesh
28954
+ spec:
28955
+ name: from_mesh
28956
+ type: string
28957
+ description: "Refer to a field defined in the input mesh by a name."
28958
+ required: true
28879
28959
  - name: FIBER_MATERIAL_ID
28880
28960
  type: int
28881
28961
  description: "Id of fiber material"
@@ -28907,10 +28987,6 @@ sections:
28907
28987
  description: "Id of the time function to scale the deposition stretch (Default: 0=None)"
28908
28988
  required: false
28909
28989
  default: 0
28910
- - name: INIT
28911
- type: int
28912
- description: "Initialization mode for fibers (1=element fibers, 3=nodal fibers)"
28913
- required: true
28914
28990
  - name: ADAPTIVE_HISTORY_STRATEGY
28915
28991
  type: string
28916
28992
  description: "Strategy for adaptive history integration (none, model_equation, higher_order)"
@@ -28974,6 +29050,102 @@ sections:
28974
29050
  type: double
28975
29051
  description: "Pressure in the inner of the cylinder"
28976
29052
  required: true
29053
+ - name: RADIAL
29054
+ type: selection
29055
+ description: "A unit vector field pointing in radial direction."
29056
+ required: true
29057
+ choices:
29058
+ - name: constant
29059
+ spec:
29060
+ name: constant
29061
+ type: vector
29062
+ size: 3
29063
+ value_type:
29064
+ type: double
29065
+ description: "Constant value for the field."
29066
+ required: true
29067
+ - name: from_file
29068
+ spec:
29069
+ name: from_file
29070
+ type: path
29071
+ description: "Path to a file containing the input field data."
29072
+ required: true
29073
+ - name: field_reference
29074
+ spec:
29075
+ name: field_reference
29076
+ type: string
29077
+ description: "Refer to a globally defined field by a name."
29078
+ required: true
29079
+ - name: from_mesh
29080
+ spec:
29081
+ name: from_mesh
29082
+ type: string
29083
+ description: "Refer to a field defined in the input mesh by a name."
29084
+ required: true
29085
+ - name: AXIAL
29086
+ type: selection
29087
+ description: "A unit vector field pointing in axial direction."
29088
+ required: true
29089
+ choices:
29090
+ - name: constant
29091
+ spec:
29092
+ name: constant
29093
+ type: vector
29094
+ size: 3
29095
+ value_type:
29096
+ type: double
29097
+ description: "Constant value for the field."
29098
+ required: true
29099
+ - name: from_file
29100
+ spec:
29101
+ name: from_file
29102
+ type: path
29103
+ description: "Path to a file containing the input field data."
29104
+ required: true
29105
+ - name: field_reference
29106
+ spec:
29107
+ name: field_reference
29108
+ type: string
29109
+ description: "Refer to a globally defined field by a name."
29110
+ required: true
29111
+ - name: from_mesh
29112
+ spec:
29113
+ name: from_mesh
29114
+ type: string
29115
+ description: "Refer to a field defined in the input mesh by a name."
29116
+ required: true
29117
+ - name: CIRCUMFERENTIAL
29118
+ type: selection
29119
+ description: "A unit vector field pointing in circumferential direction."
29120
+ required: true
29121
+ choices:
29122
+ - name: constant
29123
+ spec:
29124
+ name: constant
29125
+ type: vector
29126
+ size: 3
29127
+ value_type:
29128
+ type: double
29129
+ description: "Constant value for the field."
29130
+ required: true
29131
+ - name: from_file
29132
+ spec:
29133
+ name: from_file
29134
+ type: path
29135
+ description: "Path to a file containing the input field data."
29136
+ required: true
29137
+ - name: field_reference
29138
+ spec:
29139
+ name: field_reference
29140
+ type: string
29141
+ description: "Refer to a globally defined field by a name."
29142
+ required: true
29143
+ - name: from_mesh
29144
+ spec:
29145
+ name: from_mesh
29146
+ type: string
29147
+ description: "Refer to a field defined in the input mesh by a name."
29148
+ required: true
28977
29149
  - type: all_of
28978
29150
  specs:
28979
29151
  - name: MAT
@@ -29044,16 +29216,38 @@ sections:
29044
29216
  specs:
29045
29217
  - type: all_of
29046
29218
  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
29219
+ - name: GROWTH_DIRECTION
29220
+ type: selection
29221
+ description: "A unit vector field pointing in the direction of growth."
29222
+ required: true
29223
+ choices:
29224
+ - name: constant
29225
+ spec:
29226
+ name: constant
29227
+ type: vector
29228
+ size: 3
29229
+ value_type:
29230
+ type: double
29231
+ description: "Constant value for the field."
29232
+ required: true
29233
+ - name: from_file
29234
+ spec:
29235
+ name: from_file
29236
+ type: path
29237
+ description: "Path to a file containing the input field data."
29238
+ required: true
29239
+ - name: field_reference
29240
+ spec:
29241
+ name: field_reference
29242
+ type: string
29243
+ description: "Refer to a globally defined field by a name."
29244
+ required: true
29245
+ - name: from_mesh
29246
+ spec:
29247
+ name: from_mesh
29248
+ type: string
29249
+ description: "Refer to a field defined in the input mesh by a name."
29250
+ required: true
29057
29251
  - type: all_of
29058
29252
  specs:
29059
29253
  - name: MAT
@@ -29094,6 +29288,38 @@ sections:
29094
29288
  specs:
29095
29289
  - type: all_of
29096
29290
  specs:
29291
+ - name: MEMBRANE_NORMAL
29292
+ type: selection
29293
+ description: "A unit vector field pointing in the direction of the membrane normal."
29294
+ required: true
29295
+ choices:
29296
+ - name: constant
29297
+ spec:
29298
+ name: constant
29299
+ type: vector
29300
+ size: 3
29301
+ value_type:
29302
+ type: double
29303
+ description: "Constant value for the field."
29304
+ required: true
29305
+ - name: from_file
29306
+ spec:
29307
+ name: from_file
29308
+ type: path
29309
+ description: "Path to a file containing the input field data."
29310
+ required: true
29311
+ - name: field_reference
29312
+ spec:
29313
+ name: field_reference
29314
+ type: string
29315
+ description: "Refer to a globally defined field by a name."
29316
+ required: true
29317
+ - name: from_mesh
29318
+ spec:
29319
+ name: from_mesh
29320
+ type: string
29321
+ description: "Refer to a field defined in the input mesh by a name."
29322
+ required: true
29097
29323
  - name: NUMMAT
29098
29324
  type: int
29099
29325
  description: "number of summands"
@@ -37009,11 +37235,10 @@ sections:
37009
37235
  type: enum
37010
37236
  description: "type of (random) surface energy distribution"
37011
37237
  required: false
37012
- default: ConstantSurfaceEnergy
37238
+ default: Constant
37013
37239
  choices:
37014
- - name: ConstantSurfaceEnergy
37015
- - name: NormalSurfaceEnergyDistribution
37016
- - name: LogNormalSurfaceEnergyDistribution
37240
+ - name: Constant
37241
+ - name: Normal
37017
37242
  - name: MIN_RADIUS
37018
37243
  type: double
37019
37244
  description: "minimum allowed particle radius"
@@ -37136,14 +37361,14 @@ sections:
37136
37361
  description: "adhesion surface energy for the calculation of the pull-out force"
37137
37362
  required: false
37138
37363
  default: -1
37139
- - name: ADHESION_SURFACE_ENERGY_DISTRIBUTION_VAR
37364
+ - name: ADHESION_SURFACE_ENERGY_DISTRIBUTION_STDDEV
37140
37365
  type: double
37141
- description: "variance of adhesion surface energy distribution"
37366
+ description: "standard deviation of adhesion surface energy distribution"
37142
37367
  required: false
37143
37368
  default: -1
37144
37369
  - name: ADHESION_SURFACE_ENERGY_DISTRIBUTION_CUTOFF_FACTOR
37145
37370
  type: double
37146
- description: "adhesion surface energy distribution limited by multiple of variance"
37371
+ description: "adhesion surface energy distribution limited by multiple of standard deviation"
37147
37372
  required: false
37148
37373
  default: -1
37149
37374
  - name: ADHESION_SURFACE_ENERGY_FACTOR