foamlib 0.2.0__py3-none-any.whl → 0.2.1__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.
- foamlib/__init__.py +1 -1
- foamlib/_dictionaries.py +3 -3
- {foamlib-0.2.0.dist-info → foamlib-0.2.1.dist-info}/METADATA +1 -1
- foamlib-0.2.1.dist-info/RECORD +10 -0
- foamlib-0.2.0.dist-info/RECORD +0 -10
- {foamlib-0.2.0.dist-info → foamlib-0.2.1.dist-info}/LICENSE.txt +0 -0
- {foamlib-0.2.0.dist-info → foamlib-0.2.1.dist-info}/WHEEL +0 -0
- {foamlib-0.2.0.dist-info → foamlib-0.2.1.dist-info}/top_level.txt +0 -0
foamlib/__init__.py
CHANGED
foamlib/_dictionaries.py
CHANGED
@@ -205,6 +205,9 @@ class FoamFieldFile(FoamFile):
|
|
205
205
|
)
|
206
206
|
return ret
|
207
207
|
|
208
|
+
def __repr__(self) -> str:
|
209
|
+
return "FoamFieldFile.BoundariesDictionary"
|
210
|
+
|
208
211
|
class BoundaryDictionary(_FoamDictionary):
|
209
212
|
"""An OpenFOAM dictionary representing a boundary condition as a mutable mapping."""
|
210
213
|
|
@@ -278,9 +281,6 @@ class FoamFieldFile(FoamFile):
|
|
278
281
|
else:
|
279
282
|
self._setitem(key, value)
|
280
283
|
|
281
|
-
def __repr__(self) -> str:
|
282
|
-
return "FoamFieldFile.BoundariesDictionary"
|
283
|
-
|
284
284
|
@property
|
285
285
|
def dimensions(self) -> FoamFile.DimensionSet:
|
286
286
|
"""
|
@@ -0,0 +1,10 @@
|
|
1
|
+
foamlib/__init__.py,sha256=XdOd0DaoULxz-haiaIbfRNQjU3_oX2Rz7ZmKYkng1kQ,241
|
2
|
+
foamlib/_cases.py,sha256=FL6d2_fCB9KCu9ps8Ur8ITlla3rSFsuvdvMYEXGCBM4,20923
|
3
|
+
foamlib/_dictionaries.py,sha256=admW5ZhNvmNi6cpnOEEbESoEL5wLeiQa62o9l7ojZ8M,14828
|
4
|
+
foamlib/_subprocesses.py,sha256=5vqdQvpN_2v4GgDqxi-s88NGhZ6doFxkh0XY89ZWuHA,1926
|
5
|
+
foamlib/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
|
+
foamlib-0.2.1.dist-info/LICENSE.txt,sha256=5Dte9TUnLZzPRs4NQzl-Jc2-Ljd-t_v0ZR5Ng5r0UsY,35131
|
7
|
+
foamlib-0.2.1.dist-info/METADATA,sha256=tlM7gkY0jb3U4by5u0O59zbvSw3V8L2l5b0UrYTvMhE,4600
|
8
|
+
foamlib-0.2.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
9
|
+
foamlib-0.2.1.dist-info/top_level.txt,sha256=ZdVYtetXGwPwyfL-WhlhbTFQGAwKX5P_gXxtH9JYFPI,8
|
10
|
+
foamlib-0.2.1.dist-info/RECORD,,
|
foamlib-0.2.0.dist-info/RECORD
DELETED
@@ -1,10 +0,0 @@
|
|
1
|
-
foamlib/__init__.py,sha256=s2updNwJoQGYD43xhqmQaUs_SSaeRTYKM2sjhjDRgjg,241
|
2
|
-
foamlib/_cases.py,sha256=FL6d2_fCB9KCu9ps8Ur8ITlla3rSFsuvdvMYEXGCBM4,20923
|
3
|
-
foamlib/_dictionaries.py,sha256=QF8f5bUg1JSMbCZK9CTULtE6y0SKnIDaUFipftXffMg,14820
|
4
|
-
foamlib/_subprocesses.py,sha256=5vqdQvpN_2v4GgDqxi-s88NGhZ6doFxkh0XY89ZWuHA,1926
|
5
|
-
foamlib/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
|
-
foamlib-0.2.0.dist-info/LICENSE.txt,sha256=5Dte9TUnLZzPRs4NQzl-Jc2-Ljd-t_v0ZR5Ng5r0UsY,35131
|
7
|
-
foamlib-0.2.0.dist-info/METADATA,sha256=0-ZHRls6qUypSO521d02ocuMW05xJxG4EhgPR3byco4,4600
|
8
|
-
foamlib-0.2.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
9
|
-
foamlib-0.2.0.dist-info/top_level.txt,sha256=ZdVYtetXGwPwyfL-WhlhbTFQGAwKX5P_gXxtH9JYFPI,8
|
10
|
-
foamlib-0.2.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|