|
[Sponsors] |
Error:cannot find output field when using NEMO_EULER |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 19, 2022, 10:10 |
Error:cannot find output field when using NEMO_EULER
|
#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: |
|
December 20, 2022, 11:30 |
|
#2 |
Member
Ercan Umut
Join Date: Aug 2022
Posts: 51
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.
|
|
December 20, 2022, 12:53 |
|
#3 |
Senior Member
Wally Maier
Join Date: Apr 2019
Posts: 123
Rep Power: 7 |
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. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[swak4Foam] outputTime in Swak function | immortality | OpenFOAM Community Contributions | 20 | October 6, 2022 13:08 |
overPimpleDyMFoam rotating airfoil startup problems | jantheron | OpenFOAM Running, Solving & CFD | 1 | May 20, 2020 05:55 |
[swak4Foam] swakExpression not writing to log | alexfells | OpenFOAM Community Contributions | 3 | March 16, 2020 19:19 |
disable solver output openfoam..use writeRegisteredObject to write only certain field | New-to-CFD | OpenFOAM Running, Solving & CFD | 1 | November 16, 2018 16:56 |
where can i find "epsilon" or "" parameter in output? | EBehnamtalab | FLOW-3D | 1 | January 11, 2018 14:35 |