From 69787bc1cb08afa8e4bf20a2031092e3860842ff Mon Sep 17 00:00:00 2001 From: aibishop <125414009+aibishop@users.noreply.github.com> Date: Mon, 17 Apr 2023 14:49:16 +1000 Subject: [PATCH] Update __init__.py --- monashspa/PHS3000/tutorials/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monashspa/PHS3000/tutorials/__init__.py b/monashspa/PHS3000/tutorials/__init__.py index 449d575..85a4325 100644 --- a/monashspa/PHS3000/tutorials/__init__.py +++ b/monashspa/PHS3000/tutorials/__init__.py @@ -30,4 +30,4 @@ def model_1(r, w, I): eccentricity = 1.1 alpha = 1.25 - return __trap_k_theory(r, w, alpha, eccentricity, I) \ No newline at end of file + return __trap_k_theory(r, w, alpha, eccentricity, I)*4/alpha