Compilation Error When Adding New Turbulence Model NewSST to SU2: Undefined Reference to CTurbNewSSTSolver Constructor #2455
Unanswered
jones-zero
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You need to add the .cpp to the meson build files |
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.
-
Hello, I am a new user of SU2. I want to add a new turbulence model, NewSST

, to SU2, which is essentially a renamed version of the SST model. During compilation, I encountered the following issue and would appreciate your assistance:
I have already added the following code files:
./SU2_CFD/src/solvers/CTurbNewSSTSolver.cpp
./SU2_CFD/include/solvers/CTurbNewSSTSolver.hpp
./SU2_CFD/src/variables/CTurbNewSSTVariable.cpp
./SU2_CFD/include/variables/CTurbNewSSTVariable.hpp
And modified the following code files:
./SU2_CFD/src/solvers/CSolverFactory.cpp
./SU2_CFD/include/solvers/CSolverFactory.hpp
./SU2_CFD/src/drivers/CDriver.cpp
option_structure.hpp
config_template.cfg
CConfig.hpp
CConfig.cpp
Could you please help me resolve the compilation error? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions