FourCIPP 1.12.0__py3-none-any.whl → 1.13.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.
- fourcipp/config/4C_metadata.yaml +69 -60
- fourcipp/config/4C_schema.json +4948 -4934
- fourcipp/version.py +2 -2
- {fourcipp-1.12.0.dist-info → fourcipp-1.13.0.dist-info}/METADATA +1 -1
- {fourcipp-1.12.0.dist-info → fourcipp-1.13.0.dist-info}/RECORD +9 -9
- {fourcipp-1.12.0.dist-info → fourcipp-1.13.0.dist-info}/WHEEL +0 -0
- {fourcipp-1.12.0.dist-info → fourcipp-1.13.0.dist-info}/entry_points.txt +0 -0
- {fourcipp-1.12.0.dist-info → fourcipp-1.13.0.dist-info}/licenses/LICENSE +0 -0
- {fourcipp-1.12.0.dist-info → fourcipp-1.13.0.dist-info}/top_level.txt +0 -0
fourcipp/config/4C_metadata.yaml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
metadata:
|
|
2
|
-
commit_hash:
|
|
2
|
+
commit_hash: 1b3a5d0d52f4fae0de27d2b3a63797f73577e2f1
|
|
3
3
|
version: 2025.4.0-dev
|
|
4
4
|
description_section_name: TITLE
|
|
5
5
|
legacy_element_specs:
|
|
@@ -42964,6 +42964,58 @@ sections:
|
|
|
42964
42964
|
- name: TAR_MAT
|
|
42965
42965
|
type: int
|
|
42966
42966
|
required: true
|
|
42967
|
+
- name: CONSTRAINT
|
|
42968
|
+
type: group
|
|
42969
|
+
required: false
|
|
42970
|
+
specs:
|
|
42971
|
+
- type: all_of
|
|
42972
|
+
specs:
|
|
42973
|
+
- name: CONSTRAINT_ENFORCEMENT
|
|
42974
|
+
type: enum
|
|
42975
|
+
description: "Type of constraint enforcement"
|
|
42976
|
+
required: true
|
|
42977
|
+
choices:
|
|
42978
|
+
- name: penalty
|
|
42979
|
+
- name: lagrange
|
|
42980
|
+
- name: PENALTY_PARAM
|
|
42981
|
+
type: double
|
|
42982
|
+
description: "Value of the penalty parameter"
|
|
42983
|
+
required: false
|
|
42984
|
+
default: 100000
|
|
42985
|
+
- name: CONSTRAINT/EMBEDDED MESH COUPLING
|
|
42986
|
+
type: group
|
|
42987
|
+
required: false
|
|
42988
|
+
specs:
|
|
42989
|
+
- type: all_of
|
|
42990
|
+
specs:
|
|
42991
|
+
- name: COUPLING_STRATEGY
|
|
42992
|
+
type: enum
|
|
42993
|
+
description: "Strategy to couple background and overlapping mesh"
|
|
42994
|
+
required: true
|
|
42995
|
+
choices:
|
|
42996
|
+
- name: mortar
|
|
42997
|
+
- name: MORTAR_SHAPE_FUNCTION
|
|
42998
|
+
type: enum
|
|
42999
|
+
description: "Shape functions that should be use in case of coupling using the Mortar/Lagrange Multiplier method "
|
|
43000
|
+
required: true
|
|
43001
|
+
choices:
|
|
43002
|
+
- name: quad4
|
|
43003
|
+
- name: quad9
|
|
43004
|
+
- name: nurbs9
|
|
43005
|
+
- name: CONSTRAINT/MULTI POINT
|
|
43006
|
+
type: group
|
|
43007
|
+
required: false
|
|
43008
|
+
specs:
|
|
43009
|
+
- type: all_of
|
|
43010
|
+
specs:
|
|
43011
|
+
- name: RVE_REFERENCE_POINTS
|
|
43012
|
+
type: enum
|
|
43013
|
+
description: "Method of definition of the reference points of an RVE"
|
|
43014
|
+
required: false
|
|
43015
|
+
default: automatic
|
|
43016
|
+
choices:
|
|
43017
|
+
- name: automatic
|
|
43018
|
+
- name: manual
|
|
42967
43019
|
- name: CONTACT CONSTITUTIVE LAWS
|
|
42968
43020
|
type: list
|
|
42969
43021
|
required: false
|
|
@@ -51075,6 +51127,14 @@ sections:
|
|
|
51075
51127
|
choices:
|
|
51076
51128
|
- name: "integration"
|
|
51077
51129
|
- name: "pointvalues"
|
|
51130
|
+
- name: TYPE
|
|
51131
|
+
type: enum
|
|
51132
|
+
description: "Type of krylov projection enforcement."
|
|
51133
|
+
required: false
|
|
51134
|
+
default: "projection"
|
|
51135
|
+
choices:
|
|
51136
|
+
- name: "constraint"
|
|
51137
|
+
- name: "projection"
|
|
51078
51138
|
- name: DESIGN SURF MORTAR CONTACT CONDITIONS 3D
|
|
51079
51139
|
type: list
|
|
51080
51140
|
required: false
|
|
@@ -53305,6 +53365,14 @@ sections:
|
|
|
53305
53365
|
choices:
|
|
53306
53366
|
- name: "integration"
|
|
53307
53367
|
- name: "pointvalues"
|
|
53368
|
+
- name: TYPE
|
|
53369
|
+
type: enum
|
|
53370
|
+
description: "Type of krylov projection enforcement."
|
|
53371
|
+
required: false
|
|
53372
|
+
default: "projection"
|
|
53373
|
+
choices:
|
|
53374
|
+
- name: "constraint"
|
|
53375
|
+
- name: "projection"
|
|
53308
53376
|
- name: DESIGN VOL NEUMANN CONDITIONS
|
|
53309
53377
|
type: list
|
|
53310
53378
|
required: false
|
|
@@ -56493,38 +56561,6 @@ sections:
|
|
|
56493
56561
|
- name: DL_SPEC_CAP
|
|
56494
56562
|
type: double
|
|
56495
56563
|
required: true
|
|
56496
|
-
- name: EMBEDDED MESH COUPLING
|
|
56497
|
-
type: group
|
|
56498
|
-
required: false
|
|
56499
|
-
specs:
|
|
56500
|
-
- type: all_of
|
|
56501
|
-
specs:
|
|
56502
|
-
- name: COUPLING_STRATEGY
|
|
56503
|
-
type: enum
|
|
56504
|
-
description: "Strategy to couple background and overlapping mesh"
|
|
56505
|
-
required: true
|
|
56506
|
-
choices:
|
|
56507
|
-
- name: mortar
|
|
56508
|
-
- name: MORTAR_SHAPE_FUNCTION
|
|
56509
|
-
type: enum
|
|
56510
|
-
description: "Shape functions that should be use in case of coupling using the Mortar/Lagrange Multiplier method "
|
|
56511
|
-
required: true
|
|
56512
|
-
choices:
|
|
56513
|
-
- name: quad4
|
|
56514
|
-
- name: quad9
|
|
56515
|
-
- name: nurbs9
|
|
56516
|
-
- name: CONSTRAINT_ENFORCEMENT
|
|
56517
|
-
type: enum
|
|
56518
|
-
description: "Apply a constraint enforcement in the embedded mesh coupling strategy"
|
|
56519
|
-
required: true
|
|
56520
|
-
choices:
|
|
56521
|
-
- name: penalty
|
|
56522
|
-
- name: lagrange
|
|
56523
|
-
- name: CONSTRAINT_ENFORCEMENT_PENALTYPARAM
|
|
56524
|
-
type: double
|
|
56525
|
-
description: "Penalty parameter for the constraint enforcement in embedded mesh coupling"
|
|
56526
|
-
required: false
|
|
56527
|
-
default: 0
|
|
56528
56564
|
- name: FLUID BEAM INTERACTION
|
|
56529
56565
|
type: group
|
|
56530
56566
|
required: false
|
|
@@ -103226,33 +103262,6 @@ sections:
|
|
|
103226
103262
|
description: "Print details of the parallel distribution, i.e. number of nodes/elements for each rank."
|
|
103227
103263
|
required: false
|
|
103228
103264
|
default: true
|
|
103229
|
-
- name: MULTI POINT CONSTRAINTS
|
|
103230
|
-
type: group
|
|
103231
|
-
required: false
|
|
103232
|
-
specs:
|
|
103233
|
-
- type: all_of
|
|
103234
|
-
specs:
|
|
103235
|
-
- name: RVE_REFERENCE_POINTS
|
|
103236
|
-
type: enum
|
|
103237
|
-
description: "Method of definition of the reference points of an RVE"
|
|
103238
|
-
required: false
|
|
103239
|
-
default: automatic
|
|
103240
|
-
choices:
|
|
103241
|
-
- name: automatic
|
|
103242
|
-
- name: manual
|
|
103243
|
-
- name: ENFORCEMENT
|
|
103244
|
-
type: enum
|
|
103245
|
-
description: "Method to enforce the multi point constraint"
|
|
103246
|
-
required: false
|
|
103247
|
-
default: penalty
|
|
103248
|
-
choices:
|
|
103249
|
-
- name: penalty
|
|
103250
|
-
- name: lagrange
|
|
103251
|
-
- name: PENALTY_PARAM
|
|
103252
|
-
type: double
|
|
103253
|
-
description: "Value of the penalty parameter"
|
|
103254
|
-
required: false
|
|
103255
|
-
default: 100000
|
|
103256
103265
|
- name: NURBS
|
|
103257
103266
|
type: group
|
|
103258
103267
|
required: false
|