Skip to content

Commit 1edddb9

Browse files
committed
Remove Markdown separators from water-hammer README.md
closes #763
1 parent 029f7d1 commit 1edddb9

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

water-hammer/README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ The initial inlet pressure is set to $p_{\mathrm{in}} = 98100 \mathrm{Pa}$.
3636
The opening valve at the outlet is modeled through a prescribed outlet velocity, which increases linearly from $0 \mathrm{m/s}$ to $1 \mathrm{m/s}$ over the first $t = 5 \mathrm{s}$, and remains constant afterwards.
3737
This sudden valve opening generates pressure disturbances that propagate through the pipe, resulting in the characteristic **pressure wave oscillations** known as the *water hammer* phenomenon.
3838

39-
---
40-
4139
## Configuration
4240

4341
preCICE configuration for the 1D–3D simulation (image generated using the [precice-config-visualizer](https://precice.org/tooling-config-visualization.html)):
@@ -48,15 +46,11 @@ preCICE configuration for the 3D–1D simulation:
4846

4947
![preCICE configuration visualization 3D–1D](images/tutorials-water-hammer-3d1d-precice-config.png)
5048

51-
---
52-
5349
## Available solvers
5450

5551
- OpenFOAM (sonicLiquidFoam). A compressible OpenFOAM solver. For more information, have a look at the [OpenFOAM adapter documentation](https://precice.org/adapter-openfoam-overview.html).
5652
- Nutils. A Python-based finite element framework. For more information, see the [Nutils adapter documentation](https://precice.org/adapter-nutils.html).
5753

58-
---
59-
6054
## Running the Simulation
6155

6256
First, select which coupling you want to run. This sets the correct `precice-config.xml` symlink (by default, set to `1d3d`).
@@ -110,8 +104,6 @@ cd fluid1d-right-nutils
110104
./run.sh
111105
```
112106

113-
---
114-
115107
## Visualization
116108

117109
The output of the coupled simulation is written into the folders `fluid1d-left-nutils`, `fluid1d-right-nutils`, `fluid3d-left-openfoam`, and `fluid3d-right-openfoam`, depending on which coupling direction (`1d3d` or `3d1d`) you selected.
@@ -162,8 +154,6 @@ probeLocations
162154

163155
Each file contains a header (commented with `#`) and time-series columns for each probe.
164156

165-
---
166-
167157
### 1D domain (Nutils)
168158

169159
The 1D participant writes results to a file named `probes.txt`, containing the temporal evolution of key quantities at selected spatial locations.
@@ -180,8 +170,6 @@ where:
180170
- `p_out`, `u_out` → pressure and velocity at the outlet of the 1D domain
181171
- `p_mid`, `u_mid` → pressure and velocity at the midpoint of the 1D domain
182172

183-
---
184-
185173
### Plotting outlet pressure (optional)
186174

187175
To reproduce the outlet pressure time history shown in the figure below, a helper script is provided:
@@ -226,16 +214,12 @@ The generated plot is saved to:
226214
images/p_outlet_<case-directory>.png
227215
```
228216

229-
---
230-
231217
### Example visualization
232218

233219
![Pressure evolution at the outlet of the 3D domain in the 1D–3D simulation](images/tutorials-water-hammer-1d3d-outlet-pressure.png)
234220

235221
Pressure evolution at the outlet of the 3D domain during the 1D–3D water hammer simulation.
236222

237-
---
238-
239223
## References
240224

241225
[1] C. Wang, H. Nilsson, J. Yang, *et al.*

0 commit comments

Comments
 (0)