Blog: 2.5D Pulsed Jet: problem.data

File problem.data, 1.5 KB (added by Baowei Liu, 11 years ago)
Line 
1&problemdata
2namb = 1d2 ! ambient density [cm^-3]
3tamb = 1d4 ! ambient temperature [K]
4njet = 5d2 ! jet density [cm^-3]
5vjet = 200d5 ! initial jet velocity [cm/s]
6vrange = 50d5 ! (+/-) range of jet velocities [cm/s]
7Rjet = 1d0 ! jet radius [cu]
8Rm = 0.6d0 ! radius at which maximum B field is reached
9Betam = 1d0 ! plasma beta sets the maximum B field
10Bgeom = 1 ! jet magnetic field geometry (1 = toroidal, 2 = helical)
11vtype = 1 ! type of veloicty pulse (0 = constant, 1 = sinusoidal, 2 = random)
12freq = 10d0 ! frequency of velocity pulses in units of 1/final_time
13 ! so if sinusoidal, this is how many sine waves the velocity will go through
14 ! if random, this is how many times the the velocity will change to a new value
15theta = 0d0 ! angle of precession of the injection velocity [deg]
16precfreq = 30d0 ! frequency of the precession in units of 1/final_time
17seed = 1 ! number used to seed the random number generator (allows runs to be repeatable
18 ! and ensures that each processor uses the same random velocity)
19simtype = 0 ! 0 = single jet, 1 = colliding jets (fields rotating in same direction)
20 ! 2 = colliding jets (fields rotating in opposite direction)
21N = 1 ! number of sub-sampling iterations
22CoolingRes = 10 ! number of cells per cooling length (using a velocity of 50 km/s)
23/