! ! -*-f90-*- (for Emacs) vim:set filetype=fortran: (for vim) ! ! Initialisation parameters for white dwarf disk problem ! &init_pars cvsid='$Id: start.in,v 1.2 2019/02/11 21:08:12 wlyra Exp $', ip=14, ! debugging parameter xyz0 = 0.4,-3.141592,-0.048, ! first corner of box xyz1 = 2.5, 3.141592, 0.048 ! lperi = F , T , T, ! periodic direction? bcx = 'a:out','a2','s','a2','s' ! lwrite_ic=T coord_system='cylindric' lcylindrical_gravity=T ! lwrite_aux=T llocal_iso=T ! / &initial_condition_pars density_power_law=0.0 temperature_power_law=0.0 / &eos_init_pars cs0 = 0.1 rho0 = 1. gamma= 1.0 / &hydro_init_pars / &density_init_pars ldensity_nolog=T / &grav_init_pars ipotential='newton' g0=1. / &special_init_pars / &particles_init_pars initxxp='random-cylindrical', initvvp='Keplerian' ! dustdensity_powerlaw=0.0 bcpx='rmv',bcpy='p',bcpz='p' ! lcommunicate_rhop=T lparticlemesh_tsc=T tausp=1.0 eps_dtog=1. ! rp_int=0.5 rp_ext=2.4 /