Organizing the linear FV solution scheme for additional equations #29617
Labels
C: Modules/Navier Stokes
Tickets pertaining to the navier_stokes module
T: task
An enhancement to the software.
Motivation
We have v, p, energy and passive scalars implemented right now, with (v,p,energy) in a nested loop and passive scalars on the side.
We have to integrate:
How should we nest those?
In the absence of executors, we have to make a decision on how much nesting each solution gets. It wont be customizable from the input file to a complete extent.
There are (at least) three options:
My hunch is that option 2 is where we will go. I'll tag the others once it's not Christmas anymore
Design
I am thinking we could nest energy, k, epsilon/omega and phase mixture in an "active scalar" loop, with v and p.
Impact
Guidance for contributing new equations to SIMPLE/PIMPLE
The text was updated successfully, but these errors were encountered: