Skip to content

Wrong spanwise sections calculation in Turbomachinery simulation #2203

Open
@LorenzoFabris

Description

@LorenzoFabris

Describe the bug
A general centrifugal compressor multi-zone case is simulated.

image

The computational domain is composed by the following zones (for this case, no return channel geometry is included):

  1. Inlet channel
  2. Impeller
  3. Diffuser
  4. 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

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions