Skip to content

Commit 0d8d1e4

Browse files
committed
Updated mode initialization to use enum
1 parent 2e77637 commit 0d8d1e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/00-fluent/Electrolysis_Modeling_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
# ------------------------------------
9696
solver = pyfluent.launch_fluent(
9797
precision=pyfluent.Precision.DOUBLE,
98-
mode="solver",
98+
mode=pyfluent.FluentMode.SOLVER,
9999
)
100100

101101
# %%

0 commit comments

Comments
 (0)