Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Latex
{\large
\begin{eqnarray*}
\rho (\frac{d \textbf{v}}{dt}+\textbf{v} \cdot \nabla \textbf{v})=- \nabla p + \mu \nabla ^2 \textbf{v} + \textbf{f}
\end{eqnarray*}
}

One thing to notice in the Navier-Stokes equation is that the viscosity coefficient of

Latex
{\large\begin{equation*}\mu\end{equation*}}

is not a constant but rather a function of shear rate. Blood gets less viscous as the shear rate increases (shear thinning). Here, we model the blood viscosity using the Carreau fluids model. The mathematical formulation of the Carreau model is as follows:

Latex
{\large
\begin{eqnarray*}
\mu_{eff}(\dot{\gamma})=\mu_{inf}+(\mu_0-\mu_{inf})(1+(\lambda \dot{\gamma})^2)^\frac{n-1}{2}
\end{eqnarray*}
}

In the equations above,

Latex
{\large\begin{equation*}\mu_{eff}\end{equation*}}

...