Skip to content

Commit 5564b38

Browse files
avivaceeurohenco
andauthored
Fix example loading dummy model (#7)
Co-authored-by: Antonio Vivace <[email protected]> * change to DUMMY model --------- Co-authored-by: GLASER-OPITZ HENRICH <[email protected]>
1 parent d3c73e2 commit 5564b38

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/initial_mass.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313

1414

1515
# calculate estimations for the fuel flow, and aircraft initial mass
16-
AC = Bada3Aircraft(badaVersion="3.16", acName="A320")
16+
AC = Bada3Aircraft(badaVersion='DUMMY', acName="J2M")
17+
1718

1819
deltaTemp = 0 # deviation from ISA temperature [K or deg C]
1920
M = 0.7 # Mach number [-]
@@ -60,3 +61,4 @@
6061
print(f"cruiseFuelFlow: {cruiseFuelFlow} [kg/s]")
6162
print(f"breguetLeducInitialMass: {breguetLeducInitialMass} [kg]")
6263
print(f"initMass: {initMass} [kg]")
64+

0 commit comments

Comments
 (0)