manus_continuum_granular1

manuscript files for first continuum-till paper
git clone git://src.adamsgaard.dk/manus_continuum_granular1
Log | Files | Refs Back to index

commit 432afb24da68958100e786b3e1694779886dc53e
parent 0d50c5f147a78edd2446684c64e642a9550f44ad
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue,  3 Dec 2019 13:21:12 +0100

Fix cite syntax in SI

Diffstat:
Msi.tex | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/si.tex b/si.tex @@ -276,7 +276,7 @@ As for the granular flow solution, we also use operator splitting and finite dif \label{eq:p_f_solution} \end{equation} \end{linenomath*} -For each time step $\Delta t$, a solution to Eq.~\ref{eq:p_f_solution} is found by the Crank-Nicholson (CN) method \cite{Patankar1980, Ferziger2002, Press2007}. +For each time step $\Delta t$, a solution to Eq.~\ref{eq:p_f_solution} is found by the Crank-Nicholson (CN) method \cite<e.g.,>[] {Patankar1980, Ferziger2002, Press2007}. In the procedure the pressure field at $t + \Delta t$ is found by mixing explicit and implicit solutions with equal weight. The method is unconditionally stable and second-order accurate in time and space. Our implementation of grain and fluid dynamics is highly efficient, and for the presented experiments each time step completes in less than 1 ms on a single CPU core.