Hi,
I am trying to run a single zone but I want to do a variation in temperature and density in the same zone. I find in /user that the file hydro.cpp can help me to do that if I define the values of d_t and d_tau, am I right? How can I print the abundances, temperature and density at the same time. It is possible ? Thank you in advance
tau is the e-folding time for the density expansion (rho(t) = rho(0) * exp(-t/tau)). Try changing tau from inf to something like 1 (that is, a tau of 1 second). Best wishes.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Also,I suggest you use wnutils to view the output from your calculation. You can print out and plot any property and/or abundance, as the tutorials demonstrate.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2021-03-14
Thanks a lot, professor Bradley
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2021-03-15
HI,
I trying to run with tau = 1e8 and it gives me a segmentation fault. How can I solve it?
Hi,
I am trying to run a single zone but I want to do a variation in temperature and density in the same zone. I find in /user that the file hydro.cpp can help me to do that if I define the values of d_t and d_tau, am I right? How can I print the abundances, temperature and density at the same time. It is possible ? Thank you in advance
tau is the e-folding time for the density expansion (rho(t) = rho(0) * exp(-t/tau)). Try changing tau from inf to something like 1 (that is, a tau of 1 second). Best wishes.
Also,I suggest you use wnutils to view the output from your calculation. You can print out and plot any property and/or abundance, as the tutorials demonstrate.
Thanks a lot, professor Bradley
HI,
I trying to run with tau = 1e8 and it gives me a segmentation fault. How can I solve it?
Thanks for your post. The calculation ran for me. Did you try again? Best wishes.