FourCIPP 1.42.0__py3-none-any.whl → 1.43.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: 06d4d904c17421c86b75ff8b31abf86ea88d6f45
2
+ commit_hash: 36ff9159dce9030d3e3edf21dd442b22d98f18ca
3
3
  version: 2025.4.0-dev
4
4
  description_section_name: TITLE
5
5
  legacy_element_specs:
@@ -12523,6 +12523,82 @@ sections:
12523
12523
  type: int
12524
12524
  description: "curve"
12525
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
12526
12602
  - name: DESIGN LINE SLIP SUPPLEMENTAL CURVED BOUNDARY CONDITIONS
12527
12603
  type: list
12528
12604
  description: LineSlipSupp
@@ -1,5 +1,5 @@
1
1
  {
2
- "description": "Schema for 4C\nCommit hash: 06d4d904c17421c86b75ff8b31abf86ea88d6f45\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": {
@@ -76211,6 +76211,142 @@
76211
76211
  ]
76212
76212
  }
76213
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
+ },
76214
76350
  "DESIGN LINE SLIP SUPPLEMENTAL CURVED BOUNDARY CONDITIONS": {
76215
76351
  "title": "DESIGN LINE SLIP SUPPLEMENTAL CURVED BOUNDARY CONDITIONS (list)",
76216
76352
  "description": "LineSlipSupp",
@@ -402273,5 +402409,5 @@
402273
402409
  "PROBLEM TYPE"
402274
402410
  ],
402275
402411
  "$schema": "https://json-schema.org/draft/2020-12/schema",
402276
- "$id": "06d4d904c17421c86b75ff8b31abf86ea88d6f45"
402412
+ "$id": "36ff9159dce9030d3e3edf21dd442b22d98f18ca"
402277
402413
  }
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.42.0'
32
- __version_tuple__ = version_tuple = (1, 42, 0)
31
+ __version__ = version = '1.43.0'
32
+ __version_tuple__ = version_tuple = (1, 43, 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.42.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,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=ePOiaVd_k5uDeARQ7499FXrIrIEk2EdfO8TlWOOZUEo,706
4
- fourcipp/config/4C_metadata.yaml,sha256=gthzs_4NAtsx7tALyPzFhC4KmZGWKw5CHtTX0j_uA3o,2607404
5
- fourcipp/config/4C_schema.json,sha256=rW7iMQMIG48HQelj1fEnZTne4iWPtZVZJxgjgl2ML8k,16555544
3
+ fourcipp/version.py,sha256=9ytRZ2Yka4_txqqqY2iXWd2yQiXsjbUMCnR5a5N5uWw,706
4
+ fourcipp/config/4C_metadata.yaml,sha256=lmkJLYyM5sUFEKI4JlO8Z1jPoTtxgRANpdl7bZabpSE,2609607
5
+ fourcipp/config/4C_schema.json,sha256=A1RDHzgbxlsS_bsTP6S3EoZjFmw9nNWXaQbH_qoxRZQ,16559522
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.42.0.dist-info/licenses/LICENSE,sha256=lkSOHdH9IZ8c3Vnz0fFjqls1cRlmLADBP8QEIwUlH3o,1082
24
- fourcipp-1.42.0.dist-info/METADATA,sha256=PYKRqr-FnuKtYOqZcXG08mByrYYHSziVamu4mGem-7M,7960
25
- fourcipp-1.42.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
26
- fourcipp-1.42.0.dist-info/entry_points.txt,sha256=44XBG4bwhuq1EwOZ0U055HYP8_qN6_d30ecVsa5Igng,53
27
- fourcipp-1.42.0.dist-info/top_level.txt,sha256=oZ6jgFFmvi157VwGUEFuKT3D8oS5mOkpOVx8zZURZrQ,9
28
- fourcipp-1.42.0.dist-info/RECORD,,
23
+ fourcipp-1.43.0.dist-info/licenses/LICENSE,sha256=lkSOHdH9IZ8c3Vnz0fFjqls1cRlmLADBP8QEIwUlH3o,1082
24
+ fourcipp-1.43.0.dist-info/METADATA,sha256=l6fMTZy3JvfBDDroH_tfS2rXECZVIvJz9VyliiULevE,7960
25
+ fourcipp-1.43.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
26
+ fourcipp-1.43.0.dist-info/entry_points.txt,sha256=44XBG4bwhuq1EwOZ0U055HYP8_qN6_d30ecVsa5Igng,53
27
+ fourcipp-1.43.0.dist-info/top_level.txt,sha256=oZ6jgFFmvi157VwGUEFuKT3D8oS5mOkpOVx8zZURZrQ,9
28
+ fourcipp-1.43.0.dist-info/RECORD,,