Inquiry on species transport in MOOSE Navier Stokes #32175
Unanswered
sanjuucsd2022-sketch
asked this question in
Q&A Modules: Navier-Stokes
Replies: 1 comment 39 replies
-
|
Hello We currently do scalar advection using mostly the INSFV and WCNSLinearFV finite volume implementations. For those we have added the option for a density multiplier |
Beta Was this translation helpful? Give feedback.
39 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Check these boxes if you have followed the posting rules.
Question
I am Sanjay and I am using MOOSE for my project. However, I am stuck on the species transport equation(scalar transport).
For the advection kernel there seems to be only the INSScalarFieldAdvection kernel object.( I am appending species after solving for energy, navier stokes and continuity). The kernel doesn't allow me to multiply by density(which is a function of temp in my case) i.e I want to solve for Del .(rhovelmass_fraction) and not Del . (vel*mass_fraction)- which the kernel only supports. Please let me know how to proceed.
Thank you
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions