toughanimator 0.1.13__py3-none-any.whl → 0.1.14__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.
- toughanimator/run.py +1 -1
- toughanimator/tough_classes.py +1 -1
- {toughanimator-0.1.13.dist-info → toughanimator-0.1.14.dist-info}/METADATA +1 -1
- toughanimator-0.1.14.dist-info/RECORD +7 -0
- toughanimator-0.1.13.dist-info/RECORD +0 -7
- {toughanimator-0.1.13.dist-info → toughanimator-0.1.14.dist-info}/WHEEL +0 -0
- {toughanimator-0.1.13.dist-info → toughanimator-0.1.14.dist-info}/top_level.txt +0 -0
toughanimator/run.py
CHANGED
|
@@ -11,7 +11,7 @@ case_name = "3D five spot MINC"
|
|
|
11
11
|
test_case_dir = os.path.join(os.path.dirname(os.path.dirname(__file__)), dir_name)
|
|
12
12
|
|
|
13
13
|
case_dir = os.path.join(test_case_dir, case_name)
|
|
14
|
-
case_dir = r"D:\Projects\202601\0
|
|
14
|
+
case_dir = r"D:\Projects\202601\0 Base_res_k_hysteresis"
|
|
15
15
|
#case_dir = r"D:\Projects\202601\260123_UWC_homo"
|
|
16
16
|
#case_dir = r"D:\Projects\202511\ta-post\0 Base_res_k"
|
|
17
17
|
#case_dir = r"D:\Projects\202504\polygonal\poly_test"
|
toughanimator/tough_classes.py
CHANGED
|
@@ -962,7 +962,7 @@ class vis_reader:
|
|
|
962
962
|
|
|
963
963
|
# 5. CO2 concentration in liquid
|
|
964
964
|
xco2_liq_array = None
|
|
965
|
-
xco2_liq_names = ["XCO2Liq", "X_CO2 _L", "XCO2aq"]
|
|
965
|
+
xco2_liq_names = ["XCO2Liq", "X_CO2 _L", "X_CO2_L", "XCO2aq"]
|
|
966
966
|
for xco2_liq_name in xco2_liq_names:
|
|
967
967
|
if vtr.GetCellData().GetArray(xco2_liq_name) is not None:
|
|
968
968
|
xco2_liq_array = vtr.GetCellData().GetArray(xco2_liq_name)
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
toughanimator/__init__.py,sha256=m1f3fJ1SNGLNKxHlS0pLNHwaHlN6UUTh5GpS_8hC8kw,30
|
|
2
|
+
toughanimator/run.py,sha256=5TRWM5BcfrhvlgCghAOjYKoYJfjV-FJKDhghq5FJdL0,1057
|
|
3
|
+
toughanimator/tough_classes.py,sha256=o4w6zslYXSc4_0pDf_MVZeRF6ii-ZWRhsxvUIri369Q,128101
|
|
4
|
+
toughanimator-0.1.14.dist-info/METADATA,sha256=TyohQCZYei8sFd5cq3VypLUqia7PMoHPmIbC8WDgKD8,4571
|
|
5
|
+
toughanimator-0.1.14.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
6
|
+
toughanimator-0.1.14.dist-info/top_level.txt,sha256=pAT-UflvbjT4lTmBdzHqApZGWbywkSM3Y_qsHyLi4pU,14
|
|
7
|
+
toughanimator-0.1.14.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
toughanimator/__init__.py,sha256=m1f3fJ1SNGLNKxHlS0pLNHwaHlN6UUTh5GpS_8hC8kw,30
|
|
2
|
-
toughanimator/run.py,sha256=zETVLtswa72LdPzXh4WFJTaaXIrNvyfalT8tBI8oc-4,1046
|
|
3
|
-
toughanimator/tough_classes.py,sha256=pXQtWaiyVZ5GI2kjUrNB8qsr_jqWiHctn5Oe1wEGOWc,128090
|
|
4
|
-
toughanimator-0.1.13.dist-info/METADATA,sha256=gwJu3pPsAJlRy6QpAvgajzOwhew9Q10l42BibXbfwv0,4571
|
|
5
|
-
toughanimator-0.1.13.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
6
|
-
toughanimator-0.1.13.dist-info/top_level.txt,sha256=pAT-UflvbjT4lTmBdzHqApZGWbywkSM3Y_qsHyLi4pU,14
|
|
7
|
-
toughanimator-0.1.13.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|