Go to the source code of this file.
|  | 
| list | stellar_wind.plutodir = os.environ['PLUTO_DIR'] | 
|  | 
| string | stellar_wind.wdir = plutodir+'/Test_Problems/HD/Stellar_Wind/' | 
|  | 
| tuple | stellar_wind.nlinf = pp.nlast_info(w_dir=wdir,datatype='float') | 
|  | 
| tuple | stellar_wind.D = pp.pload(nlinf['nlast'],w_dir=wdir,datatype='float') | 
|  | 
| tuple | stellar_wind.I = pp.Image() | 
|  | 
| string | stellar_wind.title = r'Log Density $\rho$ [Stellar Wind]' | 
|  | 
| tuple | stellar_wind.T = pp.Tools() | 
|  | 
| int | stellar_wind.newdims = 2 | 
|  | 
| tuple | stellar_wind.xcong = T.congrid(Xmesh,newdims,method='linear') | 
|  | 
| tuple | stellar_wind.ycong = T.congrid(Ymesh,newdims,method='linear') | 
|  | 
| tuple | stellar_wind.velxcong = T.congrid(D.vx1.T,newdims,method='linear') | 
|  | 
| tuple | stellar_wind.velycong = T.congrid(D.vx2.T,newdims,method='linear') | 
|  |