|
[Sponsors] |
[mesh manipulation] extrudeMesh can't find any patches |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 12, 2018, 11:35 |
extrudeMesh can't find any patches
|
#1 |
New Member
Join Date: Apr 2018
Location: Ohio, USA
Posts: 15
Rep Power: 8 |
I ran snappyHexMesh and am now trying to run extrudeMesh. However, extrudeMesh can't seem to find any of my patches. Do I have some sort of syntax error or do I just not understand how extrudeMesh works?
extrudeMeshDict (excerpt) Code:
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 5 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object extrudeMeshDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // What to extrude: // patch : from patch of another case ('sourceCase') // mesh : as above but with original case included // surface : from externally read surface //constructFrom mesh; constructFrom patch; //constructFrom surface; // If construct from patch/mesh: sourceCase "."; sourcePatches (right); Output: Code:
/*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 5.x | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : 5.x-197d9d3bf20a Exec : extrudeMesh Date : Jun 12 2018 Time : 10:30:43 Host : "LAPTOP-CJTPIN3R" PID : 1693 I/O : uncollated Case : /mnt/c/subTransfer/nozzle16/case4.base nProcs : 1 sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). fileModificationChecking : Monitoring run-time modified files using timeStampMaster (fileModificationSkew 10) allowSystemOperations : Allowing user-supplied system call operations // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Create mesh for time = 0 Selecting extrudeModel linearNormal Extruding from patch using model linearNormal Not collapsing any edges after extrusion Extruding patches 1(right) on mesh "/mnt/c/subTransfer/nozzle16/case4.base" Create mesh for time = 0 Adding overall 0 processor patches. --> FOAM FATAL ERROR: Cannot find patch boundary in the source mesh. Valid patch names are 6 ( inlet left mirror nozzle outlet right ) From function Foam::label findPatchID(const Foam::polyBoundaryMesh&, const Foam::word&) in file extrudeMesh.C at line 141. FOAM exiting |
|
June 12, 2018, 11:36 |
|
#2 |
New Member
Join Date: Apr 2018
Location: Ohio, USA
Posts: 15
Rep Power: 8 |
Disregard, I was being an idiot.
|
|
April 19, 2019, 10:10 |
|
#3 |
Member
Rishikesh
Join Date: Apr 2016
Posts: 63
Rep Power: 10 |
What were you doing wrong? I have the same issue.
|
|
April 20, 2019, 05:49 |
|
#4 |
Member
Rishikesh
Join Date: Apr 2016
Posts: 63
Rep Power: 10 |
Never mind, I understand
|
|
February 5, 2021, 21:42 |
|
#5 |
New Member
Minglong Lu
Join Date: Oct 2020
Posts: 3
Rep Power: 6 |
I have the same issue, how to solve it?
|
|
February 26, 2021, 10:00 |
|
#6 |
New Member
Jared Bland
Join Date: Nov 2020
Posts: 18
Rep Power: 6 |
||
February 26, 2021, 21:46 |
|
#7 |
New Member
Minglong Lu
Join Date: Oct 2020
Posts: 3
Rep Power: 6 |
||
Tags |
extrudemesh, meshing, snappyhexmesh |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Decomposing meshes | Tobi | OpenFOAM Pre-Processing | 22 | February 24, 2023 10:23 |
Rotating Mesh, errors in Cyclic AMI interface | WhiteW | OpenFOAM | 2 | September 26, 2016 10:12 |
[foam-extend.org] Installing foam-extend 3.1 on Ubuntu 14.04 | stephie | OpenFOAM Installation | 16 | April 23, 2015 17:18 |
OpenFOAM 1.6-ext git installation on Ubuntu 11.10 x64 | Attesz | OpenFOAM Installation | 45 | January 13, 2012 13:38 |
Problem Building OF on Centos cluster (no admin rights) | CKH | OpenFOAM Installation | 5 | November 13, 2011 07:32 |