From 35413ff8bf870ba23b3db90775c92909884e2285 Mon Sep 17 00:00:00 2001 From: Olivier Cleynen Date: Tue, 2 Apr 2019 13:40:07 +0200 Subject: [PATCH] Text templates: added one source, tidied up reference data --- a/texttemplates-fluidmech.sty | 14 +++++++++++--- fluidmech.tex | 7 ------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/a/texttemplates-fluidmech.sty b/a/texttemplates-fluidmech.sty index e0b75ee..c5800fe 100644 --- a/a/texttemplates-fluidmech.sty +++ b/a/texttemplates-fluidmech.sty @@ -6,17 +6,25 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Temporary notice +\newcommand{\mecafluboxtmp}{% + \begin{boiboite} + {\scriptsize \textbf{\textcolor{vocabcolor}{You are reading a draft version. Completion expected mid-April 2019.}}\par} + \end{boiboite} +} + + % Shortcut for inserting standard text in exercise and exam sheets \newcommand{\mecafluboxen}{% \begin{boiboite} - {\scriptsize These lecture notes are based on textbooks by White \smallcite{white2008}, Çengel \& al.\smallcite{cengelcimbala2010}, and Munson \& al.\smallcite{munsonetal2013}.\par} + {\scriptsize These notes are based on textbooks by White \smallcite{white2008}, Çengel \& al.\smallcite{cengelcimbala2010}, Munson \& al.\smallcite{munsonetal2013}, and de Nevers \smallcite{denevers2004}.\par} \end{boiboite} } \newcommand{\mainreferencesforslides}{% \begin{boiboite} {\scriptsize These lecture notes are based on textbooks by White \smallcite{white2008},\\ - Çengel \& al.\smallcite{cengelcimbala2010}, and Munson \& al.\smallcite{munsonetal2013}.\par} + Çengel \& al.\smallcite{cengelcimbala2010}, Munson \& al.\smallcite{munsonetal2013}, and de Nevers \smallcite{denevers2004}.\par} \end{boiboite} } @@ -26,7 +34,7 @@ {\footnotesize Except otherwise indicated, we assume that:\\ Fluids are Newtonian\\ The atmosphere has $p_\atm = \SI{1}{\bar}$; $\rho_\atm = \SI{1,225}{\kilogram\per\metre\cubed}$; $T_\atm = \SI{11,3}{\degreeCelsius}$; $\mu_\atm = \SI{1,5e-5}{\pascal\second}$\\ - Air behaves as a perfect gas: $R_\air =\SI{287}{\joule\per\kilogram\per\kelvin}$; $\gamma_\air = \num{1,4}$; $c_{p \text{ air}} = \SI{1005}{\joule\per\kilogram\per\kelvin}$; $c_{v \text{ air}} = \SI{718}{\joule\per\kilogram\per\kelvin}$\\ + Air behaves as a perfect gas: $R_\air$=\SI{287}{\joule\per\kilogram\per\kelvin}; $\gamma_\air$=\num{1,4}; $c_{p \text{ air}}$=\SI{1005}{\joule\per\kilogram\per\kelvin}; $c_{v \text{ air}}$=\SI{718}{\joule\per\kilogram\per\kelvin}\\ Liquid water is incompressible: $\rho_{\text{water}} = \SI{1000}{\kilogram\per\metre\cubed}$, $c_{p \text{ water}} = \SI{4180}{\joule\per\kilogram\per\kelvin}$% } \end{boiboiboite} diff --git a/fluidmech.tex b/fluidmech.tex index 6ec9cad..cfe8b93 100644 --- a/fluidmech.tex +++ b/fluidmech.tex @@ -6,13 +6,6 @@ \input{a/steer} % May contain \includeonly command genrated with bash script %\includeonly{1/chap1} % to include only one document -\newcommand{\mecafluboxtmp}{% - \begin{boiboite} - {\scriptsize \textcolor{vocabcolor}{You are reading a draft version. Completion expected mid-April 2019.}\par} - \end{boiboite} -} - - \begin{document} \include{0/titlepage} -- GitLab