FourCIPP 1.41.0__tar.gz → 1.43.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.41.0/src/FourCIPP.egg-info → fourcipp-1.43.0}/PKG-INFO +1 -1
  2. {fourcipp-1.41.0 → fourcipp-1.43.0/src/FourCIPP.egg-info}/PKG-INFO +1 -1
  3. {fourcipp-1.41.0 → fourcipp-1.43.0}/src/fourcipp/config/4C_metadata.yaml +126 -66
  4. {fourcipp-1.41.0 → fourcipp-1.43.0}/src/fourcipp/config/4C_schema.json +208 -92
  5. {fourcipp-1.41.0 → fourcipp-1.43.0}/src/fourcipp/version.py +3 -3
  6. {fourcipp-1.41.0 → fourcipp-1.43.0}/.coveragerc +0 -0
  7. {fourcipp-1.41.0 → fourcipp-1.43.0}/.github/workflows/check_code.yaml +0 -0
  8. {fourcipp-1.41.0 → fourcipp-1.43.0}/.github/workflows/publish_pypi.yaml +0 -0
  9. {fourcipp-1.41.0 → fourcipp-1.43.0}/.github/workflows/run_testsuite.yaml +0 -0
  10. {fourcipp-1.41.0 → fourcipp-1.43.0}/.github/workflows/tag_version.yaml +0 -0
  11. {fourcipp-1.41.0 → fourcipp-1.43.0}/.github/workflows/update_4C_metadata_schema_file.yaml +0 -0
  12. {fourcipp-1.41.0 → fourcipp-1.43.0}/.gitignore +0 -0
  13. {fourcipp-1.41.0 → fourcipp-1.43.0}/.pre-commit-config.yaml +0 -0
  14. {fourcipp-1.41.0 → fourcipp-1.43.0}/LICENSE +0 -0
  15. {fourcipp-1.41.0 → fourcipp-1.43.0}/README.md +0 -0
  16. {fourcipp-1.41.0 → fourcipp-1.43.0}/docs/assets/fourcipp_logo_black.svg +0 -0
  17. {fourcipp-1.41.0 → fourcipp-1.43.0}/docs/assets/fourcipp_logo_white.svg +0 -0
  18. {fourcipp-1.41.0 → fourcipp-1.43.0}/pyproject.toml +0 -0
  19. {fourcipp-1.41.0 → fourcipp-1.43.0}/requirements.in +0 -0
  20. {fourcipp-1.41.0 → fourcipp-1.43.0}/requirements.txt +0 -0
  21. {fourcipp-1.41.0 → fourcipp-1.43.0}/setup.cfg +0 -0
  22. {fourcipp-1.41.0 → fourcipp-1.43.0}/src/FourCIPP.egg-info/SOURCES.txt +0 -0
  23. {fourcipp-1.41.0 → fourcipp-1.43.0}/src/FourCIPP.egg-info/dependency_links.txt +0 -0
  24. {fourcipp-1.41.0 → fourcipp-1.43.0}/src/FourCIPP.egg-info/entry_points.txt +0 -0
  25. {fourcipp-1.41.0 → fourcipp-1.43.0}/src/FourCIPP.egg-info/requires.txt +0 -0
  26. {fourcipp-1.41.0 → fourcipp-1.43.0}/src/FourCIPP.egg-info/top_level.txt +0 -0
  27. {fourcipp-1.41.0 → fourcipp-1.43.0}/src/fourcipp/__init__.py +0 -0
  28. {fourcipp-1.41.0 → fourcipp-1.43.0}/src/fourcipp/config/config.yaml +0 -0
  29. {fourcipp-1.41.0 → fourcipp-1.43.0}/src/fourcipp/fourc_input.py +0 -0
  30. {fourcipp-1.41.0 → fourcipp-1.43.0}/src/fourcipp/legacy_io/__init__.py +0 -0
  31. {fourcipp-1.41.0 → fourcipp-1.43.0}/src/fourcipp/legacy_io/element.py +0 -0
  32. {fourcipp-1.41.0 → fourcipp-1.43.0}/src/fourcipp/legacy_io/inline_dat.py +0 -0
  33. {fourcipp-1.41.0 → fourcipp-1.43.0}/src/fourcipp/legacy_io/node.py +0 -0
  34. {fourcipp-1.41.0 → fourcipp-1.43.0}/src/fourcipp/legacy_io/node_topology.py +0 -0
  35. {fourcipp-1.41.0 → fourcipp-1.43.0}/src/fourcipp/legacy_io/particle.py +0 -0
  36. {fourcipp-1.41.0 → fourcipp-1.43.0}/src/fourcipp/utils/__init__.py +0 -0
  37. {fourcipp-1.41.0 → fourcipp-1.43.0}/src/fourcipp/utils/cli.py +0 -0
  38. {fourcipp-1.41.0 → fourcipp-1.43.0}/src/fourcipp/utils/configuration.py +0 -0
  39. {fourcipp-1.41.0 → fourcipp-1.43.0}/src/fourcipp/utils/converter.py +0 -0
  40. {fourcipp-1.41.0 → fourcipp-1.43.0}/src/fourcipp/utils/dict_utils.py +0 -0
  41. {fourcipp-1.41.0 → fourcipp-1.43.0}/src/fourcipp/utils/metadata.py +0 -0
  42. {fourcipp-1.41.0 → fourcipp-1.43.0}/src/fourcipp/utils/not_set.py +0 -0
  43. {fourcipp-1.41.0 → fourcipp-1.43.0}/src/fourcipp/utils/type_hinting.py +0 -0
  44. {fourcipp-1.41.0 → fourcipp-1.43.0}/src/fourcipp/utils/validation.py +0 -0
  45. {fourcipp-1.41.0 → fourcipp-1.43.0}/src/fourcipp/utils/yaml_io.py +0 -0
  46. {fourcipp-1.41.0 → fourcipp-1.43.0}/tests/__init__.py +0 -0
  47. {fourcipp-1.41.0 → fourcipp-1.43.0}/tests/conftest.py +0 -0
  48. {fourcipp-1.41.0 → fourcipp-1.43.0}/tests/fourcipp/__init__.py +0 -0
  49. {fourcipp-1.41.0 → fourcipp-1.43.0}/tests/fourcipp/legacy_io/__init__.py +0 -0
  50. {fourcipp-1.41.0 → fourcipp-1.43.0}/tests/fourcipp/legacy_io/test_element.py +0 -0
  51. {fourcipp-1.41.0 → fourcipp-1.43.0}/tests/fourcipp/legacy_io/test_inline_dat.py +0 -0
  52. {fourcipp-1.41.0 → fourcipp-1.43.0}/tests/fourcipp/legacy_io/test_legacy_io.py +0 -0
  53. {fourcipp-1.41.0 → fourcipp-1.43.0}/tests/fourcipp/legacy_io/test_node.py +0 -0
  54. {fourcipp-1.41.0 → fourcipp-1.43.0}/tests/fourcipp/legacy_io/test_node_topology.py +0 -0
  55. {fourcipp-1.41.0 → fourcipp-1.43.0}/tests/fourcipp/legacy_io/test_particle.py +0 -0
  56. {fourcipp-1.41.0 → fourcipp-1.43.0}/tests/fourcipp/legacy_io/utils.py +0 -0
  57. {fourcipp-1.41.0 → fourcipp-1.43.0}/tests/fourcipp/test_fourc_input.py +0 -0
  58. {fourcipp-1.41.0 → fourcipp-1.43.0}/tests/fourcipp/test_readme_quickstart_example.py +0 -0
  59. {fourcipp-1.41.0 → fourcipp-1.43.0}/tests/fourcipp/utils/__init__.py +0 -0
  60. {fourcipp-1.41.0 → fourcipp-1.43.0}/tests/fourcipp/utils/test_configuration.py +0 -0
  61. {fourcipp-1.41.0 → fourcipp-1.43.0}/tests/fourcipp/utils/test_converter.py +0 -0
  62. {fourcipp-1.41.0 → fourcipp-1.43.0}/tests/fourcipp/utils/test_dict_utils.py +0 -0
  63. {fourcipp-1.41.0 → fourcipp-1.43.0}/tests/fourcipp/utils/test_metadata.py +0 -0
  64. {fourcipp-1.41.0 → fourcipp-1.43.0}/tests/fourcipp/utils/test_not_set.py +0 -0
  65. {fourcipp-1.41.0 → fourcipp-1.43.0}/tests/fourcipp/utils/test_validation.py +0 -0
  66. {fourcipp-1.41.0 → fourcipp-1.43.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.41.0
3
+ Version: 1.43.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.41.0
3
+ Version: 1.43.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: 6ab70b784ce325b9c08c98b0840e2482adccaaa9
2
+ commit_hash: 36ff9159dce9030d3e3edf21dd442b22d98f18ca
3
3
  version: 2025.4.0-dev
4
4
  description_section_name: TITLE
5
5
  legacy_element_specs:
@@ -7250,7 +7250,31 @@ sections:
7250
7250
  - type: all_of
7251
7251
  specs:
7252
7252
  - $ref: "2"
7253
- - name: BEAM CONTACT
7253
+ - name: BEAM INTERACTION
7254
+ type: group
7255
+ required: false
7256
+ specs:
7257
+ - type: all_of
7258
+ specs:
7259
+ - name: REPARTITIONSTRATEGY
7260
+ type: enum
7261
+ description: "Type of employed repartitioning strategy"
7262
+ required: false
7263
+ default: "Adaptive"
7264
+ choices:
7265
+ - name: "Adaptive"
7266
+ - name: "Everydt"
7267
+ - name: "adaptive"
7268
+ - name: "everydt"
7269
+ - name: SEARCH_STRATEGY
7270
+ type: enum
7271
+ description: "Type of search strategy used for finding coupling pairs"
7272
+ required: false
7273
+ default: bruteforce_with_binning
7274
+ choices:
7275
+ - name: bruteforce_with_binning
7276
+ - name: bounding_volume_hierarchy
7277
+ - name: BEAM INTERACTION/BEAM TO BEAM CONTACT
7254
7278
  type: group
7255
7279
  required: false
7256
7280
  specs:
@@ -7349,7 +7373,30 @@ sections:
7349
7373
  description: "For gaps > -BEAMS_BASICSTIFFGAP, only the basic part of the contact linearization is applied!"
7350
7374
  required: false
7351
7375
  default: -1
7352
- - name: BEAM CONTACT/RUNTIME VTK OUTPUT
7376
+ - name: BEAM INTERACTION/BEAM TO BEAM CONTACT CONDITIONS
7377
+ type: list
7378
+ description: Beam-to-beam contact conditions
7379
+ required: false
7380
+ spec:
7381
+ type: all_of
7382
+ specs:
7383
+ - name: E
7384
+ type: int
7385
+ description: "ID of the condition. This ID refers to the respective topological entity of the condition."
7386
+ required: true
7387
+ - name: ENTITY_TYPE
7388
+ type: enum
7389
+ description: "The type of entity that E refers to."
7390
+ required: false
7391
+ default: legacy_id
7392
+ choices:
7393
+ - name: legacy_id
7394
+ - name: node_set_id
7395
+ - name: element_block_id
7396
+ - name: COUPLING_ID
7397
+ type: int
7398
+ required: true
7399
+ - name: BEAM INTERACTION/BEAM TO BEAM CONTACT/RUNTIME VTK OUTPUT
7353
7400
  type: group
7354
7401
  required: false
7355
7402
  specs:
@@ -7390,69 +7437,6 @@ sections:
7390
7437
  description: "write visualization output to indicate which different penalty values are active.Explanation: 0 corresponds to btb point contact;1 corresponds to active btb line contact;2 indicates active end point contact "
7391
7438
  required: false
7392
7439
  default: false
7393
- - name: BEAM INTERACTION
7394
- type: group
7395
- required: false
7396
- specs:
7397
- - type: all_of
7398
- specs:
7399
- - name: REPARTITIONSTRATEGY
7400
- type: enum
7401
- description: "Type of employed repartitioning strategy"
7402
- required: false
7403
- default: "Adaptive"
7404
- choices:
7405
- - name: "Adaptive"
7406
- - name: "Everydt"
7407
- - name: "adaptive"
7408
- - name: "everydt"
7409
- - name: SEARCH_STRATEGY
7410
- type: enum
7411
- description: "Type of search strategy used for finding coupling pairs"
7412
- required: false
7413
- default: bruteforce_with_binning
7414
- choices:
7415
- - name: bruteforce_with_binning
7416
- - name: bounding_volume_hierarchy
7417
- - name: BEAM INTERACTION/BEAM TO BEAM CONTACT
7418
- type: group
7419
- required: false
7420
- specs:
7421
- - type: all_of
7422
- specs:
7423
- - name: STRATEGY
7424
- type: enum
7425
- description: "Type of employed solving strategy"
7426
- required: false
7427
- default: "None"
7428
- choices:
7429
- - name: "None"
7430
- - name: "Penalty"
7431
- - name: "none"
7432
- - name: "penalty"
7433
- - name: BEAM INTERACTION/BEAM TO BEAM CONTACT CONDITIONS
7434
- type: list
7435
- description: Beam-to-beam contact conditions
7436
- required: false
7437
- spec:
7438
- type: all_of
7439
- specs:
7440
- - name: E
7441
- type: int
7442
- description: "ID of the condition. This ID refers to the respective topological entity of the condition."
7443
- required: true
7444
- - name: ENTITY_TYPE
7445
- type: enum
7446
- description: "The type of entity that E refers to."
7447
- required: false
7448
- default: legacy_id
7449
- choices:
7450
- - name: legacy_id
7451
- - name: node_set_id
7452
- - name: element_block_id
7453
- - name: COUPLING_ID
7454
- type: int
7455
- required: true
7456
7440
  - name: BEAM INTERACTION/BEAM TO BEAM POINT COUPLING CONDITIONS
7457
7441
  type: list
7458
7442
  description: Coupling conditions between beams based on closest point projections.
@@ -12539,6 +12523,82 @@ sections:
12539
12523
  type: int
12540
12524
  description: "curve"
12541
12525
  required: true
12526
+ - name: DESIGN LINE ROBIN SPRING DASHPOT CONDITIONS
12527
+ type: list
12528
+ description: Robin Spring Dashpot
12529
+ required: false
12530
+ spec:
12531
+ type: all_of
12532
+ specs:
12533
+ - name: E
12534
+ type: int
12535
+ description: "ID of the condition. This ID refers to the respective topological entity of the condition."
12536
+ required: true
12537
+ - name: ENTITY_TYPE
12538
+ type: enum
12539
+ description: "The type of entity that E refers to."
12540
+ required: false
12541
+ default: legacy_id
12542
+ choices:
12543
+ - name: legacy_id
12544
+ - name: node_set_id
12545
+ - name: element_block_id
12546
+ - name: NUMDOF
12547
+ type: int
12548
+ required: true
12549
+ - name: ONOFF
12550
+ type: vector
12551
+ value_type:
12552
+ type: int
12553
+ required: true
12554
+ - name: STIFF
12555
+ type: vector
12556
+ value_type:
12557
+ type: double
12558
+ required: true
12559
+ - name: TIMEFUNCTSTIFF
12560
+ type: vector
12561
+ value_type:
12562
+ type: int
12563
+ required: true
12564
+ - name: VISCO
12565
+ type: vector
12566
+ value_type:
12567
+ type: double
12568
+ required: true
12569
+ - name: TIMEFUNCTVISCO
12570
+ type: vector
12571
+ value_type:
12572
+ type: int
12573
+ required: true
12574
+ - name: DISPLOFFSET
12575
+ type: vector
12576
+ value_type:
12577
+ type: double
12578
+ required: true
12579
+ - name: TIMEFUNCTDISPLOFFSET
12580
+ type: vector
12581
+ value_type:
12582
+ type: int
12583
+ required: true
12584
+ - name: FUNCTNONLINSTIFF
12585
+ type: vector
12586
+ value_type:
12587
+ type: int
12588
+ required: true
12589
+ - name: DIRECTION
12590
+ type: enum
12591
+ description: "Direction of the spring-dashpot boundary conditions"
12592
+ required: true
12593
+ choices:
12594
+ - name: xyz
12595
+ - name: refsurfnormal
12596
+ - name: cursurfnormal
12597
+ - name: COUPLING
12598
+ noneable: true
12599
+ type: int
12600
+ required: false
12601
+ default: null
12542
12602
  - name: DESIGN LINE SLIP SUPPLEMENTAL CURVED BOUNDARY CONDITIONS
12543
12603
  type: list
12544
12604
  description: LineSlipSupp
@@ -1,5 +1,5 @@
1
1
  {
2
- "description": "Schema for 4C\nCommit hash: 6ab70b784ce325b9c08c98b0840e2482adccaaa9\nVersion: 2025.4.0-dev",
2
+ "description": "Schema for 4C\nCommit hash: 36ff9159dce9030d3e3edf21dd442b22d98f18ca\nVersion: 2025.4.0-dev",
3
3
  "type": "object",
4
4
  "properties": {
5
5
  "ALE DOMAIN": {
@@ -68761,8 +68761,38 @@
68761
68761
  "PATCHES"
68762
68762
  ]
68763
68763
  },
68764
- "BEAM CONTACT": {
68765
- "title": "BEAM CONTACT (group)",
68764
+ "BEAM INTERACTION": {
68765
+ "title": "BEAM INTERACTION (group)",
68766
+ "description": "No description yet.",
68767
+ "type": "object",
68768
+ "properties": {
68769
+ "REPARTITIONSTRATEGY": {
68770
+ "title": "REPARTITIONSTRATEGY (enum)",
68771
+ "description": "Type of employed repartitioning strategy",
68772
+ "default": "Adaptive",
68773
+ "type": "string",
68774
+ "enum": [
68775
+ "Adaptive",
68776
+ "Everydt",
68777
+ "adaptive",
68778
+ "everydt"
68779
+ ]
68780
+ },
68781
+ "SEARCH_STRATEGY": {
68782
+ "title": "SEARCH_STRATEGY (enum)",
68783
+ "description": "Type of search strategy used for finding coupling pairs",
68784
+ "default": "bruteforce_with_binning",
68785
+ "type": "string",
68786
+ "enum": [
68787
+ "bruteforce_with_binning",
68788
+ "bounding_volume_hierarchy"
68789
+ ]
68790
+ }
68791
+ },
68792
+ "additionalProperties": false
68793
+ },
68794
+ "BEAM INTERACTION/BEAM TO BEAM CONTACT": {
68795
+ "title": "BEAM INTERACTION/BEAM TO BEAM CONTACT (group)",
68766
68796
  "description": "No description yet.",
68767
68797
  "type": "object",
68768
68798
  "properties": {
@@ -68880,8 +68910,44 @@
68880
68910
  },
68881
68911
  "additionalProperties": false
68882
68912
  },
68883
- "BEAM CONTACT/RUNTIME VTK OUTPUT": {
68884
- "title": "BEAM CONTACT/RUNTIME VTK OUTPUT (group)",
68913
+ "BEAM INTERACTION/BEAM TO BEAM CONTACT CONDITIONS": {
68914
+ "title": "BEAM INTERACTION/BEAM TO BEAM CONTACT CONDITIONS (list)",
68915
+ "description": "Beam-to-beam contact conditions",
68916
+ "type": "array",
68917
+ "items": {
68918
+ "type": "object",
68919
+ "properties": {
68920
+ "E": {
68921
+ "title": "E (int)",
68922
+ "description": "ID of the condition. This ID refers to the respective topological entity of the condition.",
68923
+ "type": "integer"
68924
+ },
68925
+ "ENTITY_TYPE": {
68926
+ "title": "ENTITY_TYPE (enum)",
68927
+ "description": "The type of entity that E refers to.",
68928
+ "default": "legacy_id",
68929
+ "type": "string",
68930
+ "enum": [
68931
+ "legacy_id",
68932
+ "node_set_id",
68933
+ "element_block_id"
68934
+ ]
68935
+ },
68936
+ "COUPLING_ID": {
68937
+ "title": "COUPLING_ID (int)",
68938
+ "description": "No description yet.",
68939
+ "type": "integer"
68940
+ }
68941
+ },
68942
+ "additionalProperties": false,
68943
+ "required": [
68944
+ "E",
68945
+ "COUPLING_ID"
68946
+ ]
68947
+ }
68948
+ },
68949
+ "BEAM INTERACTION/BEAM TO BEAM CONTACT/RUNTIME VTK OUTPUT": {
68950
+ "title": "BEAM INTERACTION/BEAM TO BEAM CONTACT/RUNTIME VTK OUTPUT (group)",
68885
68951
  "description": "No description yet.",
68886
68952
  "type": "object",
68887
68953
  "properties": {
@@ -68930,92 +68996,6 @@
68930
68996
  },
68931
68997
  "additionalProperties": false
68932
68998
  },
68933
- "BEAM INTERACTION": {
68934
- "title": "BEAM INTERACTION (group)",
68935
- "description": "No description yet.",
68936
- "type": "object",
68937
- "properties": {
68938
- "REPARTITIONSTRATEGY": {
68939
- "title": "REPARTITIONSTRATEGY (enum)",
68940
- "description": "Type of employed repartitioning strategy",
68941
- "default": "Adaptive",
68942
- "type": "string",
68943
- "enum": [
68944
- "Adaptive",
68945
- "Everydt",
68946
- "adaptive",
68947
- "everydt"
68948
- ]
68949
- },
68950
- "SEARCH_STRATEGY": {
68951
- "title": "SEARCH_STRATEGY (enum)",
68952
- "description": "Type of search strategy used for finding coupling pairs",
68953
- "default": "bruteforce_with_binning",
68954
- "type": "string",
68955
- "enum": [
68956
- "bruteforce_with_binning",
68957
- "bounding_volume_hierarchy"
68958
- ]
68959
- }
68960
- },
68961
- "additionalProperties": false
68962
- },
68963
- "BEAM INTERACTION/BEAM TO BEAM CONTACT": {
68964
- "title": "BEAM INTERACTION/BEAM TO BEAM CONTACT (group)",
68965
- "description": "No description yet.",
68966
- "type": "object",
68967
- "properties": {
68968
- "STRATEGY": {
68969
- "title": "STRATEGY (enum)",
68970
- "description": "Type of employed solving strategy",
68971
- "default": "None",
68972
- "type": "string",
68973
- "enum": [
68974
- "None",
68975
- "Penalty",
68976
- "none",
68977
- "penalty"
68978
- ]
68979
- }
68980
- },
68981
- "additionalProperties": false
68982
- },
68983
- "BEAM INTERACTION/BEAM TO BEAM CONTACT CONDITIONS": {
68984
- "title": "BEAM INTERACTION/BEAM TO BEAM CONTACT CONDITIONS (list)",
68985
- "description": "Beam-to-beam contact conditions",
68986
- "type": "array",
68987
- "items": {
68988
- "type": "object",
68989
- "properties": {
68990
- "E": {
68991
- "title": "E (int)",
68992
- "description": "ID of the condition. This ID refers to the respective topological entity of the condition.",
68993
- "type": "integer"
68994
- },
68995
- "ENTITY_TYPE": {
68996
- "title": "ENTITY_TYPE (enum)",
68997
- "description": "The type of entity that E refers to.",
68998
- "default": "legacy_id",
68999
- "type": "string",
69000
- "enum": [
69001
- "legacy_id",
69002
- "node_set_id",
69003
- "element_block_id"
69004
- ]
69005
- },
69006
- "COUPLING_ID": {
69007
- "title": "COUPLING_ID (int)",
69008
- "description": "No description yet.",
69009
- "type": "integer"
69010
- }
69011
- },
69012
- "additionalProperties": false,
69013
- "required": [
69014
- "E",
69015
- "COUPLING_ID"
69016
- ]
69017
- }
69018
- },
69019
68999
  "BEAM INTERACTION/BEAM TO BEAM POINT COUPLING CONDITIONS": {
69020
69000
  "title": "BEAM INTERACTION/BEAM TO BEAM POINT COUPLING CONDITIONS (list)",
69021
69001
  "description": "Coupling conditions between beams based on closest point projections.",
@@ -76231,6 +76211,142 @@
76231
76211
  ]
76232
76212
  }
76233
76213
  },
76214
+ "DESIGN LINE ROBIN SPRING DASHPOT CONDITIONS": {
76215
+ "title": "DESIGN LINE ROBIN SPRING DASHPOT CONDITIONS (list)",
76216
+ "description": "Robin Spring Dashpot",
76217
+ "type": "array",
76218
+ "items": {
76219
+ "type": "object",
76220
+ "properties": {
76221
+ "E": {
76222
+ "title": "E (int)",
76223
+ "description": "ID of the condition. This ID refers to the respective topological entity of the condition.",
76224
+ "type": "integer"
76225
+ },
76226
+ "ENTITY_TYPE": {
76227
+ "title": "ENTITY_TYPE (enum)",
76228
+ "description": "The type of entity that E refers to.",
76229
+ "default": "legacy_id",
76230
+ "type": "string",
76231
+ "enum": [
76232
+ "legacy_id",
76233
+ "node_set_id",
76234
+ "element_block_id"
76235
+ ]
76236
+ },
76237
+ "NUMDOF": {
76238
+ "title": "NUMDOF (int)",
76239
+ "description": "No description yet.",
76240
+ "type": "integer"
76241
+ },
76242
+ "ONOFF": {
76243
+ "title": "ONOFF (vector)",
76244
+ "description": "No description yet.",
76245
+ "type": "array",
76246
+ "items": {
76247
+ "title": "int",
76248
+ "type": "integer"
76249
+ }
76250
+ },
76251
+ "STIFF": {
76252
+ "title": "STIFF (vector)",
76253
+ "description": "No description yet.",
76254
+ "type": "array",
76255
+ "items": {
76256
+ "title": "double",
76257
+ "type": "number"
76258
+ }
76259
+ },
76260
+ "TIMEFUNCTSTIFF": {
76261
+ "title": "TIMEFUNCTSTIFF (vector)",
76262
+ "description": "No description yet.",
76263
+ "type": "array",
76264
+ "items": {
76265
+ "title": "int",
76266
+ "type": "integer"
76267
+ }
76268
+ },
76269
+ "VISCO": {
76270
+ "title": "VISCO (vector)",
76271
+ "description": "No description yet.",
76272
+ "type": "array",
76273
+ "items": {
76274
+ "title": "double",
76275
+ "type": "number"
76276
+ }
76277
+ },
76278
+ "TIMEFUNCTVISCO": {
76279
+ "title": "TIMEFUNCTVISCO (vector)",
76280
+ "description": "No description yet.",
76281
+ "type": "array",
76282
+ "items": {
76283
+ "title": "int",
76284
+ "type": "integer"
76285
+ }
76286
+ },
76287
+ "DISPLOFFSET": {
76288
+ "title": "DISPLOFFSET (vector)",
76289
+ "description": "No description yet.",
76290
+ "type": "array",
76291
+ "items": {
76292
+ "title": "double",
76293
+ "type": "number"
76294
+ }
76295
+ },
76296
+ "TIMEFUNCTDISPLOFFSET": {
76297
+ "title": "TIMEFUNCTDISPLOFFSET (vector)",
76298
+ "description": "No description yet.",
76299
+ "type": "array",
76300
+ "items": {
76301
+ "title": "int",
76302
+ "type": "integer"
76303
+ }
76304
+ },
76305
+ "FUNCTNONLINSTIFF": {
76306
+ "title": "FUNCTNONLINSTIFF (vector)",
76307
+ "description": "No description yet.",
76308
+ "type": "array",
76309
+ "items": {
76310
+ "title": "int",
76311
+ "type": "integer"
76312
+ }
76313
+ },
76314
+ "DIRECTION": {
76315
+ "title": "DIRECTION (enum)",
76316
+ "description": "Direction of the spring-dashpot boundary conditions",
76317
+ "type": "string",
76318
+ "enum": [
76319
+ "xyz",
76320
+ "refsurfnormal",
76321
+ "cursurfnormal"
76322
+ ]
76323
+ },
76324
+ "COUPLING": {
76325
+ "title": "COUPLING (int)",
76326
+ "description": "No description yet.",
76327
+ "default": null,
76328
+ "type": [
76329
+ "integer",
76330
+ "null"
76331
+ ]
76332
+ }
76333
+ },
76334
+ "additionalProperties": false,
76335
+ "required": [
76336
+ "E",
76337
+ "NUMDOF",
76338
+ "ONOFF",
76339
+ "STIFF",
76340
+ "TIMEFUNCTSTIFF",
76341
+ "VISCO",
76342
+ "TIMEFUNCTVISCO",
76343
+ "DISPLOFFSET",
76344
+ "TIMEFUNCTDISPLOFFSET",
76345
+ "FUNCTNONLINSTIFF",
76346
+ "DIRECTION"
76347
+ ]
76348
+ }
76349
+ },
76234
76350
  "DESIGN LINE SLIP SUPPLEMENTAL CURVED BOUNDARY CONDITIONS": {
76235
76351
  "title": "DESIGN LINE SLIP SUPPLEMENTAL CURVED BOUNDARY CONDITIONS (list)",
76236
76352
  "description": "LineSlipSupp",
@@ -402293,5 +402409,5 @@
402293
402409
  "PROBLEM TYPE"
402294
402410
  ],
402295
402411
  "$schema": "https://json-schema.org/draft/2020-12/schema",
402296
- "$id": "6ab70b784ce325b9c08c98b0840e2482adccaaa9"
402412
+ "$id": "36ff9159dce9030d3e3edf21dd442b22d98f18ca"
402297
402413
  }
@@ -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.41.0'
32
- __version_tuple__ = version_tuple = (1, 41, 0)
31
+ __version__ = version = '1.43.0'
32
+ __version_tuple__ = version_tuple = (1, 43, 0)
33
33
 
34
- __commit_id__ = commit_id = 'g6a3d61590'
34
+ __commit_id__ = commit_id = 'g0b9816779'
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes