Add a heat source with a specified heat flux #384
-
Hello, Is there a way to add a heat flux of specified intensity over a region in the domain? This must ideally add a source term to the energy equation and proceed with the solution. Thanks a lot |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
I've done this before via modifying I will caution that I've found ignition via this method to be less stable than heat transfer from an EB surface. It's been a while (over a year) since I've tried it with an external source and it may be more stable at this time. If you are looking to ignite a mixture via this method, I'd be curious to hear how it works for you. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply. If I am not wrong, I should be filling in the appropriate Line 83 in 6749e57 something like |
Beta Was this translation helpful? Give feedback.
-
Basically, yes, although I believe you want to add to Also if it's not clear, you can use |
Beta Was this translation helpful? Give feedback.
I've done this before via modifying
PeleC::fill_ext_source
inExternal.cpp
to add energy. You then need to specifypelec.add_ext_src = 1
in the inputs file.I will caution that I've found ignition via this method to be less stable than heat transfer from an EB surface. It's been a while (over a year) since I've tried it with an external source and it may be more stable at this time. If you are looking to ignite a mixture via this method, I'd be curious to hear how it works for you.