Skip to content

Commit 2c19458

Browse files
Merge pull request #46 from uit-cosmo/1d_animation_readme
1d animation included in Readme
2 parents 3ee32f6 + 31af4c0 commit 2c19458

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ dmypy.json
139139
.idea/
140140

141141
# gifs
142-
1d_blobs.gif
143142
example.gif
144143

145144
# png files

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
# 2d_propagating_blobs
66
Two dimensional model of advecting and dissipating blobs.
77

8-
The code has been deveoped originally to model profiles in the scrape-off layer of fusion experiments but it can be used to model any 2d system consisting of advecting pulses. An example is shown below:
9-
![Density evolution](readme_gifs/2d_blobs.gif )
8+
The code has been developed originally to model profiles in the scrape-off layer of fusion experiments but it can be used to model any 1d or 2d system consisting of advecting pulses. Examples for one and two dimensions are shown below:
9+
![Density evolution](readme_gifs/2d_blobs.gif)
1010

11+
![Density evolution](readme_gifs/1d_blobs.gif)
1112
## Installation
1213
The package is published to PyPI and can be installed with
1314
```sh

blobmodel/plotting.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def show_model(
1010
variable: str = "n",
1111
interval: int = 100,
1212
save: bool = False,
13-
gif_name: str = "2d_blobs.gif",
13+
gif_name: str = "blobs.gif",
1414
fps: int = 10,
1515
) -> None:
1616
"""Show animation of Model output.

readme_gifs/1d_blobs.gif

557 KB
Loading

0 commit comments

Comments
 (0)