FourCIPP 1.19.0__py3-none-any.whl → 1.21.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 +6 -5
- fourcipp/config/4C_schema.json +8 -8
- fourcipp/version.py +2 -2
- {fourcipp-1.19.0.dist-info → fourcipp-1.21.0.dist-info}/METADATA +1 -1
- {fourcipp-1.19.0.dist-info → fourcipp-1.21.0.dist-info}/RECORD +9 -9
- {fourcipp-1.19.0.dist-info → fourcipp-1.21.0.dist-info}/WHEEL +0 -0
- {fourcipp-1.19.0.dist-info → fourcipp-1.21.0.dist-info}/entry_points.txt +0 -0
- {fourcipp-1.19.0.dist-info → fourcipp-1.21.0.dist-info}/licenses/LICENSE +0 -0
- {fourcipp-1.19.0.dist-info → fourcipp-1.21.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: 0fe913f17ce0e645c24b61a6adc43853cf22b682
|
|
3
3
|
version: 2025.4.0-dev
|
|
4
4
|
description_section_name: TITLE
|
|
5
5
|
legacy_element_specs:
|
|
@@ -77106,10 +77106,6 @@ sections:
|
|
|
77106
77106
|
type: bool
|
|
77107
77107
|
required: false
|
|
77108
77108
|
default: false
|
|
77109
|
-
- name: THERM_TEMPERATURE
|
|
77110
|
-
type: bool
|
|
77111
|
-
required: false
|
|
77112
|
-
default: false
|
|
77113
77109
|
- name: THERM_HEATFLUX
|
|
77114
77110
|
type: enum
|
|
77115
77111
|
required: false
|
|
@@ -159976,6 +159972,11 @@ sections:
|
|
|
159976
159972
|
description: "write temperature output"
|
|
159977
159973
|
required: false
|
|
159978
159974
|
default: false
|
|
159975
|
+
- name: TEMPERATURE_RATE
|
|
159976
|
+
type: bool
|
|
159977
|
+
description: "write temperature rate output"
|
|
159978
|
+
required: false
|
|
159979
|
+
default: false
|
|
159979
159980
|
- name: CONDUCTIVITY
|
|
159980
159981
|
type: bool
|
|
159981
159982
|
description: "write conductivity output"
|
fourcipp/config/4C_schema.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"description": "Schema for 4C\nCommit hash:
|
|
2
|
+
"description": "Schema for 4C\nCommit hash: 0fe913f17ce0e645c24b61a6adc43853cf22b682\nVersion: 2025.4.0-dev",
|
|
3
3
|
"type": "object",
|
|
4
4
|
"properties": {
|
|
5
5
|
"ALE DOMAIN": {
|
|
@@ -131621,12 +131621,6 @@
|
|
|
131621
131621
|
"default": false,
|
|
131622
131622
|
"type": "boolean"
|
|
131623
131623
|
},
|
|
131624
|
-
"THERM_TEMPERATURE": {
|
|
131625
|
-
"title": "THERM_TEMPERATURE (bool)",
|
|
131626
|
-
"description": "No description yet.",
|
|
131627
|
-
"default": false,
|
|
131628
|
-
"type": "boolean"
|
|
131629
|
-
},
|
|
131630
131624
|
"THERM_HEATFLUX": {
|
|
131631
131625
|
"title": "THERM_HEATFLUX (enum)",
|
|
131632
131626
|
"description": "No description yet.",
|
|
@@ -291881,6 +291875,12 @@
|
|
|
291881
291875
|
"default": false,
|
|
291882
291876
|
"type": "boolean"
|
|
291883
291877
|
},
|
|
291878
|
+
"TEMPERATURE_RATE": {
|
|
291879
|
+
"title": "TEMPERATURE_RATE (bool)",
|
|
291880
|
+
"description": "write temperature rate output",
|
|
291881
|
+
"default": false,
|
|
291882
|
+
"type": "boolean"
|
|
291883
|
+
},
|
|
291884
291884
|
"CONDUCTIVITY": {
|
|
291885
291885
|
"title": "CONDUCTIVITY (bool)",
|
|
291886
291886
|
"description": "write conductivity output",
|
|
@@ -401179,5 +401179,5 @@
|
|
|
401179
401179
|
"PROBLEM TYPE"
|
|
401180
401180
|
],
|
|
401181
401181
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
401182
|
-
"$id": "
|
|
401182
|
+
"$id": "0fe913f17ce0e645c24b61a6adc43853cf22b682"
|
|
401183
401183
|
}
|
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.
|
|
32
|
-
__version_tuple__ = version_tuple = (1,
|
|
31
|
+
__version__ = version = '1.21.0'
|
|
32
|
+
__version_tuple__ = version_tuple = (1, 21, 0)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
fourcipp/__init__.py,sha256=4pz7DVXErSbUcLqPTaHnQfdJzKkpfZDivBqbHbTgpRE,1388
|
|
2
2
|
fourcipp/fourc_input.py,sha256=1-EMbwc5tWbWtbZqzRF4_ytrvkcQVgtC5ZX1uz6NFuQ,23954
|
|
3
|
-
fourcipp/version.py,sha256=
|
|
4
|
-
fourcipp/config/4C_metadata.yaml,sha256=
|
|
5
|
-
fourcipp/config/4C_schema.json,sha256=
|
|
3
|
+
fourcipp/version.py,sha256=AYkmrQMU2XNx9dsIe0qAjcyr64R8WEpJphVY9r669Tg,706
|
|
4
|
+
fourcipp/config/4C_metadata.yaml,sha256=TLuBpNzl2PZXvgoNFz-l0A5oGhlFzFZRgL1sVpYg3G8,11888580
|
|
5
|
+
fourcipp/config/4C_schema.json,sha256=CiAAvQvSi7SK39VJ1JnmWYrx3ZNun_Qq03nqTHknvLA,16494809
|
|
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.
|
|
24
|
-
fourcipp-1.
|
|
25
|
-
fourcipp-1.
|
|
26
|
-
fourcipp-1.
|
|
27
|
-
fourcipp-1.
|
|
28
|
-
fourcipp-1.
|
|
23
|
+
fourcipp-1.21.0.dist-info/licenses/LICENSE,sha256=lkSOHdH9IZ8c3Vnz0fFjqls1cRlmLADBP8QEIwUlH3o,1082
|
|
24
|
+
fourcipp-1.21.0.dist-info/METADATA,sha256=XfSx5ScOajdYP5ku-0CNhlWHrleKll_6ERVQWlprXvE,7916
|
|
25
|
+
fourcipp-1.21.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
26
|
+
fourcipp-1.21.0.dist-info/entry_points.txt,sha256=44XBG4bwhuq1EwOZ0U055HYP8_qN6_d30ecVsa5Igng,53
|
|
27
|
+
fourcipp-1.21.0.dist-info/top_level.txt,sha256=oZ6jgFFmvi157VwGUEFuKT3D8oS5mOkpOVx8zZURZrQ,9
|
|
28
|
+
fourcipp-1.21.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|