Open
Description
Describe the bug
A general centrifugal compressor multi-zone case is simulated.
The computational domain is composed by the following zones (for this case, no return channel geometry is included):
- Inlet channel
- Impeller
- Diffuser
- Cavity
The code prints out the following error:
Error in "virtual void CPhysicalGeometry::ComputeNSpan(CConfig*, short unsigned int, short unsigned int, bool)":
-------------------------------------------------------------------------
At the moment only turbomachinery with the same amount of span-wise section can be simulated
nSpan inflow 0, nSpan outflow 57
------------------------------ Error Exit -------------------------------
However, spanwise nodes are indeed 57 (checked manually and on Autogrid).
A possible solution is indicated here, but it is not a definitive one as it's dependent on the spanwise nodes number hard-coding.
Different SU2 version were tested, both on Win10 and Ubuntu 20.04, but the issue persisted only to be resolved similarly to the way showed here below.
Additional files
error.txt -> SU2 initialization up to the error
Bug report checklist
- [✔ ] Consulting the build instructions (https://su2code.github.io/docs_v7/Build-SU2-Linux-MacOS/).
- [✔ ] Looking for similar problems on GitHub or CFD-Online (https://www.cfd-online.com/Forums/su2/).
- [✔ ] Updating to the newest version of SU2 (either develop, master, or the pre-built executables https://su2code.github.io/download.html).
Desktop:
- OS: UBUNTU 20.04 / Windows 10
- C++ compiler and version: g++ 9.4.0 / gcc 8.1.0
- MPI implementation and version: Open MPI 4.1.5
- SU2 Version: v7.3.0 - v7.4.0 - v7.5.0 - v7.5.1 - v8.0.0 - v8.0.0 new_turbo_outputs
Thank you in advance for your help.