|
[Sponsors] |
Error:cannot find output field when using NEMO_EULER |
![]() |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
![]() |
![]() |
#1 |
New Member
hongjie
Join Date: Dec 2022
Posts: 1
Rep Power: 0 ![]() |
Hello Everybody,
Recently I've been learning the use of SU2_NEMO. I tried to reproduce the results of the RAM-C II flight test case from the excellent paper "SU2-NEMO: An Open-Source Framework for High-Mach Nonequilibrium Multi-Species Flows". When I used the solver "NEMO_NAVIER_STOKES" with AIR-5 gas model, the simulation of SU2 was quite successful. Then I wanted to run this case with AIR-7 gas model and viscous effects absent. So I changed the solver to "NEMO_EULER", and an error has occurred: Code:
Error in "void COutput::SetVolumeOutputValue(std::string, long unsigned int, su2double)": Cannot find output field with name SKIN_FRICTION-X Code:
VOLUME_OUTPUT=(COORDINATES,SOLUTION,AUXILIARY,TEMPERATURE_TR,TEMPERATURE_VE,MACH,PRESSURE_COEFF) " to see all available output fields for NEMO_EULER", there is no "KIN_FRICTION-X" field. Thanks in advance! Here's my config file: |
|
![]() |
![]() |
![]() |
![]() |
#2 |
Member
Ercan Umut
Join Date: Aug 2022
Posts: 70
Rep Power: 4 ![]() |
You may need to use 'MARKER_EULER=' for your wall boundary condition. The other BCs are for viscous flows. I don't know much but your cfg file looks fine other than that.
|
|
![]() |
![]() |
![]() |
![]() |
#3 |
Senior Member
Wally Maier
Join Date: Apr 2019
Posts: 124
Rep Power: 8 ![]() |
Hi Littlered,
I think Cleverboy is correct. The config you supplied should run regardless. The viscous flag which triggers the SKIN-FRICTION is dependent on the NEMO-NAVIER-STOKES being activated. |
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
[swak4Foam] outputTime in Swak function | immortality | OpenFOAM Community Contributions | 20 | October 6, 2022 12:08 |
overPimpleDyMFoam rotating airfoil startup problems | jantheron | OpenFOAM Running, Solving & CFD | 1 | May 20, 2020 04:55 |
[swak4Foam] swakExpression not writing to log | alexfells | OpenFOAM Community Contributions | 3 | March 16, 2020 18:19 |
disable solver output openfoam..use writeRegisteredObject to write only certain field | New-to-CFD | OpenFOAM Running, Solving & CFD | 1 | November 16, 2018 15:56 |
where can i find "epsilon" or "" parameter in output? | EBehnamtalab | FLOW-3D | 1 | January 11, 2018 13:35 |