Skip to content
Snippets Groups Projects
Verified Commit b91b53c4 authored by Thomas Lambert's avatar Thomas Lambert :helicopter:
Browse files

style(nomencl): add some symbols

parent 4b8ddf31
No related branches found
No related tags found
No related merge requests found
Pipeline #9743 passed
...@@ -63,6 +63,17 @@ ...@@ -63,6 +63,17 @@
\newcommand{\angVel}{\ensuremath{\Omega}} \newcommand{\angVel}{\ensuremath{\Omega}}
\nomenclature[G]{\angVel}{Angular velocity\nomunit{\per\s}} \nomenclature[G]{\angVel}{Angular velocity\nomunit{\per\s}}
% Ratios
\newcommand{\infRat}{\ensuremath{\lambda}}
\newcommand{\infRati}{\ensuremath{\lambda}}
\newcommand{\swRat}{\ensuremath{\xi}}
\newcommand{\swRati}{\ensuremath{\xi}}
\newcommand{\advRat}{\ensuremath{\mathcal{J}}}
\nomenclature[G]{\infRat}{Inflow ratio, $\frac{\vAx}{\angVel\radius}$\nomunit{\per\s}}
\nomenclature[G]{\infRati}{Induced inflow ratio, $\frac{\viAx}{\angVel\radius}$\nomunit{\per\s}}
\nomenclature[G]{\swRat}{Swirl ratio, $\frac{\vTg}{\angVel\radius}$\nomunit{\per\s}}
\nomenclature[G]{\swRati}{Induced swirl ratio, $\frac{\viTg}{\angVel\radius}$\nomunit{\per\s}}
% --- Angles ------------------------------------------------------------------- % --- Angles -------------------------------------------------------------------
\newcommand{\aoa}{\ensuremath{\alpha}} \newcommand{\aoa}{\ensuremath{\alpha}}
...@@ -98,18 +109,20 @@ ...@@ -98,18 +109,20 @@
\nomenclature[A]{\radA}{Absolute radial position\nomunit{\m}} \nomenclature[A]{\radA}{Absolute radial position\nomunit{\m}}
% Surfaces % Surfaces
\newcommand{\area}{\ensuremath{A}} % (Rotor) Area \newcommand{\area}{\ensuremath{A}}
\nomenclature[A]{\area}{Area\nomunit{\m^2}} \nomenclature[A]{\area}{Area\nomunit{\m^2}}
% --- Non-dimensional ---------------------------------------------------------- % --- Non-dimensional ----------------------------------------------------------
\newcommand{\advRat}{\ensuremath{\mathcal{J}}} % Advance ratio \newcommand{\mach}{\ensuremath{\mathcal{M}}}
\newcommand{\mach}{\ensuremath{\mathcal{M}}} % Mach number \newcommand{\reynolds}{\ensuremath{Re}}
\newcommand{\reynolds}{\ensuremath{Re}} % Reynolds number \newcommand{\sol}{\ensuremath{\sigma}}
% solidity \newcommand{\solL}{\ensuremath{\sigma_l}}
\nomenclature[A]{\advRat}{Advance ratio\nomunit{-}} \nomenclature[A]{\advRat}{Advance ratio\nomunit{-}}
\nomenclature[A]{\mach}{Mach number\nomunit{-}} \nomenclature[A]{\mach}{Mach number\nomunit{-}}
\nomenclature[A]{\reynolds}{Reynolds number\nomunit{-}} \nomenclature[A]{\reynolds}{Reynolds number\nomunit{-}}
\nomenclature[G]{\sol}{Rotor solidity, $\frac{\nBlades\chord}{\pi\radius}$\nomunit{-}}
\nomenclature[G]{\solL}{Local solidity, $\frac{\nBlades\chord(\radA)}{\pi\radius}$\nomunit{-}}
% --- Others ------------------------------------------------------------------- % --- Others -------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment