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
|
MathJax.Hub.Config({
TeX: { Macros: {
dive: "{\\text{div}\\,}",
divs: "{\\text{div}\\,}",
divv: "{\\underline{\\text{div}}\\,}",
divt: "{\\underline{\\underline{\\text{div}}}\\,}",
grad: "{\\underline{\\nabla}}",
ggrad: "{\\text{g}\\underline{\\underline{\\text{rad}}}\\,}",
gradv: "{\\underline{\\nabla}}",
gradt: "{\\underline{\\underline{\\nabla}}}",
gradtt: "{\\underline{\\underline{\\underline{\\nabla}}}}",
mat: ["{\\underline{\\textrm{#1}}}",1],
matt: ["{\\underline{\\underline{\\textrm{#1}}}}",1],
rot: "{\\underline{\\text{rot}}\\ }",
vect: ["{\\underline{#1}}",1],
tens: ["{\\underline{\\underline{#1}}}",1],
transpose: ["{#1^T}",1],
symmetric: ["{#1^S}",1],
trace: "{tr}",
deviator: ["{#1^D}",1],
norm: ["{\\left| #1 \\right|}",1],
rans: ["{{\\overline{#1}}}",1],
ints: ["{{\\overline{#1}_{#2}}}",2],
fluct: ["{{{#1}^\\prime}}",1],
favre: ["{{\\widetilde{#1}}}",1],
intss: ["{{\\widetilde{#1}_{#2}}}",2],
fluctt: ["{{{#1}^{\\prime \\prime}}}",1],
intt: ["{{{#1}^{#2}}}",2],
Facei: ["{\\mathcal{F}^{int}_{#1}}",1],
Faceb: ["{\\mathcal{F}^{ext}_{#1}}",1],
Face: ["{\\mathcal{F}_{#1}}",1],
face: "{{f}}",
fij: "{{f_{ij}}}",
fib: "{{f_{b}}}",
iface: "{{f_\\celli}}",
ij: "{{ij}}",
ji: "{{ji}}",
ib: "{{ib}}",
celli: "{i}",
centi: "{I}",
centip: "{{I^\\prime}}",
ipf: "{{I^\\prime}}",
vol: ["{\\Omega_{#1}}",1],
cellj: "{j}",
centj: "{J}",
centjp: "{{J^\\prime}}",
jpf: "{{J^\\prime}}",
centf: "{F}",
cento: "{O}",
dd: "{\\mathrm{d}}",
der: ["{\\dfrac{\\partial #1}{\\partial #2}}",2],
DP: ["{\\dfrac{\\dd #1}{\\dd t}}",1],
varia: "{Y}",
variav: "{\\vect{v}}",
variat: "{\\tens{t}}",
ncell: "{{N_{cell}}}",
Neigh: ["{Neigh\\left(#1\\right)}",1],
Bound: ["{Bound\\left(#1\\right)}",1],
bm: ["{\\text{\\boldmath $#1$ \\unboldmath} \\! \\!}",1],
comp: ["{\\textrm{#1}}",1],
degresC: "{$^\\circ$C}",
fort: ["{\\texttt{#1}}",1],
code: ["{\\texttt{#1}}",1],
ind: ["{\\text{$_{#1}$}}",1],
Max: "{\\text{Max}}",
Min: "{\\text{Min}}",
nl: "{\\vspace{1ex}}",
} }
});
|