|
[Sponsors] |
October 13, 2020, 22:49 |
Orifice Plate on OpenFOAM
|
#1 |
New Member
Matheus
Join Date: Jan 2020
Posts: 9
Rep Power: 6 |
Hello there, I'm trying to simulate an orifice plate on OpenFOAM using the PimpleFOAM solver (turbulent and incompressible). I'm trying to make only a cylinder first using the blockMeshDict archive, but when I run paraview it returns an error, is it better to make a .stl model then import it to OpenFOAM? I would be very thankful if any of you guys could help me out.
I'm making my simulation based on the pitzdaily tutorial and the error that shows when I run paraview is: --> FOAM FATAL IO ERROR: Cannot find patchField entry for wall file: /mnt/c/Users/Casa/Desktop/Cilindro/0/p/boundaryField from line 25 to line 46. From function void Foam::GeometricField<Type, PatchField, GeoMesh>::Boundary::readField(const Foam:imensionedField<TypeR, GeoMesh>&, const Foam::dictionary&) [with Type = double; PatchField = Foam::fvPatchField; GeoMesh = Foam::volMesh] in file /home/ubuntu/OpenFOAM/OpenFOAM-8/src/OpenFOAM/lnInclude/GeometricBoundaryField.C at line 184. FOAM exiting Segmentation fault (core dumped) |
|
October 14, 2020, 05:14 |
|
#2 |
Senior Member
Join Date: Oct 2017
Posts: 133
Rep Power: 9 |
As the error message says, you are missing an entry for wall in the p file. E. g.:
Code:
... wall { type zeroGradient; } ... |
|
October 14, 2020, 10:45 |
|
#3 |
New Member
Matheus
Join Date: Jan 2020
Posts: 9
Rep Power: 6 |
Thank you! When I checked my "0" folder it indeed didn't have any entry for "wall", it only had: upperWall, lowerWall and frontAndBack from the pitzdaily tutorial, once again thanks!
|
|
Tags |
incompressible flow, openfoam, orifice plate, pimplefoam, turbulent |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
UNIGE February 13th-17th - 2107. OpenFOAM advaced training days | joegi.geo | OpenFOAM Announcements from Other Sources | 0 | October 1, 2016 20:20 |
OpenFOAM Training Jan-Apr 2017, Virtual, London, Houston, Berlin | cfd.direct | OpenFOAM Announcements from Other Sources | 0 | September 21, 2016 12:50 |
[Other] how run a DNS for ZPG turbulent boundary layer on a plate with OpenFOAM? | dictatore_bozorg | OpenFOAM Meshing & Mesh Conversion | 3 | October 9, 2015 06:08 |
[ICEM] 3D Orifice plate with pipe Blocking + Meshing | kyaj001 | ANSYS Meshing & Geometry | 1 | June 21, 2014 03:37 |
Modified OpenFOAM Forum Structure and New Mailing-List | pete | Site News & Announcements | 0 | June 29, 2009 06:56 |