Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Species Information not transmitted across interfaces #1818

Closed
DoctorRobertT opened this issue Nov 12, 2022 · 2 comments
Closed

Species Information not transmitted across interfaces #1818

DoctorRobertT opened this issue Nov 12, 2022 · 2 comments
Labels

Comments

@DoctorRobertT
Copy link

Describe the bug
When using species transport in a problem using the fluid-fluid interface there is no information on species being transmitted across the interface. In addition if you use the MARKER_ANALYZE in the cfg file the code bombs on startup as follows:

Error in "virtual void CMultizoneOutput::SetMultizoneHistoryOutputFields( const COutput* const*, const CConfig* const*)":

Per Surface output group unknown: SPECIES_COEFF_SURF
------------------------------ Error Exit ------------------------------

Desktop (please complete the following information):

  • Ubuntu 18.04.5 on WSLV2 on Windows 10
    -gcc version 7.5.0
  • Openmpi 2.1.1
  • SU2 Version: 7.4.0

MZ.zip

@bigfooted
Copy link
Contributor

Hi,

OK, there were actually 2 problems here. One is that the species mass fractions were not transported across the zone interface. The other is that for MARKER_ANALYZE, we did not add species information, but later in the code we assumed that it was present.

Both are now fixed in the feature branch, but it will be a while before it ends up in the master version. In the mean time, you could clone the SU2 git repository and then do a git checkout feature_species_multizone and compile the fixed branch yourself.
Thanks for spotting the problem!

@bigfooted
Copy link
Contributor

@DoctorRobertT this is now merged in develop. Please check out the testcase in Testcases/species_transport/multizone and let us know of any other missing functionality. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants