Skip to content

Commit 95eea58

Browse files
authored
Move prompt to clean after visualization
1 parent 6d90ae3 commit 95eea58

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

quickstart/README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ cd tutorials/quickstart/fluid-openfoam
9898
```
9999

100100
You can also run OpenFOAM in parallel: `./run.sh -parallel`.
101-
Before the simulation again, cleanup the results and temporary files using `./clean-tutorial.sh`.
102101

103102
In serial, the simulation should take less than a minute to compute (simulated time: 2.5s).
104103

@@ -112,6 +111,12 @@ You may be curious what displacements OpenFOAM received from the rigid body solv
112111

113112
{% include disclaimer.html content="This offering is not approved or endorsed by OpenCFD Limited, producer and distributor of the OpenFOAM software via www.openfoam.com, and owner of the OPENFOAM® and OpenCFD® trade marks." %}
114113

114+
## Running again (and again, and again)
115+
116+
Now that you have a first working example, experiment! For example, how can you tell preCICE to simulate for a longer maximum time?
117+
118+
Before running the simulation again, cleanup the results and temporary files using `./clean-tutorial.sh`.
119+
115120
## What's next?
116121

117122
To become a preCICE pro:

0 commit comments

Comments
 (0)