From c47db822104f8114021761076697d0b8e013087c Mon Sep 17 00:00:00 2001 From: mjburton Date: Mon, 26 Mar 2018 09:20:16 -0400 Subject: [PATCH] add static model in --- gpkitmodels/GP/aircraft/prop/propeller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpkitmodels/GP/aircraft/prop/propeller.py b/gpkitmodels/GP/aircraft/prop/propeller.py index 7e0e9bd0..fde496a2 100644 --- a/gpkitmodels/GP/aircraft/prop/propeller.py +++ b/gpkitmodels/GP/aircraft/prop/propeller.py @@ -38,7 +38,7 @@ def setup(self, static, state): Tc == T/(0.5*rho*V**2*pi*R**2), z2 >= Tc + 1, etai*(z1 + z2**0.5/etaadd) <= 2, - ] + ], static class Propeller(Model): """ Propeller Model