Skip to content

Commit 53198f3

Browse files
committed
fixed readme input scripts.
1 parent 377d120 commit 53198f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,16 +203,16 @@ Their contents, and a guide to filling them out, are documented
203203
in the user manual. A commented, tutorial script
204204
can also be found in `example_cases/3d_sphbubcollapse`.
205205
MFC can be executed as
206-
`python pre_process`
206+
`python input.py pre_process`
207207

208208
which will generate the restart and grid files that will be read
209209
by the simulation code. Then
210-
`python simulation`
210+
`python input.py simulation`
211211

212212
will execute the flow solver. The last (optional) step
213213
is to post treat the data files and output HDF5 databases
214214
for the flow variables via
215-
`python post_process`
215+
`python input.py post_process`
216216

217217
Note that the post-processing step
218218
requires installation of Silo and HDF5.

0 commit comments

Comments
 (0)