From a05ea1db758c88aa09ba24d9ad31051f0bbe8871 Mon Sep 17 00:00:00 2001
From: Thomas Lambert <t.lambert@uliege.be>
Date: Thu, 22 Sep 2022 10:11:32 +0200
Subject: [PATCH] feat(def): add new defs for speeds

---
 style/definitions.sty | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/style/definitions.sty b/style/definitions.sty
index 5efeae8..859d047 100644
--- a/style/definitions.sty
+++ b/style/definitions.sty
@@ -60,6 +60,17 @@
 
 
 % --- Velocities ---------------------------------------------------------------
+
+% Main velocities components
+\newcommand{\vAx}{\ensuremath{V}} % Absolute axial velocity
+\newcommand{\vTg}{\ensuremath{U}} % Absolute tangential velocity
+\newcommand{\rVel}{\ensuremath{W}} % Relative velocity
+
+% Induced velocities
+\newcommand\iAx[1][]{\ensuremath{v_{#1i}}} % Induced axial velocity
+\newcommand{\iTg}[1][]{\ensuremath{u_{#1i}}} % Induced tangential velocity
+
+
 \newcommand{\indSwirl}{\ensuremath{u_i}} % Swirl velocity, in-plane toward rot blade
 \newcommand{\indAxVel}{\ensuremath{v_i}} % Induced velocity, normal to rotor dis
 \newcommand{\airspeed}{\ensuremath{V_\infty}} % Freestream velocity
-- 
GitLab