Inquiry on species transport in MOOSE Navier Stokes #32175
Replies: 2 comments 74 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.
-
|
/usr/bin/mpiexec --oversubscribe -n 1 /tmp/petsc-pr8jlnnn/config.packages.MPI/conftest ERROR while running executable: UNABLE to CONFIGURE with GIVEN OPTIONS Timeout: Unable to run MPI program with I changed the linking by modifying the bashrc to point to the correct python executable(ie python 3.10.18). Still the diagnostics script gives error. However while building PETSc I don't get that error, but the one given above, what do you think is happening? |
Beta Was this translation helpful? Give feedback.
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