1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
\newcommand{\dive}{\text{div}\,}
\newcommand{\divs}{\text{div}\,}
\newcommand{\divv}{\underline{\text{div}}\,}
\newcommand{\divt}{\underline{\underline{\text{div}}}\,}
\newcommand{\grad}{\underline{\nabla}}
\newcommand{\ggrad}{\text{g}\underline{\underline{\text{rad}}}\,}
\newcommand{\gradv}{\underline{\nabla}}
\newcommand{\gradt}{\underline{\underline{\nabla}}}
\newcommand{\gradtt}{\underline{\underline{\underline{\nabla}}}}
\newcommand{\mat}[1]{\underline{\textrm{#1}}}
\newcommand{\matt}[1]{\underline{\underline{\textrm{#1}}}}
\newcommand{\rot}{\underline{\text{rot}}\ }
\newcommand{\vect}[1]{\underline{#1}}
\newcommand{\tens}[1]{\underline{\underline{#1}}}
\newcommand{\transpose}[1]{#1^T}
\newcommand{\symmetric}[1]{#1^S}
\newcommand{\trace}{tr}
\newcommand{\deviator}[1]{#1^D}
\newcommand{\norm}[1]{\left| #1 \right|}
\newcommand{\rans}[1]{{\overline{#1}}}
\newcommand{\ints}[2]{{\overline{#1}_{#2}}}
\newcommand{\fluct}[1]{{{#1}^\prime}}
\newcommand{\favre}[1]{{\widetilde{#1}}}
\newcommand{\intss}[2]{{\widetilde{#1}_{#2}}}
\newcommand{\fluctt}[1]{{{#1}^{\prime \prime}}}
\newcommand{\intt}[2]{{{#1}^{#2}}}
\newcommand{\Facei}[1]{\mathcal{F}^{int}_{#1}}
\newcommand{\Faceb}[1]{\mathcal{F}^{ext}_{#1}}
\newcommand{\Face}[1]{\mathcal{F}_{#1}}
\newcommand{\face}{{f}}
\newcommand{\fij}{{f_{ij}}}
\newcommand{\fib}{{f_{b}}}
\newcommand{\iface}{{f_\celli}}
\renewcommand{\ij}{{ij}}
\newcommand{\ji}{{ji}}
\newcommand{\ib}{{ib}}
\newcommand{\celli}{i}
\newcommand{\centi}{I}
\newcommand{\centip}{{I^\prime}}
\newcommand{\ipf}{{I^\prime}}
\newcommand{\vol}[1]{\Omega_{#1}}
\newcommand{\cellj}{j}
\newcommand{\centj}{J}
\newcommand{\centjp}{{J^\prime}}
\newcommand{\jpf}{{J^\prime}}
\newcommand{\centf}{F}
\newcommand{\cento}{O}
\newcommand{\dd}{\mathrm{d}}
\newcommand{\der}[2]{\dfrac{\partial #1}{\partial #2}}
\newcommand{\DP}[1]{\dfrac{\dd #1}{\dd t}}
\newcommand{\varia}{Y}
\newcommand{\variav}{\vect{v}}
\newcommand{\variat}{\tens{t}}
\newcommand{\ncell}{{N_{cell}}}
\newcommand{\Neigh}[1]{Neigh\left(#1\right)}
\newcommand{\Bound}[1]{Bound\left(#1\right)}
\newcommand{\bm}[1]{\text{\boldmath $#1$ \unboldmath} \! \!}
\newcommand{\comp}[1]{\textrm{#1}}
\newcommand{\degresC}{$^\circ$C}
\newcommand{\fort}[1]{\texttt{#1}}
\newcommand{\code}[1]{\texttt{#1}}
\newcommand{\ind}[1]{\text{$_{#1}$}}
\newcommand{\Max}{\text{Max}}
\newcommand{\Min}{\text{Min}}
\newcommand{\nl}{\vspace{1ex}}
|