You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-30Lines changed: 29 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,35 +7,34 @@
7
7
8
8
**Solver for Astroparticle Equation of Transport Analysis in Spherical Symmetry**
9
9
10
-
A Python library for simulating cosmic-ray transport and acceleration in astrophysical environments using finite volume methods and operator splitting.
10
+
A Python library for simulating cosmic-ray transport in spherically symmetric astrophysical environments using a finite volume method approach.
**SAETASS** numerically solves the **astroparticle transport equation** in one-dimensional spherical symmetry; this is, the fundamental equation governing the propagation and energy losses of energetic particles within astrophysical environments such as stellar wind bubbles.
33
+
**SAETASS** numerically solves the **astroparticle transport equation** in spherically symmetric astrophysical environments; this is, the fundamental equation governing the propagation and energy losses of energetic particles within astrophysical environments such as stellar wind bubbles.
35
34
36
35
The package decomposes the full transport equation into independent physical operators: **diffusion**, **advection**, **energy losses** and **source**. It evolves them via mathematically robust **operator-splitting schemes**. Each operator is implemented as a dedicated finite-volume solver, ensuring modularity, testability and physical transparency.
37
36
38
-
> **For comprehensive documentation**, visit the [SAETASS Documentation](DOCS_URL_PLACEHOLDER).
37
+
> **For comprehensive documentation**, visit the [SAETASS Documentation](https://saetass.readthedocs.io/en/latest/).
39
38
40
39
41
40
<divalign="center">
@@ -62,20 +61,20 @@ A quick simple installation to get started using SAETASS can be simply done via
62
61
pip install saetass
63
62
```
64
63
65
-
This will install the latest stable version of SAETASS from [PyPI](PYPI_URL_PLACEHOLDER).
64
+
This will install the latest stable version of SAETASS from [PyPI](https://pypi.org/project/saetass/).
66
65
67
-
> See the full [Installation Guide](INSTALLATION_GUIDE_URL_PLACEHOLDER) for additional installation options and troubleshooting.
66
+
> See the full [Installation Guide](https://saetass.readthedocs.io/en/latest/installation.html) for additional installation options and troubleshooting.
68
67
69
68
## Quickstart
70
69
71
-
For step-by-step guides to get started with SAETASS, check the [Tutorials](TUTORIALS_URL_PLACEHOLDER) section of the [documentation](DOCS_URL_PLACEHOLDER).
70
+
For step-by-step guides to get started with SAETASS, check the [Tutorials](https://saetass.readthedocs.io/en/latest/tutorials/index.html) section of the [documentation](https://saetass.readthedocs.io/en/latest/).
72
71
73
-
For complete, more advanced examples, check the [Examples](EXAMPLES_URL_PLACEHOLDER) section of the [documentation](DOCS_URL_PLACEHOLDER).
72
+
For complete, more advanced examples, check the [Examples](https://saetass.readthedocs.io/en/latest/examples/index.html) section of the [documentation](https://saetass.readthedocs.io/en/latest/).
74
73
75
74
76
75
## Mathematical background
77
76
78
-
SAETASS solves the following **astroparticle transport equation**for in spherically symmetric geometry:
77
+
SAETASS solves the following **astroparticle transport equation** in spherically symmetric geometry:
0 commit comments