From b91b53c4d369c45749ddd704bce2f6c5fcf918be Mon Sep 17 00:00:00 2001
From: Thomas Lambert <t.lambert@uliege.be>
Date: Mon, 31 Oct 2022 11:17:29 +0100
Subject: [PATCH] style(nomencl): add some symbols

---
 style/symbols.sty | 23 ++++++++++++++++++-----
 1 file changed, 18 insertions(+), 5 deletions(-)

diff --git a/style/symbols.sty b/style/symbols.sty
index a1c9dbe..b112da4 100644
--- a/style/symbols.sty
+++ b/style/symbols.sty
@@ -63,6 +63,17 @@
 \newcommand{\angVel}{\ensuremath{\Omega}}
 \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 -------------------------------------------------------------------
 \newcommand{\aoa}{\ensuremath{\alpha}}
@@ -98,18 +109,20 @@
 \nomenclature[A]{\radA}{Absolute radial position\nomunit{\m}}
 
 % Surfaces
-\newcommand{\area}{\ensuremath{A}} % (Rotor) Area
+\newcommand{\area}{\ensuremath{A}}
 \nomenclature[A]{\area}{Area\nomunit{\m^2}}
 
 % --- Non-dimensional ----------------------------------------------------------
-\newcommand{\advRat}{\ensuremath{\mathcal{J}}} % Advance ratio
-\newcommand{\mach}{\ensuremath{\mathcal{M}}} % Mach number
-\newcommand{\reynolds}{\ensuremath{Re}} % Reynolds number
-% solidity
+\newcommand{\mach}{\ensuremath{\mathcal{M}}}
+\newcommand{\reynolds}{\ensuremath{Re}}
+\newcommand{\sol}{\ensuremath{\sigma}}
+\newcommand{\solL}{\ensuremath{\sigma_l}}
 
 \nomenclature[A]{\advRat}{Advance ratio\nomunit{-}}
 \nomenclature[A]{\mach}{Mach 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 -------------------------------------------------------------------
-- 
GitLab