Changes between Version 3 and Version 4 of u/bliu/pnStudy/M2-9


Ignore:
Timestamp:
10/01/15 13:55:13 (9 years ago)
Author:
Baowei Liu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/bliu/pnStudy/M2-9

    v3 v4  
    77}}}
    88
    9 || [http://www.pas.rochester.edu/~bliu/pnStudy/M2-9/rho_nonPulsed.gif Non Pulsed movie] || [http://www.pas.rochester.edu/~bliu/pnStudy/M2-9/rho_pulsed_150y.gif Pulsed movie Period=150y] ||
    109|| [http://www.pas.rochester.edu/~bliu/pnStudy/M2-9/rho_nonPulsed_long.gif Non Pulsed movie long] || [http://www.pas.rochester.edu/~bliu/pnStudy/M2-9/rho_pulsed_150y_long.gif Pulsed movie Period=150y Long] ||
    1110
     
    1413{{{
    1514    if(lPulsed) then
    16       qjet(1)=qjet(1)*cos(Omega_Pulsed*time)
    17       v=v*cos(Omega_Pulsed*time)
     15      qjet(1)=qjet(1)*(abs(cos(Omega_Pulsed*time))**PulseModule)
    1816    end if
    1917}}}
    2018
    2119
     20{{{
     21&ProblemData
     22! MODEL: jet 0deg  (n=4e4, r=1000AU, T=100K) @ 200 km/s into 4e4 torus + AGB wind
     23! folder taper15n4e2v200namb4e4
     24!
     25!      BACKGROUND or “AMBIENT” SECTION. Values apply to origin
     26tamb = 1d3           ! ambient temp, 1cu = 0.1K (100K=1000cu)
     27namb = 4e4           ! ambient central density cm^-3. Usually 400 for 1/r^2 or torus.
     28stratified = t       ! true = add a 1/r^2 background 'AGB stellar wind'
     29torus      = f       ! true - add torus to the background
     30torusalpha = 0.7     ! alpha and beta specify the geometry
     31torusbeta  = 10d0    ! see Frank & Mellema, 1994ApJ...430..800F
     32rings      = f       ! true - add radial density modulations to AGB wind
     33!
     34!     FLOW  DESCRIPTION SECTION, values apply at origin at t=0
     35outflowType  = 2    ! TYPE OF FLOW    1 cyl jet, 2 conical wind, 3 is clump
     36njet  = 4d4         ! flow density at launch zone, 1cu = 1cm^-3
     37Rjet  = 2d0         ! flow radius at launch zone, 1cu = 500AU (outflowType=1 only)
     38vjet  = 2e7         ! flow velocity , 1cu = cm/s (100km/s=1e7cu)
     39tjet  = 1d3         ! flow temp, 1cu = 0.1K (100K=1000cu)
     40tt    = 0.0d0       ! flow accel time, 1cu = 8250y (0.02 = 165y)
     41open_angle = 15d0    ! conical flow open angle (deg)
     42tf    = 15d0        ! conical flow Gaussian taper (deg) for njet and vjet; 0= disable
     43sigma = 0d0         ! !toroidal.magnetic.energy / kinetic.energy, example 0.6
     44
     45!
     46!     OTHER PARAMETERS
     47lcooling = t         ! radiative cooling?
     48buff  = 8            ! central refinement of a grid with a resolution 1/2
     49
     50! for Taper
     51lObliqueCone = F    !T, 45 deg tamper
     52                    !F, non 45 deg tamper
     53
     54! for M2-9 Pulsed jet (density)
     55
     56lPulsed = T         !T, turn on pulsed jet
     57                    !F, turn off
     58PulsedPeriod = 150  ! year
     59
     60PulseModule = 4     ! 1  abs(cos)
     61                    ! 2  abs(cos)^2
     62                    ! 4  abs(cos)^4
     63/
     64
     65}}}
     66
     67
     68|| $cos^4$ || ||
    2269
    2370