Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ! inlist to evolve a 15 solar mass star
- ! For the sake of future readers of this file (yourself included),
- ! ONLY include the controls you are actually using. DO NOT include
- ! all of the other controls that simply have their default values.
- &star_job
- ! see star/defaults/star_job.defaults
- ! begin with a pre-main sequence model
- create_pre_main_sequence_model = .true.
- ! save a model at the end of the run
- save_model_when_terminate = .true.
- save_model_filename = 'y_087msun.mod'
- ! display on-screen plots
- pgstar_flag = .true.
- new_omega_div_omega_crit = 0.0013
- / ! end of star_job namelist
- &eos
- ! eos options
- ! see eos/defaults/eos.defaults
- / ! end of eos namelist
- &kap
- ! kap options
- ! see kap/defaults/kap.defaults
- use_Type2_opacities = .true.
- Zbase = 0.02
- / ! end of kap namelist
- &controls
- ! see star/defaults/controls.defaults
- ! starting specifications
- initial_mass = 0.87 ! in Msun units
- initial_z = 0.02
- convergence_ignore_equL_residuals = .true.
- relax_use_gold_tolerances = .true.
- ! when to stop
- ! stop when the star nears ZAMS (Lnuc/L > 0.99)
- max_model_number = 17000
- min_timestep_limit = 1d-6
- max_num_profile_models = 1000
- cool_wind_RGB_scheme = 'Reimers'
- cool_wind_AGB_scheme = 'Blocker'
- Reimers_scaling_factor = 0.1
- Blocker_scaling_factor = 0.1
- ! wind
- ! atmosphere
- ! rotation
- ! element diffusion
- ! mlt
- ! mixing
- ! timesteps
- ! mesh
- ! solver
- ! options for energy conservation (see MESA V, Section 3)
- energy_eqn_option = 'dedt'
- use_gold_tolerances = .true.
- ! output
- / ! end of controls namelist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement