Negative density of species at steady state condition #201
-
I find negative density for some species (shown in below snapshot); this occurs only when the species evolution has attained steady state. I have already used "scaling" options. Should I also implement the initial density in "log-molar" form? I have been trying to find out procedure here in Zapdos, to find out things to be taken care while implementing the "log-molar" form. I still have following questions towards it:
I have also attached the input and Cross-section data folder that resulted in negative densities. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hi, I believe I need some clarification before I answer the questions about Zapdos "log-molar" form. First, I ran the code and it resulted with a high residual for the default convergence tolerance (I see a "convergence" residual of ~1.3e8). My first recommendation is to tighten the nonlinear relative tolerance (e.g Second, based on your input file, it doesn't seem you are using any of Zapdos plasma physics and the simulation is purely CRANE reaction physic (which is fine is you don't need to model fluid physics). While the input file didn't have Zapdos Kernels, CRANE can also run logarithmic form of the densities. To change this for the current input file, your need to change Now, for the question of units. When you are coupling Zapdos and CRANE, you need to use purely standard SI units (so
|
Beta Was this translation helpful? Give feedback.
-
I have incorporated all the changes you have suggested, and I get negative values (in terms of natural log of density of species) when a steady state is approached, which in real density value is approaching Zero which only needs addressing the reaction mechanism. It looks like the problem is addressed. The zip containing the input file and the database folder is attached here. If possible, please let me know if this looks fine in-terms of residuals and other numeric-related, and also the executioner block is modified. |
Beta Was this translation helpful? Give feedback.
Hi, I believe I need some clarification before I answer the questions about Zapdos "log-molar" form.
First, I ran the code and it resulted with a high residual for the default convergence tolerance (I see a "convergence" residual of ~1.3e8). My first recommendation is to tighten the nonlinear relative tolerance (e.g
nl_rel_tol = 1e-14
in theExecutioner
Block).Second, based on your input file, it doesn't seem you are using any of Zapdos plasma physics and the simulation is purely CRANE reaction physic (which is fine is you don't need to model fluid physics). While the input file didn't have Zapdos Kernels, CRANE can also run logarithmic form of the densities. To change this for the curre…