Skip to content

Commit 1698c68

Browse files
committed
add aeromap for dyn stab
1 parent 4f30d76 commit 1698c68

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
altitude,machNumber,angleOfAttack,angleOfSideslip
2+
0,0.1,0,0
3+
0,0.2,0,0
4+
0,0.3,0,0
5+
0,0.4,0,0
6+
0,0.5,0,0
7+
0,0,-5,0
8+
0,0,-3.94737,0
9+
0,0,-2.89474,0
10+
0,0,-1.84211,0
11+
0,0,-0.789474,0
12+
0,0,0.263158,0
13+
0,0,1.31579,0
14+
0,0,2.36842,0
15+
0,0,3.42105,0
16+
0,0,4.47368,0
17+
0,0,5.52632,0
18+
0,0,6.57895,0
19+
0,0,7.63158,0
20+
0,0,8.68421,0
21+
0,0,9.73684,0
22+
0,0,10.7895,0
23+
0,0,11.8421,0
24+
0,0,12.8947,0
25+
0,0,13.9474,0
26+
0,0,15,0
27+
0,0,0,-6
28+
0,0,0,-4.28571
29+
0,0,0,-2.57143
30+
0,0,0,-0.857143
31+
0,0,0,0.857143
32+
0,0,0,2.57143
33+
0,0,0,4.28571

tests/test_integration_tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
from ceasiompy.Database import MODULE_NAME as DATABASE
2828
from ceasiompy.ExportCSV import MODULE_NAME as EXPORTCSV
2929
from ceasiompy.utils.commonpaths import CPACS_FILES_PATH
30+
from ceasiompy.StaticStability import MODULE_NAME as STATICSTABILITY
3031
from ceasiompy.CPACS2GMSH import MODULE_NAME as CPACS2GMSH
3132
from ceasiompy.AeroFrame import MODULE_NAME as AEROFRAMENEW
3233
from ceasiompy.SaveAeroCoefficients import MODULE_NAME as SAVEAEROCOEF
@@ -82,7 +83,7 @@ def test_integration_2():
8283
@pytest.mark.slow
8384
@pytest.mark.skipif(not shutil.which("avl"), reason="avl not installed")
8485
def test_integration_3():
85-
run_workflow_test([PYAVL, SAVEAEROCOEF, DATABASE])
86+
run_workflow_test([PYAVL, SAVEAEROCOEF, STATICSTABILITY, DATABASE])
8687
assert True
8788

8889

0 commit comments

Comments
 (0)