We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af25a3 commit ff3e973Copy full SHA for ff3e973
foamlib/preprocessing/system.py
@@ -34,6 +34,7 @@ def control_dict(keys: list[str]) -> FoamDictInstruction:
34
keys=keys,
35
)
36
37
+
38
@deprecated("Use 'control_dict' instead")
39
def controlDict(keys: list[str]) -> FoamDictInstruction: # noqa: N802
40
"""
@@ -51,6 +52,7 @@ def fv_schemes(keys: list[str]) -> FoamDictInstruction:
51
52
53
54
55
56
@deprecated("Use 'fv_schemes' instead")
57
def fvSchemes(keys: list[str]) -> FoamDictInstruction: # noqa: N802
58
@@ -68,6 +70,7 @@ def fv_solution(keys: list[str]) -> FoamDictInstruction:
68
70
69
71
72
73
74
@deprecated("Use 'fv_solution' instead")
75
def fvSolution(keys: list[str]) -> FoamDictInstruction: # noqa: N802
76
0 commit comments