CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Meshing & Mesh Conversion

[Commercial meshers] Ccm26tofoam problems

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 26, 2007, 10:51
Default Ccm26tofoam problems
  #1
New Member
 
abhishek k n
Join Date: Mar 2009
Location: Gothenburg, Sweden
Posts: 16
Rep Power: 17
knabhishek is on a distinguished road
Hi

I am trying to import the ccm++ mesh containing 1.7 million cells.

When i run the check mesh following errors

1. bool primitiveMesh::checkFacePyramids(const bool, const scalar, labelHashSet*) const: face 4891768 points the wrong way.
Pyramid volume: -2.68463e-11 Face 4(13595581 13598892 12444508 11638869) area: 6.5171e-06 Owner cell: 842458
Owner cell vertex labels:
16
(
13595581
13598892
12444508
11638869
13324323
11638873
13601768
11638874
11638868
13551335
12466029
679059
11638876
679057
12466028
13600671

How can i check this cell in starccm is it the number corresponding to Owner cell: 842458 or is it possible in paraview/parafoam

2.bool primitiveMesh::checkUpperTriangular(const bool, labelHashSet*) const :
face 232123 out of position. Markup label: 232122. All subsequent faces will also be out of position. Please check the mesh manually.
--> FOAM Serious Error :
From function bool primitiveMesh::checkUpperTriangular(const bool, labelHashSet*) const
in file meshes/primitiveMesh/primitiveMeshCheck.C at line 1354
Error in face ordering: faces not in upper triangular order!
Writing 1 unordered faces to set upperTriangularFace

what is this error

Bye,
abhishek
knabhishek is offline   Reply With Quote

Old   June 26, 2007, 14:46
Default 1. The converter should write
  #2
Senior Member
 
Mattijs Janssens
Join Date: Mar 2009
Posts: 1,419
Rep Power: 26
mattijs is on a distinguished road
1. The converter should write a volScalarField "cellType" which gives the ccm cell id. The two should be the same for a compacted mesh.

You could use the 'setSet' application to look at a single cell. E.g.

cellSet c0 new labelToCell (842458)

2. Upper-triangular : discussed on this board before. The error itself should not be there since ccm26ToFoam sorts the faces before writing. If you can generate a small case (<50k cells) that has the same behaviour I don't mind having a look at it.
mattijs is offline   Reply With Quote

Old   June 27, 2007, 04:42
Default Hi Mattijs The format for c
  #3
New Member
 
abhishek k n
Join Date: Mar 2009
Location: Gothenburg, Sweden
Posts: 16
Rep Power: 17
knabhishek is on a distinguished road
Hi Mattijs

The format for cellset command is

Usage: cellSet <root> <case> [-parallel]

Command cellSet c0 new labelToCell (842458) is not working.

Bye,
abhishek
knabhishek is offline   Reply With Quote

Old   June 27, 2007, 04:49
Default Re: Upper-triangle error messa
  #4
Senior Member
 
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,685
Rep Power: 40
olesen has a spectacular aura aboutolesen has a spectacular aura about
Re: Upper-triangle error message.
I've seen this problem before.
Since the faces are correctly sorted (in ccm26ToFoam), the error indidates something else.

When a cell joins to its neighbour across TWO faces instead of one (eg, when a concave polyhedral cell connects to its neighbour), it messes up the face order checking, but is not a problem.

Of course, if the polyhedra were all correctly convex, or at least not concave, this error would not be reported.
olesen is offline   Reply With Quote

Old   June 28, 2007, 06:19
Default Hi Mattijis I used setSet
  #5
New Member
 
abhishek k n
Join Date: Mar 2009
Location: Gothenburg, Sweden
Posts: 16
Rep Power: 17
knabhishek is on a distinguished road
Hi Mattijis

I used setSet command. It wrote some file in directory VTK and Consatant.
Noe how to look that cell, using ParaFoam.

Bye,
abhishek
knabhishek is offline   Reply With Quote

Old   June 29, 2007, 02:50
Default Hi Mattijis Thank you...
  #6
New Member
 
abhishek k n
Join Date: Mar 2009
Location: Gothenburg, Sweden
Posts: 16
Rep Power: 17
knabhishek is on a distinguished road
Hi Mattijis

Thank you...

I was able to view the cells in parafoam

I will look into Upper-triangular stuff using smaller mesh size

bye
abhishek
knabhishek is offline   Reply With Quote

Old   June 29, 2007, 08:45
Default As I mentioned, the upper-tria
  #7
Senior Member
 
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,685
Rep Power: 40
olesen has a spectacular aura aboutolesen has a spectacular aura about
As I mentioned, the upper-triangle check might be tripped by concave poly cells.

Here a small mesh subset that illustrates it:
concaveCase.tar.gz

With a corresponding screenshot:

olesen is offline   Reply With Quote

Old   July 6, 2007, 11:34
Default HI Is it possible to do som
  #8
New Member
 
abhishek k n
Join Date: Mar 2009
Location: Gothenburg, Sweden
Posts: 16
Rep Power: 17
knabhishek is on a distinguished road
HI

Is it possible to do some mesh cleaning in OF. Like deleting highly skewed faces, smoothing warped faces or rectifying highly non orthogonal faces.

Is it possible to use cell Set command to carry out this kind of operation or may be some other command.

What is basis for non orthogonal corrector range from 0 to 20.
knabhishek is offline   Reply With Quote

Old   April 15, 2014, 08:37
Default
  #9
New Member
 
Richel Bilderbeek
Join Date: Nov 2013
Posts: 14
Rep Power: 12
assert is on a distinguished road
Quote:
2. Upper-triangular : discussed on this board before.
Here: http://www.cfd-online.com/Forums/ope...ace-order.html
__________________
I will never accept a 'Friend' request, I will always accept beer
assert is offline   Reply With Quote

Reply


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
[ICEM] Problems with coedge curves and surfaces tommymoose ANSYS Meshing & Geometry 6 December 1, 2020 11:12
Needed Benchmark Problems for FSI Mechstud Main CFD Forum 4 July 26, 2011 12:13
[Other] Problems with starccm mesh AndTen OpenFOAM Meshing & Mesh Conversion 1 February 23, 2010 04:43
Two-phase air water flow problems by activating Wall Lubrication Force challenger85 CFX 5 November 5, 2009 05:44
Help required to solve Hydraulic related problems aero CFX 0 October 30, 2006 11:00


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