-
Notifications
You must be signed in to change notification settings - Fork 0
/
MecFluidosRCastillaUPC.tex
73 lines (61 loc) · 2.32 KB
/
MecFluidosRCastillaUPC.tex
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
72
73
\documentclass[a4paper,12pt]{book}
\usepackage{a4wide}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{color}
\usepackage{array}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{units}
\usepackage{pgf,tikz}
\usetikzlibrary{arrows}
\usetikzlibrary{babel} % para evitar error con Spanish- babel
\usepackage{url}
\usepackage{hyperref}
\usepackage{animate}
\usepackage{epic}
\usepackage{eepicemu}
\newcommand{\dif}[0]{\text{d}}
\newcommand{\deriv}[2]{\frac{\textrm{d} #1}{\textrm{d} #2}}
\newcommand{\derivsec}[2]{\frac{\text{d}^2 #1}{\text{d} #2^2}}
\newcommand{\dparc}[2]{\frac{\partial #1}{\partial #2}}
\newcommand{\dparcsec}[2]{\frac{\partial^2 #1}{\partial #2^2}}
\newcommand{\Deriv}[2]{\frac{\text{D} #1}{\text{D} #2}}
\newcommand{\mean}[1]{\overline{#1}}
\newcommand{\tens}{\vec{\vec \tau}}
\newcommand{\laplace}{\triangle}
\newcommand{\re}{\text{Re}}
\newcommand{\ma}{\text{Ma}}
\renewcommand{\binom}[2]{\genfrac{}{}{0pt}{}{#1}{#2}}
\newcommand{\rot}{\vec \nabla \times }
\newcommand{\convec}{\left(\vec v \cdot \vec \nabla\right)}
\usepackage[backend=bibtex]{biblatex}
\addbibresource{MFBooks.bib}
%\includeonly{./TeX_files/chapter01-Introduccion/chapter01-Introduccion}
\begin{document}
\author{\bfseries{Robert Castilla} \\
Dpt. de Mecànica de Fluids}
\title{Mecánica de Fluidos
\\ {\large Grau de Tecnologies Industrials - ESEIAAT}}
\date{version 1.1 - Septiembre 2024}
\frontmatter
\maketitle
\tableofcontents
\mainmatter
\include{./TeX_files/chapter01-Introduccion/chapter01-Introduccion}
\include{./TeX_files/chapter02-Hidrostatica/chapter02-Hidrostatica}
\include{./TeX_files/chapter03-Cinematica/chapter03-Cinematica}
\include{./TeX_files/chapter04-Dinamica/chapter04-Dinamica}
\include{./TeX_files/chapter05-FlujoViscoco/chapter05-FlujoViscoso}
\include{./TeX_files/chapter06-ADimensional/chapter06-ADimensional}
\include{./TeX_files/chapter07-Turbulencia/chapter07-Turbulencia}
\include{./TeX_files/chapter08-CapaLimite/chapter08-CapaLimite}
\include{./TeX_files/chapter09-Externo/chapter09-Externo}
\include{./TeX_files/chapter10-Tuberias/chapter10-Tuberias}
\include{./TeX_files/chapter11-Compresible/chapter11-Compresible}
\backmatter
% bibliography, glossary and index would go here.
\nocite{*}
\printbibliography
\end{document}