Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -48,7 +48,7 @@ for batch in dataloader:
|
|
48 |
|
49 |
The fluid sector consists of the following system of equations.
|
50 |
|
51 |
-
|
52 |
\begin{align}
|
53 |
\partial_t \left(\sqrt{g}\rho_0 u^t\right) + \partial_i\left(\sqrt{g}\rho_0u^i\right)
|
54 |
&= 0\\
|
@@ -59,14 +59,14 @@ The fluid sector consists of the following system of equations.
|
|
59 |
\partial_t\left(\sqrt{g}\rho_0 Y_e u^t\right) + \partial_i\left(\sqrt{g}\rho_0Y_eu^i\right)
|
60 |
&= \sqrt{g} G_{\text{ye}}\\
|
61 |
\end{align}
|
62 |
-
|
63 |
|
64 |
The standard radiative transfer equation is
|
65 |
-
|
66 |
\begin{equation}
|
67 |
\frac{D}{d\lambda}\left(\frac{h^3\mathcal{I}_{\nu,f}}{\varepsilon^3}\right) = \left(\frac{h^2\eta_{\nu,f}}{\varepsilon^2}\right) - \left(\frac{\varepsilon \chi_{\nu,f}}{h}\right) \left(\frac{h^3\mathcal{I}_{\nu,f}}{\varepsilon^3}\right),
|
68 |
\end{equation}
|
69 |
-
|
70 |
|
71 |
<p align="center"> <img src="https://users.flatironinstitute.org/~polymathic/data/the_well/datasets/post_neutron_star_merger/gif/Ye_good_normalized.gif" width="50%"></p>
|
72 |
|
@@ -98,9 +98,9 @@ Table: VRMSE metrics on test sets (lower is better). Best results are shown in b
|
|
98 |
|
99 |
**Simulation time-step:** approximately 0.01 in code units. Physical time varies; roughly 147 nanoseconds for fiducial model.
|
100 |
|
101 |
-
**Data are stored separated by (\\(\Delta t\\)):** 50 in code units. Physical time varies; roughly 0.6 milliseconds for fiducial model.
|
102 |
|
103 |
-
**Total time range (\\(t_{min}\\) to \\(t_{max}\\)):** 10000 in code units. Physical time varies; roughly 127 milliseocnds for fudicial model
|
104 |
|
105 |
**Spatial domain size:** Spherical coordinates. Radius roughly 2 to 1000 in code units. Physical values vary. Outer boundary is at roughly 4000 for fiducial model. Polar angle 0 to pi. Azimuthal angle 0 to 2*pi. Note that the coordinates are curvilinear. In Cartesian space, spacing is logarithmic in radius and there is a focusing of grid lines near the equator.
|
106 |
|
|
|
48 |
|
49 |
The fluid sector consists of the following system of equations.
|
50 |
|
51 |
+
$$
|
52 |
\begin{align}
|
53 |
\partial_t \left(\sqrt{g}\rho_0 u^t\right) + \partial_i\left(\sqrt{g}\rho_0u^i\right)
|
54 |
&= 0\\
|
|
|
59 |
\partial_t\left(\sqrt{g}\rho_0 Y_e u^t\right) + \partial_i\left(\sqrt{g}\rho_0Y_eu^i\right)
|
60 |
&= \sqrt{g} G_{\text{ye}}\\
|
61 |
\end{align}
|
62 |
+
$$
|
63 |
|
64 |
The standard radiative transfer equation is
|
65 |
+
$$
|
66 |
\begin{equation}
|
67 |
\frac{D}{d\lambda}\left(\frac{h^3\mathcal{I}_{\nu,f}}{\varepsilon^3}\right) = \left(\frac{h^2\eta_{\nu,f}}{\varepsilon^2}\right) - \left(\frac{\varepsilon \chi_{\nu,f}}{h}\right) \left(\frac{h^3\mathcal{I}_{\nu,f}}{\varepsilon^3}\right),
|
68 |
\end{equation}
|
69 |
+
$$
|
70 |
|
71 |
<p align="center"> <img src="https://users.flatironinstitute.org/~polymathic/data/the_well/datasets/post_neutron_star_merger/gif/Ye_good_normalized.gif" width="50%"></p>
|
72 |
|
|
|
98 |
|
99 |
**Simulation time-step:** approximately 0.01 in code units. Physical time varies; roughly 147 nanoseconds for fiducial model.
|
100 |
|
101 |
+
**Data are stored separated by ( \\(\Delta t\\)):** 50 in code units. Physical time varies; roughly 0.6 milliseconds for fiducial model.
|
102 |
|
103 |
+
**Total time range ( \\(t_{min}\\) to \\(t_{max}\\)):** 10000 in code units. Physical time varies; roughly 127 milliseocnds for fudicial model
|
104 |
|
105 |
**Spatial domain size:** Spherical coordinates. Radius roughly 2 to 1000 in code units. Physical values vary. Outer boundary is at roughly 4000 for fiducial model. Polar angle 0 to pi. Azimuthal angle 0 to 2*pi. Note that the coordinates are curvilinear. In Cartesian space, spacing is logarithmic in radius and there is a focusing of grid lines near the equator.
|
106 |
|