|
[Sponsors] | |||||
Mutation++ Implementation for Hypersonic Flows [v8.1.0] |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
|
#1 |
|
New Member
Join Date: Jul 2025
Posts: 2
Rep Power: 0 ![]() |
Hello,
I am relatively new to SU2, I am currently trying to get Mutation++ working with v8.1.0. When I try to run a test case using FLUID_MODEL=MUTATIONPP instead of SU2_NONEQ, I get this error: Code:
Either 1) Mutation++ has not been configured/compiled (add '-Denable-mpp=true' to your meson string) or 2) CODI must be deactivated since it is not compatible with Mutation++. |
|
|
|
|
|
|
|
|
#2 |
|
Senior Member
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 833
Rep Power: 23 ![]() |
Code:
-Denable-autodiff=false should be sufficient, you can check after meson that it is off. |
|
|
|
|
|
|
|
|
#3 |
|
New Member
Join Date: Jul 2025
Posts: 2
Rep Power: 0 ![]() |
I ran 'meson configure', from there I can see that enable-autodiff is set to false and enable-mpp is true. I have also compiled and installed SU2 with './ninja -C build installl'. However, I am still getting my original error. Is there a step I am missing?
|
|
|
|
|
|
|
|
|
#4 |
|
Senior Member
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 833
Rep Power: 23 ![]() |
check if you have multiple versions of the SU2_CFD executable and if so, check which one you are using (using
Code:
which SU2_CFD |
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Velocity magnitute ignored at inlet for incompressible flows | t.teschner | SU2 | 2 | October 30, 2024 06:56 |
| QGDsolver - OpenFOAM computational framework for fluid flows based on regularized equ | mkraposhin | OpenFOAM Announcements from Other Sources | 7 | September 13, 2021 04:09 |
| implementation of the technique for turbulent flows DES in openFOAM | Ferdinand | OpenFOAM Running, Solving & CFD | 1 | July 20, 2015 20:11 |
| Derivation of the pressure-correction equation for compressible flows | luftraudi | Main CFD Forum | 0 | July 17, 2012 07:35 |