-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathleaf3.py
52 lines (38 loc) · 1.41 KB
/
leaf3.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#from branches.angular_momentum import *
#from branches.momentum import *
#from branches.B_fields import *
#from branches.meccentricity_profile import *
from branches.eccentricity import *
#from branches.profile import *
#from branches.roots.misc_func import *
#from branches.roots.utility import *
#from branches.mplottesting import *
#B = B_fields("Cyl_13")
#B.profile(1500)
#simple_loop([0, 10000], 1, B.pressure_profile)
#A = AngularMomentum("Cyl_13_Stream")
#simple_loop([0, 10000], 1, A.profile)
#momentum_plot("Cyl_13", [0, 10000], bar_widths=[20,30,5])
#B = B_fields("Cyl_12")
#B.evolution([0, 10000])
#E = Eccentricity("Cyl_13_aB", 2201)
#dirty_loop([2201, 3000], 1, E.plot, "Cyl_13_aB", "_eccent")
#eccentricity_profile("Cyl_11_2", [0, 100000], 10, stress_test = True)
#U = Utility("Cyl_13_Stream", "_B_fields", "pressure")
#U.tar()
#split_profile_rates("Cyl_12", 2999, "rates")
#append_dataset_alpha(["Cyl_14", "Cyl_15"], [0,10000])
#replot_compare_alpha(2200, res=True)
#eccentricity_radial_profile("Cyl_11_2", 500)
#eccentricity_plot("Cyl_13", [0, 10000], inertial=True)
#main("Cyl_13", [300, 301])#, 100)
#main("Cyl_13", [703, 704])#, 100)
#P = Profile("Cyl_11_2")
#P.temporal_profile([0, 10000], r_slicepoint=sim.three_one_res)
E = Eccentricity("Cyl_7")
E.plot(4440)
#E.flux(3300, 100)
#E.two_point_comparison(start_time=40, delta_t=20)
#simple_loop([0, 10000], 4, E.plot)
#U = Utility("Cyl_7", "_eccent")
#U.tar()