forked from tkschuler/MarsSHAB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.py
28 lines (22 loc) · 923 Bytes
/
config.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
balloon_properties = dict(
shape = 'sphere',
d = 18, # (m) Diameter of Sphere Balloon
mdot = 0, # (kg/s) Vent Mass Flow Rate
cp = 320.0, #(J/(kg K)) Specific heat of envelope material
emissEnv = .03, # Emisivity of Enevelope
absEnv = .6, # Absorbiviy of envelope
transEnv = .1,
refEnv = .1 #revlectivity of envelope
)
mars_properties = dict(
Cp_co2 = 735.0, # (J/Kg*K) Specifc Heat Capacity, Constant Pressure
Cv_co2 = 657.0, # (J/Kg*K) Specifc Heat Capacity, Constant Volume
Rsp_co2 = 188.92, # (J/Kg*K) Gas Constant
Ls = 153, # (deg) Local Siderial Day, 0 = Vernal Equinox, 153 = Viking Lander, 90 = Summer Solstice
lat = 22.3, # (deg) Latitude
optical_depth = .5, # Typical on clear days #assumption
P0 = 669.0, # (pa) Pressure @ Surface Level
emissGround = .95, #assumption
albedo = 0.17, #assumption
)
dt = 1. # (s) Time Step for integrating