|
[Sponsors] | |||||
|
|
|
#1 |
|
New Member
Shashank MV
Join Date: Aug 2025
Posts: 3
Rep Power: 2 ![]() |
Hi, I was running a SU2 code for a 2d scramjet intake, but i am getting an error as the MARKER INLET not defined, but i have defined it in my configuration file. So can anybody tell what is the mistake i am doing. Below are the mesh and the CGNS files.
Microsoft Windows [Version 10.0.22631.5699] (c) Microsoft Corporation. All rights reserved. D:\SU2_8.2\bin>SU2_CFD flatplatef.cfg ------------------------------------------------------------------------- | ___ _ _ ___ | | / __| | | |_ ) Release 8.2.0 "Harrier" | | \__ \ |_| |/ / | | |___/\___//___| Suite (Computational Fluid Dynamics Code) | | | ------------------------------------------------------------------------- | SU2 Project Website: https://su2code.github.io | | | | The SU2 Project is maintained by the SU2 Foundation | | (http://su2foundation.org) | ------------------------------------------------------------------------- | Copyright 2012-2025, SU2 Contributors | | | | SU2 is free software; you can redistribute it and/or | | modify it under the terms of the GNU Lesser General Public | | License as published by the Free Software Foundation; either | | version 2.1 of the License, or (at your option) any later version. | | | | SU2 is distributed in the hope that it will be useful, | | but WITHOUT ANY WARRANTY; without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | | Lesser General Public License for more details. | | | | You should have received a copy of the GNU Lesser General Public | | License along with SU2. If not, see <http://www.gnu.org/licenses/>. | ------------------------------------------------------------------------- Parsing config file for zone 0 ----------------- Physical Case Definition ( Zone 0 ) ------------------- Compressible Laminar Navier-Stokes' equations. Mach number: 5. Angle of attack (AoA): 0 deg, and angle of sideslip (AoS): 0 deg. Reynolds number: 1.30123e+06. Reference length 0.3048. No restart solution, use the values at infinity (freestream). Dimensional simulation. The reference area is 0.3048 m^2. The semi-span will be computed using the max y(3D) value. The reference length is 1 m. Input mesh file name: Scramjetf.cgns --------------- Space Numerical Integration ( Zone 0 ) ------------------ Roe (with entropy fix = 0.001) solver for the flow inviscid terms. Standard Roe without low-dissipation function. Second order integration in space, with slope limiter. No slope-limiting method. Average of gradients with correction (viscous flow terms). Gradient for upwind reconstruction: inverse-distance weighted Least-Squares. Gradient for viscous and source terms: inverse-distance weighted Least-Squares. --------------- Time Numerical Integration ( Zone 0 ) ------------------ Local time stepping (steady state simulation). Euler implicit method for the flow equations. FGMRES is used for solving the linear system. Using a LU-SGS preconditioning. Convergence criteria of the linear solver: 0.05. Max number of linear iterations: 3. V Multigrid Cycle, with 3 multigrid levels. Damping factor for the residual restriction: 0.8. Damping factor for the correction prolongation: 0.8. No CFL adaptation. +-------------------------------------------+ | MG Level| Presmooth|PostSmooth|CorrectSmo| +-------------------------------------------+ | 0| 1| 0| 0| | 1| 2| 1| 0| | 2| 3| 1| 0| | 3| 0| 0| 0| +-------------------------------------------+ Courant-Friedrichs-Lewy number: 1e+03 ------------------ Convergence Criteria ( Zone 0 ) --------------------- Maximum number of solver subiterations: 5000. Begin convergence monitoring at iteration 10. Residual minimum value: 1e-12. Cauchy series min. value: 1e-10. Number of Cauchy elements: 100. Begin windowed time average at iteration 0. -------------------- Output Information ( Zone 0 ) ---------------------- File writing frequency: +------------------------------------+ | File| Frequency| +------------------------------------+ | RESTART| 250| | PARAVIEW| 250| | SURFACE_PARAVIEW| 250| +------------------------------------+ Writing the convergence history file every 1 inner iterations. Writing the screen convergence history every 1 inner iterations. The tabular file format is CSV (.csv). Convergence history file name: history. Forces breakdown file name: forces_breakdown.dat. Surface file name: surface. Volume file name: vol_solution. Restart file name: restart_flow.dat. ------------- Config File Boundary Information ( Zone 0 ) --------------- +-----------------------------------------------------------------------+ | Marker Type| Marker Name| +-----------------------------------------------------------------------+ | Euler wall| wall1| | | wall2| +-----------------------------------------------------------------------+ | Far-field| farfield| | | inlet| +-----------------------------------------------------------------------+ | Outlet boundary| Outlet1| | | Outlet02| +-----------------------------------------------------------------------+ -------------------- Output Preprocessing ( Zone 0 ) -------------------- WARNING: SURFACE_PRESSURE_DROP can only be computed for at least 2 surfaces (outlet, inlet, ...) Info: Ignoring the following screen output fields: TOTAL_HEATFLUX_ON_SURFACE Screen output fields: INNER_ITER, RMS_DENSITY, RMS_ENERGY, DRAG, SURFACE_MASSFLOW, TOTAL_HEATFLUX History output group(s): ITER, RMS_RES Convergence field(s): RMS_DENSITY Warning: No (valid) fields chosen for time convergence monitoring. Time convergence monitoring inactive. Volume output fields: COORDINATES, SOLUTION, PRIMITIVE ------------------- Geometry Preprocessing ( Zone 0 ) ------------------- Reading the CGNS file: Scramjetf.cgns. WARNING: The CGNS file version (3.31) is old and may cause high memory usage issues, consider updating the file with the cgnsupdate tool. CGNS file contains 1 database(s). Database 1, BASE#1: cell dimension of 2, physical dimension of 3. 1 total zone(s). Zone 1, Scramjetf: 29454 total vertices, 28958 total elements. Loading CoordinateX values. Loading CoordinateY values. Number of connectivity sections is 8. Section SURFACE_BODY_1_1 contains 28958 elements of type Quadrilateral. Section INLET contains 106 elements of type Line. Section WALL1 contains 389 elements of type Line. Section WALL2 contains 132 elements of type Line. Section OUTLET01 contains 93 elements of type Line. Section OUTLET02 contains 13 elements of type Line. Section FARFIELD contains 257 elements of type Line. Section SURFACE_BODY_1_1_1D contains 191 elements of type Line. Loading volume section SURFACE_BODY_1_1 from file. Loading surface section INLET from file. Loading surface section WALL1 from file. Loading surface section WALL2 from file. Loading surface section OUTLET01 from file. Loading surface section OUTLET02 from file. Loading surface section FARFIELD from file. Loading surface section SURFACE_BODY_1_1_1D from file. Two dimensional problem. 29454 grid points. 28958 volume elements. 7 surface markers. 106 boundary elements in index 0 (Marker = INLET). Error in "short unsigned int CConfig::GetMarker_CfgFile_TagBound(const string&) const": ------------------------------------------------------------------------- The configuration file doesn't have any definition for marker INLET ------------------------------ Error Exit ------------------------------- |
|
|
|
|
|
|
|
|
#2 |
|
Senior Member
bigfoot
Join Date: Dec 2011
Location: Netherlands
Posts: 833
Rep Power: 23 ![]() |
In your .cfg file, what does your entry for MARKER_INLET or MARKER_INLET_SUPERSONIC look like?
|
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need help running SU2 at hypersonic speeds | ckao | SU2 | 1 | May 3, 2023 21:32 |
| Official Release of SU2 V3.2 | economon | SU2 News & Announcements | 6 | April 18, 2015 00:28 |
| Error running SU2 in Yosemite | wel | SU2 | 2 | November 2, 2014 12:52 |
| Running SU2 Pyhton Script in Parallel with PBS Torque | andromeda91 | SU2 | 1 | October 20, 2014 15:25 |
| Official release of SU2 V3.0 and SU2 Educational V1.0 | fpalacios | SU2 News & Announcements | 2 | January 22, 2014 06:28 |