LTMeyer commited on
Commit
22ecddf
·
verified ·
1 Parent(s): bc01a3c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -44,13 +44,14 @@ for batch in dataloader:
44
 
45
  **Equation**:
46
 
47
- ```math
48
  \begin{align}
49
  \frac{ \partial p}{\partial t} + K(x, y) \left( \frac{\partial u}{\partial x} + \frac{\partial v}{\partial y} \right) &= 0 \\
50
  \frac{ \partial u }{\partial t} + \frac{1}{\rho(x, y)} \frac{\partial p}{\partial x} &= 0 \\
51
  \frac{ \partial v }{\partial t} + \frac{1}{\rho(x, y)} \frac{\partial p}{\partial y} &= 0
52
  \end{align}
53
- ```
 
54
  with \\(\rho\\) the material density, \\(u, v\\) the velocity in the \\(x, y\\) directions respectively, \\(p\\) the pressure, and \\(K\\) the bulk modulus.
55
 
56
  Example material densities can be seen below:
@@ -85,11 +86,11 @@ Table: VRMSE metrics on test sets (lower is better). Best results are shown in b
85
 
86
  **Simulation time-step:** Variable based on CFL with safety factor .25.
87
 
88
- **Data are stored separated by (\\(\Delta t\\)):** 2/201.
89
 
90
- **Total time range (\\(t_{min}\\) to \\(t_{max}\\)):** [0, 4.].
91
 
92
- **Spatial domain size (\\(L_x\\), \\(L_y\\)):** [-1, 1] x [-1, 1].
93
 
94
  **Set of coefficients or non-dimensional parameters evaluated:**
95
 
 
44
 
45
  **Equation**:
46
 
47
+ $$
48
  \begin{align}
49
  \frac{ \partial p}{\partial t} + K(x, y) \left( \frac{\partial u}{\partial x} + \frac{\partial v}{\partial y} \right) &= 0 \\
50
  \frac{ \partial u }{\partial t} + \frac{1}{\rho(x, y)} \frac{\partial p}{\partial x} &= 0 \\
51
  \frac{ \partial v }{\partial t} + \frac{1}{\rho(x, y)} \frac{\partial p}{\partial y} &= 0
52
  \end{align}
53
+ $$
54
+
55
  with \\(\rho\\) the material density, \\(u, v\\) the velocity in the \\(x, y\\) directions respectively, \\(p\\) the pressure, and \\(K\\) the bulk modulus.
56
 
57
  Example material densities can be seen below:
 
86
 
87
  **Simulation time-step:** Variable based on CFL with safety factor .25.
88
 
89
+ **Data are stored separated by ( \\(\Delta t\\)):** 2/201.
90
 
91
+ **Total time range ( \\(t_{min}\\) to \\(t_{max}\\)):** [0, 4.].
92
 
93
+ **Spatial domain size ( \\(L_x\\), \\(L_y\\)):** [-1, 1] x [-1, 1].
94
 
95
  **Set of coefficients or non-dimensional parameters evaluated:**
96