CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > SU2

Error: Zero-area CV face found - Pointwise mesh

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 8, 2020, 08:13
Default Error: Zero-area CV face found - Pointwise mesh
  #1
New Member
 
Join Date: Jul 2020
Posts: 2
Rep Power: 0
Marala is on a distinguished road
Hi!

I'm getting the following error in SU2 when I run my code:

Code:
-------------------------------------------------------------------------
|    ___ _   _ ___                                                      |
|   / __| | | |_  )   Release 7.0.5 "Blackbird"                         |
|   \__ \ |_| |/ /                                                      |
|   |___/\___//___|   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-2020, 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 RANS equations.
Turbulence model: Menter's SST
Hybrid RANS/LES: Delayed Detached Eddy Simulation (DDES) with Standard SGS
Mach number: 0.729.
Angle of attack (AoA): 2.31 deg, and angle of sideslip (AoS): 0 deg.
Reynolds number: 6.5e+006. Reference length 1.
No restart solution, use the values at infinity (freestream).
Dimensional simulation.
The reference area is 1 m^2.
The semi-span will be computed using the max y(3D) value.
The reference length is 1 m.
Reference origin for moment evaluation is (0.25, 0, 0).
Surface(s) where the force coefficients are evaluated: airfoil.

Surface(s) where the objective function is evaluated: airfoil.
Surface(s) plotted in the output file: airfoil.
Surface(s) to be analyzed in detail: airfoil.
Surface(s) affected by the design variables: airfoil.
Input mesh file name: V2.su2

--------------- Space Numerical Integration ( Zone 0 ) ------------------
Roe (with entropy fix = 0) solver for the flow inviscid terms.
Roe with DDES's FD low-dissipation function.
Second order integration in space, with slope limiter.
Venkatakrishnan slope-limiting method, with constant: 0.05.
The reference element size is: 1.
Scalar upwind solver for the turbulence model.
First order integration in space.
Average of gradients with correction (viscous flow terms).
Average of gradients with correction (viscous turbulence terms).
Gradient for upwind reconstruction: Green-Gauss.
Gradient for viscous and source terms: Green-Gauss.

--------------- 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 ILU(0) preconditioning.
Convergence criteria of the linear solver: 1e-006.
Max number of linear iterations: 5.
No CFL adaptation.
Courant-Friedrichs-Lewy number:       15
Euler implicit time integration for the turbulence model.

------------------ Convergence Criteria  ( Zone 0 ) ---------------------
Maximum number of solver subiterations: 9999.
Begin convergence monitoring at iteration 10.
Residual minimum value: 1e-8.
Cauchy series min. value: 1e-010.
Number of Cauchy elements: 100.
Begin windowed time average at iteration 0.
Begin time convergence monitoring at iteration 0.
Time cauchy series min. value: 0.001.
Number of Cauchy elements: 10.

-------------------- Output Information ( Zone 0 ) ----------------------
Writing solution files every 10 iterations.
Writing the convergence history file every 1 inner iterations.
Writing the screen convergence history every 1 inner iterations.
The tabular file format is Tecplot (.dat).
Convergence history file name: history.
Forces breakdown file name: forces_breakdown.dat.
Surface file name: surface_flow.
Volume file name: flow.
Restart file name: restart_flow.dat.

------------- Config File Boundary Information ( Zone 0 ) ---------------
+-----------------------------------------------------------------------+
|                        Marker Type|                        Marker Name|
+-----------------------------------------------------------------------+
|                         Euler wall|                            airfoil|
+-----------------------------------------------------------------------+
|                          Far-field|                           farfield|
+-----------------------------------------------------------------------+

-------------------- Output Preprocessing ( Zone 0 ) --------------------
Screen output fields: INNER_ITER, RMS_DENSITY, RMS_MOMENTUM-X, RMS_MOMENTUM-Y, RMS_ENERGY
History output group(s): ITER, RMS_RES
Convergence field(s): DRAG
Ignoring Time Convergence Field(s): TAVG_DRAG TAVG_LIFT
Warning: No (valid) fields chosen for time convergence monitoring. Time convergence monitoring inactive.
Volume output fields: COORDINATES, SOLUTION, PRIMITIVE

------------------- Geometry Preprocessing ( Zone 0 ) -------------------
Two dimensional problem.
121992 grid points.
121210 volume elements.
2 surface markers.
782 boundary elements in index 0 (Marker = airfoil).
782 boundary elements in index 1 (Marker = farfield).
121210 quadrilaterals.
Setting point connectivity.
Renumbering points (Reverse Cuthill McKee Ordering).
Recomputing point connectivity.
Setting element connectivity.
Checking the numerical grid orientation.
Identifying edges and vertices.
Computing centers of gravity.
Setting the control volume structure.
Area of the computational grid: 0.
Searching for the closest normal neighbors to the surfaces.
Storing a mapping from global to local point index.
Compute the surface curvature.
Max K: 5.13859e-014. Mean K: 6.74669e-017. Standard deviation K: 1.31246e-015.
Checking for periodicity.
Computing mesh quality statistics for the dual control volumes.


Error in "virtual void CPhysicalGeometry::ComputeMeshQualityStatistics(CConfig*)":
-------------------------------------------------------------------------
Zero-area CV face found for point 121600.
------------------------------ Error Exit -------------------------------
As you can see it's a 2D problem of an airfoil in transonic flow, I created a mesh in Pointwise, of which I added three pictures: 1 is zoomed in to the airfoil, 1 is zoomed in on the error location and the last one shows the whole domain. I indicated to location of the point that's mentioned in the error with a red arrow on the last two. The mesh is structured, and I get the same error whether I export in the .su2 or .cgns format

When I examine the quality of the mesh in Pointwise all seems well, and the location of the error also looks completely normal. Rebuilding the mesh from scratch did not help either. So I'm not sure whether the mistakes originates in Pointwise or in SU2 at the moment (so sorry if this is the wrong place to post this question).

When I google the error I can't find any similar problems.

PointwiseMesh.png

PointwiseMeshZoomedIn.png

PointwiseMeshZoomedInError.png

Does anybody have experience with the error, or know how to better interpret it? The way I interpret the error at the moment I'd expect an element with an area of 0 at the indicated point, but this is clearly not the case. Is this the right interpretation?

The post becomes too long if I add my .cfg file as well (and the forum does not let me upload .cfg or .txt files), if you need any information from that please tell me, then I'll try and upload it another way.

Thanks a lot!
Marala is offline   Reply With Quote

Old   July 9, 2020, 07:20
Default Solution
  #2
New Member
 
Join Date: Jul 2020
Posts: 2
Rep Power: 0
Marala is on a distinguished road
I found it! It turned out to be quite simple, I finally got it when I saw "Area of the computational grid: 0" in the output.
When you export a grid from pointwise, you have to make sure it's in the XY plane, mine was in the XZ. The point it indicates is simply the first one it checks I suppose.

Rotating my mesh fixed the problem
Marala is offline   Reply With Quote

Old   September 9, 2020, 01:06
Default
  #3
New Member
 
Mons
Join Date: May 2019
Posts: 21
Rep Power: 6
monika_1387 is on a distinguished road
Hello, You are running HYBRID RANSLES ? So please let me know if you can help or SU2 team can help.

How you defined these 2 zones in .cfg? Or its default identified by SA-EDDES ? Or we need to make whole new grid with 2 defined zones?

Thank you in advance for help!
monika_1387 is offline   Reply With Quote

Old   July 1, 2021, 05:42
Default
  #4
Senior Member
 
Arijit Saha
Join Date: Feb 2019
Location: Singapore
Posts: 132
Rep Power: 7
ari003 is on a distinguished road
Quote:
Originally Posted by Marala View Post
I found it! It turned out to be quite simple, I finally got it when I saw "Area of the computational grid: 0" in the output.
When you export a grid from pointwise, you have to make sure it's in the XY plane, mine was in the XZ. The point it indicates is simply the first one it checks I suppose.

Rotating my mesh fixed the problem
Hi Marala, I m also facing the same problem. And it is probably because the Control Volume somewhere is zero. I checked the geometry and it is perfectly in x-y plane, remeshed with more refined cell but no improvement. Do you know any other reason to troubleshoot this problem?

Note:- When I remeshed, the CV point with 0 value is different from the previous coarse mesh.
ari003 is offline   Reply With Quote

Old   July 9, 2021, 07:30
Default
  #5
Member
 
Jose Daniel
Join Date: Jun 2020
Posts: 36
Rep Power: 5
jdp810 is on a distinguished road
Have you checked that pointwise is set to 2D instead of 3D? maybe if it is in 3D it may export a 3D mesh in the XY plane, therefore your CV is empty?
jdp810 is offline   Reply With Quote

Old   July 9, 2021, 08:42
Default
  #6
Senior Member
 
Arijit Saha
Join Date: Feb 2019
Location: Singapore
Posts: 132
Rep Power: 7
ari003 is on a distinguished road
Quote:
Originally Posted by jdp810 View Post
Have you checked that pointwise is set to 2D instead of 3D? maybe if it is in 3D it may export a 3D mesh in the XY plane, therefore your CV is empty?
Thanks for your response Jose but I'm using GMSH for mesh generation.
The problem statement is as :-
I m using GMSH for mesh generation and the solver is SU2. I dont know how but when I'm using the transfinite curve option on the 2D curve of the airfoil the solver SU2 is giving me an error with
Quote:
Zero-area CV face found for point 343.
When I remove the transfinite curve option the error disappears. I'm trying to get a refined unstructured mesh around my airfoil so that my y+ falls into the viscous sublayer region.
Is there any way to troubleshoot this problem?
ari003 is offline   Reply With Quote

Old   November 29, 2023, 02:52
Exclamation Did you find the solution?
  #7
New Member
 
Mohsin
Join Date: Jul 2023
Posts: 13
Rep Power: 2
Mohsin1 is on a distinguished road
Quote:
Originally Posted by ari003 View Post
Thanks for your response Jose but I'm using GMSH for mesh generation.
The problem statement is as :-
I m using GMSH for mesh generation and the solver is SU2. I dont know how but when I'm using the transfinite curve option on the 2D curve of the airfoil the solver SU2 is giving me an error with

When I remove the transfinite curve option the error disappears. I'm trying to get a refined unstructured mesh around my airfoil so that my y+ falls into the viscous sublayer region.
Is there any way to troubleshoot this problem?


I am facing the similar problem
Mohsin1 is offline   Reply With Quote

Reply

Tags
pointwise, su2


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[Other] mesh airfoil NACA0012 anand_30 OpenFOAM Meshing & Mesh Conversion 13 March 7, 2022 17:22
[snappyHexMesh] SnappyHexMesh for internal Flow vishwa OpenFOAM Meshing & Mesh Conversion 24 June 27, 2016 08:54
[blockMesh] error message with modeling a cube with a hold at the center hsingtzu OpenFOAM Meshing & Mesh Conversion 2 March 14, 2012 09:56
[Netgen] Import netgen mesh to OpenFOAM hsieh OpenFOAM Meshing & Mesh Conversion 32 September 13, 2011 05:50
[blockMesh] Axisymmetrical mesh Rasmus Gjesing (Gjesing) OpenFOAM Meshing & Mesh Conversion 10 April 2, 2007 14:00


All times are GMT -4. The time now is 17:17.