-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a Physics for linear FV + mixture model #29614
base: next
Are you sure you want to change the base?
Conversation
phase rather than relying on the problem solve calls
- more compact syntax - remove extra header - remove any form of solve from DumpObjectsProblem but dont both printing again Co-authored-by: Alex Lindsay <[email protected]>
…tween linear and nonlinear implementations
Currently a steady solve with only velocity-pressure, not converging. Try transient WIP
213f26e
to
b438a24
Compare
Job Precheck, step Clang format on 8248e8f wanted to post the following: Your code requires style changes. A patch was auto generated and copied here
Alternatively, with your repository up to date and in the top level of your repository:
|
8248e8f
to
c7c56d2
Compare
Job Documentation, step Docs: sync website on c7c56d2 wanted to post the following: View the site here This comment will be updated on new commits. |
Requires #29177 and maybe #29516 to try out transients (or some other way to get a converged solution)
One difficulty is likely that the two phase equation needs to be an "active" scalar, not a passive one, and be solved inside the pressure-velocity-energy picard iteration.
I added code for that. I ll revisit this PR once the prereqs are merged