From 0652105aba2e681c53f88f6ed71767e11b8f537c Mon Sep 17 00:00:00 2001 From: aibishop <125414009+aibishop@users.noreply.github.com> Date: Mon, 17 Apr 2023 14:57:15 +1000 Subject: [PATCH] Update __init__.py --- monashspa/PHS3000/tutorials/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monashspa/PHS3000/tutorials/__init__.py b/monashspa/PHS3000/tutorials/__init__.py index 85a4325..5020aac 100644 --- a/monashspa/PHS3000/tutorials/__init__.py +++ b/monashspa/PHS3000/tutorials/__init__.py @@ -24,10 +24,10 @@ def model_1(r, w, I): # scale parameters r = r*1e-3 w = w*1e-4 - I = I*1e11 + I = I*1e11*4/np.sqrt(alpha) # set parameters we are not exposing eccentricity = 1.1 alpha = 1.25 - return __trap_k_theory(r, w, alpha, eccentricity, I)*4/alpha + return __trap_k_theory(r, w, alpha, eccentricity, I)