Skip to content

Commit 304356e

Browse files
authored
Move images of channel-transport-reaction to local images/ folder (#307)
* Put images of channel-transport-reaction in images/ folder * Changing image names to have a prefix tutorials-channel-transport-reaction-
1 parent 017b97c commit 304356e

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

channel-transport-reaction/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ We solve a system of advection-diffusion-reaction in a fluid flowing past a cyli
1515

1616
The geometry is shown below:
1717

18-
![Geometry](geometry_channel.png)
18+
![Geometry](images/tutorials-channel-transport-reaction-geometry.png)
1919

2020
The simulation is split into two participants: a Fluid participant that computes the fluid flow and sends the velocity field to the Chemical participant which computes the reaction, diffusion and advection of all chemical species. The coupling is unidirectional (`serial-explicit` with only one data entity being transferred).
2121

@@ -45,7 +45,7 @@ To start the `Chemical` participant, run:
4545
The chemical participant writes `.vtu` and `.pvd` files that can be opened with ParaView.
4646
The figure below shows the state after a duration of 2 units of time. The concentration in A, B and C are plotted.
4747

48-
![Results](state_t40.png)
48+
![Results](images/tutorials-channel-transport-reaction-state-t40.png)
4949

5050
## References
5151

channel-transport-reaction/geometry_channel.png renamed to channel-transport-reaction/images/tutorials-channel-transport-reaction-geometry.png

File renamed without changes.

channel-transport-reaction/state_t40.png renamed to channel-transport-reaction/images/tutorials-channel-transport-reaction-state-t40.png

File renamed without changes.

0 commit comments

Comments
 (0)