Replaced another $x$ with $\times$
This commit is contained in:
parent
b6218c6f96
commit
e54586922c
@ -84,7 +84,7 @@
|
||||
"source": [
|
||||
"The inflow will be used to inject smoke into a second centered grid `smoke` that represents the marker field $d$ from above. Note that we've defined a `Box` of size $100\times80$ above. This is the physical scale in terms of spatial units in our simulation, i.e., a velocity of magnitude $1$ will move the smoke density by 1 unit per 1 time unit, which may be larger or smaller than a cell in the discretized grid, depending on the settings for `x,y`. You could parametrize your simulation grid to directly resemble real-world units, or keep appropriate conversion factors in mind. \n",
|
||||
"\n",
|
||||
"The inflow sphere above is already using the \"world\" coordinates: it is located at $x=30$ along the first axis, and $y=15$ (within the $100x80$ domain box).\n",
|
||||
"The inflow sphere above is already using the \"world\" coordinates: it is located at $x=30$ along the first axis, and $y=15$ (within the $100\times80$ domain box).\n",
|
||||
"\n",
|
||||
"Next, we create grids for the quantities we want to simulate. For this example, we require a velocity field and a smoke density field."
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user