Directory for sub-models

sub-models:

-drag model
-thermal model
-sun position
-atmoshphere model (for development purposes)
This commit is contained in:
2021-01-11 10:54:24 +01:00
parent 3236b603f5
commit e4c62c9e4e
5 changed files with 97 additions and 0 deletions

5
models/test1.py Normal file
View File

@ -0,0 +1,5 @@
import numpy as np
def f(x):
res = np.sin(x)
return res