#Input parameters for DISCO model #******************************** # ----------------------- # Central star parameters # ----------------------- # Spherical star and blackbody model Star_model = 0 Rstar = 10.0 # Stellar radius (Rsun) Tstar = 15000.0 # Effective temperature of the central star (K) Mstar = 5.00 # Stellar mass (Msun) # --------------------------------- # Circumstellar gas-disc parameters # --------------------------------- Rd = 50.0 # Disc outer radius (Rsun). 2*Rd is the image size in each direction Td0 = 5000.0 # Temperature at the basis of the disc (K) powTd = -0.75 # Gas-disc temperature power rho0 = 1.0e-08 # Density at disc basis (kg/m^3) powrho = -3.5 # Disc density power powHd = 1.5 # Disc flaring power ionfrac = 1.0 # Ionization fraction # ------------------------------------ # Geometrical and numerical parameters # ------------------------------------ i = 60.0 # Inclination angle of star+disc (deg) Npix = 256 # Nb of image pixels in each direction (x and y) dist = 50.0 # Distance to the star (pc) # ----------------- # Spectral coverage # ----------------- wlen0 = 1.0 # Star wavelength (microns) dwlen = 1.5 # Wavelength step (microns) nwlen = 5 # Nb of wavelength points