1 | &ProblemData
|
---|
2 | ClumpToTrace = .true.
|
---|
3 | /
|
---|
4 | &AmbientData
|
---|
5 | rhoOut = 1e4, ! : ambient medium number density (cm^-3)
|
---|
6 | tempOut = 1e4, ! : ambient medium temperature (K)
|
---|
7 | vxOut = 0.0, !*: ambient medium velocity in the x-direction
|
---|
8 | vyOut = 0.0, !*: ambient medium velocity in the y-direction
|
---|
9 | vzOut = 0.0, !*: ambient medium velocity in the z-direction
|
---|
10 | BxOut = 0.0, !*: ambient medium B Field in the x-direction
|
---|
11 | ByOut = 7.071074, !*: ambient medium B Field in the y-direction
|
---|
12 | BzOut = 0.0, !*: ambient medium B Field in the z-direction
|
---|
13 | /
|
---|
14 | &ClumpData
|
---|
15 | density=1e6 ! : clump number density (cm^-3)
|
---|
16 | temperature=1e2 ! : clump temperature (K)
|
---|
17 | radius=1.0 ! : clump radius, scaled (radius*lscale=10^16 cm)
|
---|
18 | smooth_distance=.1d0
|
---|
19 | theta=0d0
|
---|
20 | phi=0d0
|
---|
21 | B_tor=0d0
|
---|
22 | B_pol=0d0
|
---|
23 | B_theta=0d0
|
---|
24 | B_phi=0d0
|
---|
25 | position=2d0, 5d0, 0d0 ! : clump origin, scaled length units
|
---|
26 | /
|
---|
27 | &PerturbData
|
---|
28 | nwaves=0
|
---|
29 | nMHDwaves=0
|
---|
30 | /
|
---|
31 | &WindData
|
---|
32 | !All the following that are set to 0 are calculated in module using R-H jump conditions
|
---|
33 | density=0d0 !4e4 ! : inflow number density (cm^-3)
|
---|
34 | temperature=0d0!33333.0 ! : inflow temperature (K)
|
---|
35 | velocity= 2e8 ! : inflow speed (cm/s)
|
---|
36 | B=0d0,7.071074d0,0d0
|
---|
37 | wind_thickness=0.0
|
---|
38 | wind_refinement_time=20
|
---|
39 | dir = 1
|
---|
40 | edge = 1
|
---|
41 | /
|
---|