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

[snappyHexMesh] Prolem with surfaceFeatureExtract

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 8, 2023, 21:33
Default Prolem with surfaceFeatureExtract
  #1
New Member
 
zhongsheng
Join Date: Apr 2022
Posts: 3
Rep Power: 4
zhongsheng is on a distinguished road
Hell guys,
I want to use snappyMesh to generate meshs from a .stl file. However, I got an error after I run surfaceFeatureExtract.
I had changed name of stl file and surfaceFeatureExtractDict, but it didn't work.

And my foam version is OF-v2112. The format of .stl file is ASCII.

Error message:
Code:
Create time


Note: Feature line extraction only valid on closed manifold surfaces

Reading surfaceFeatureExtractDict



--> FOAM FATAL ERROR: (openfoam-2112)
No surfaces specified/found for entry: clyn.stl

    From int main(int, char**)
    in file surfaceFeatureExtract.C at line 308.

FOAM exiting
constant directory:
Code:
constant
├── dynamicMeshDict
├── polyMesh
│** ├── boundary
│** ├── faces
│** ├── neighbour
│** ├── owner
│** └── points
├── thermophysicalProperties
├── transportProperties
├── triSurface
│** └── cyln.stl
└── turbulenceProperties
surfaceFeatureExtractDict:
Code:
clyn.stl
{
    
    extractionMethod    extractFromSurface;

    includedAngle       120;

    geometricTestOnly   yes;

    intersectionMethod  region;

    tolerance           1e-5;

    writeObj            yes;
}
I upload my case file in attachments.

Wish for your help,
Zhong.
Attached Files
File Type: gz case.gz (23.2 KB, 2 views)

Last edited by zhongsheng; February 8, 2023 at 22:41.
zhongsheng is offline   Reply With Quote

Old   February 8, 2023, 22:45
Default
  #2
New Member
 
zhongsheng
Join Date: Apr 2022
Posts: 3
Rep Power: 4
zhongsheng is on a distinguished road
It seems that I write a 'clyn' but not a 'cyln' in surfaceFeatureExtractDict. I checked many times and didn't find it.
zhongsheng is offline   Reply With Quote

Old   February 9, 2023, 07:25
Default
  #3
Senior Member
 
Nico
Join Date: Jan 2022
Location: Germany
Posts: 122
Rep Power: 6
Hr_kules is on a distinguished road
Hi, i looked into your case and the snippet of the stl doesn't start with the usual "solid" entry that an stl file has. Maybe this produces the error?
Hr_kules 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
EHDFoam Nicolao OpenFOAM Programming & Development 61 November 18, 2022 08:29
interFoamEHDMR prolem chi thuc OpenFOAM Programming & Development 1 August 5, 2022 00:21
Prolem installing OpenFOAM Ver 2.3.0 source in Ubuntu 13.1.0 on VMware zandi OpenFOAM Installation 5 March 31, 2014 03:57
fvmesh prolem in the source code T.Matrix OpenFOAM Programming & Development 0 December 21, 2012 21:31
File bb has modification time 1e04 s in the future christian OpenFOAM Running, Solving & CFD 4 September 11, 2008 02:21


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