Skip to content

Commit c17efeb

Browse files
committed
Removing old stuff from README
1 parent 264d62f commit c17efeb

1 file changed

Lines changed: 5 additions & 11 deletions

File tree

elastic-tube-1d/README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ The following parameters have been chosen:
2525
- Fluid density: $$ \rho = 1 $$
2626
- Young modulus: E = 10000
2727

28+
Additionally the solvers use the parameters `N = 100`, `tau = 0.01`, `kappa = 100` by default and can be modified in the solver.
29+
2830
## Available solvers
2931

3032
Both fluid and solid participant are supported in:
@@ -70,8 +72,6 @@ cd solid-cpp
7072
./run.sh
7173
```
7274

73-
The solvers use the parameters `N = 100`, `tau = 0.01`, `kappa = 100` by default and can be modified in the solver.
74-
7575
### Python
7676

7777
Open two separate terminals and start each participant by calling the respective run script. Only serial run is possible:
@@ -88,25 +88,19 @@ cd solid-python
8888
./run.sh
8989
```
9090

91-
Parameters such as `N` can be modified directly at the `FluidSolver.py` and at the `SolidSolver.py`. The parameters must be consistent between the different solvers and participants.
92-
93-
**Optional:** Visualization and video output of the fluid participant can be triggered via the options `--enable-plot` and `--write-video` of `FluidSolver.py`. To generate .vtk files during execution, you need to add the flag `--write-vtk`.
94-
95-
![Elastic tube animation](images/tutorials-elastic-tube-1d-animation.gif)
96-
9791
{% include warning.html content= "The C++ and Python solvers lead to different results. Please consider the Python results as the correct ones and refer to this [open issue](https://github.com/precice/tutorials/issues/195) for more insight. Contributions are particularly welcome here." %}
9892

9993
## Post-processing
10094

95+
![Elastic tube animation](images/tutorials-elastic-tube-1d-animation.gif)
96+
10197
The results from each simulation are stored in each `fluid-<participant>/output/` folder. You can visualize these VTK files using the provided `plot-diameter.sh` script
10298

10399
```bash
104100
./plot-diameter.sh
105101
```
106102

107-
which will try to visualize the results from both fluid cases, if available.
108-
109-
This script calls the more flexible `plot-vtk.py` Python script, which you can use as
103+
which will try to visualize the results from both fluid cases, if available. This script calls the more flexible `plot-vtk.py` Python script, which you can use as
110104

111105
```bash
112106
python3 plot-vtk.py <quantity> <case>/output/<prefix>

0 commit comments

Comments
 (0)