Skip to content

Commit ffda3f2

Browse files
committed
minor polishing
1 parent 6846fa2 commit ffda3f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/forcing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,20 +362,20 @@ Therefore, work for a single forcing realization is computed numerically as:
362362
```math
363363
\begin{align}
364364
{\color{Green}\text{Itô}}&: {\color{Green} P_j = -\overline{ \psi(\bx,t_j) \xi(\bx,t_{j+1}) }^{x,y} + \varepsilon}\com\\
365-
{\color{Purple}\text{Stratonovich}} &: {\color{Purple}P_j = -\overline{\frac{\psi(\bx,t_j)+\psi(\bx,t_{j+1})}{2} \xi(\bx,t_{j+1}) }^{x,y}}\per \label{eq:PtStrat}
365+
{\color{Magenta}\text{Stratonovich}} &: {\color{Magenta}P_j = -\overline{\frac{\psi(\bx,t_j)+\psi(\bx,t_{j+1})}{2} \xi(\bx,t_{j+1}) }^{x,y}}\per \label{eq:PtStrat}
366366
\end{align}
367367
```
368368

369369
Remember, previously the work done by the stochastic forcing was:
370370
```math
371-
\dd P_t = {\color{Green}\frac{\sigma}{2}\dd t + \sqrt{\sigma}x_t\dd W_t} = {\color{Purple}\sqrt{\sigma} x_t\circ\dd W_t}\com
371+
\dd P_t = {\color{Green}\frac{\sigma}{2}\dd t + \sqrt{\sigma}x_t\dd W_t} = {\color{Magenta}\sqrt{\sigma} x_t\circ\dd W_t}\com
372372
```
373373
and by sampling over various forcing realizations:
374374
```math
375375
\langle \dd P_t\rangle = \frac{\sigma}{2}\dd t = \langle\sqrt{\sigma} x_t\circ\dd W_t\rangle
376376
```
377377

378-
The code uses {\color{Purple}Stratonovich}. For example, the work in the `TwoDTurb` module is computed based on \eqref{eq:PtStrat} with the function
378+
The code uses Stratonovich. For example, the work done by the forcing in the `TwoDTurb` module is computed based on \eqref{eq:PtStrat} with the function
379379

380380
```julia
381381
@inline function work(s, v::ForcedVars, g)

0 commit comments

Comments
 (0)