• The added line is THIS COLOR.
  • The deleted line is THIS COLOR.
** STEP 6: Use "KAPSEL" [#tea48551]
** Normal procedure [#le4c697d]

- Download an appropriate sample "****.udf" file from the examples.
- Obtain a sample UDF file.

- Modify the sample "****.udf" file using "Gourmet" for your own purpose, and save it as "new_name.udf".
- Start "Gourmet" and open the sample UDF file. Modify it for your own purpose and save it as "input.udf".

    > ./kapsel/kapsel -Inew_name.udf -Ooutput.udf -Ddefine.udf -Rrestart.udf
- Run KAPSEL as follows.

- Start "Gourmet" and then read "output.udf". Use "show_field.py" or "plot.py" to animate or to plot velocity data.
    > ./kapsel/kapsel -Iinput.udf -Ooutput.udf -Ddefine.udf -Rrestart.udf

- Start "Gourmet" and open "output.udf". Load "plot.py" etc to visualize your simulation data. ([[See STEP4>InstallB]])


** Re-start run  [#u7810c9a]

- One can re-start simulations from the end of the previous run.

- Start "Gourmet", and open "restart.udf"

- Set "resume.Calculation" = "CONTINUE"

- Increase "output.Num_step", and save it as "input2.udf"

- Run KAPSEL as follows.

    > ./kapsel/kapsel -Iinput2.udf -Ooutput2.udf -Ddefine.udf -Rrestart2.udf