Problem building the Navier-Stokes module after update #25896
Unanswered
Eilloo
asked this question in
Q&A Getting Started
Replies: 1 comment 1 reply
-
|
Hello You just need to update libmesh Guillaume |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi all,
I'd not updated my MOOSE install for a while and figured it was about time. After following the steps for staying up-to-date here, I encountered a series of errors when trying to build any app with the Navier Stokes module enabled in the Makefile. The errors all looked something like this:
To be sure it wasn't anything in my existing apps causing the issues, I created a new app just test this and the problem persisted.
I also tried building in a 'vanilla' environment as described here, which also didn't solve the problem.
The line where
pressure_solveris defined is:So it seems that whichever solver is being fetched is mismatched with the arguments we later try and give to it. I wonder if I somehow have the wrong version of petsc installed?
I am curious whether anyone else sees this behaviour or if it's something I've done wrong in the update.
Any ideas are welcome - thanks!
Beta Was this translation helpful? Give feedback.
All reactions