|
[Sponsors] |
Boundary condition "empty" on patch not working? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 5, 2019, 04:48 |
Boundary condition "empty" on patch not working?
|
#1 | ||||
New Member
Oskar T
Join Date: Sep 2019
Posts: 8
Rep Power: 7 |
Hi!
I'm new to openFOAM and learning how it works coming from ANSYS and Comsol. I have followed quite a few tutorials on Youtube on how to run simple simulations but I keep getting errors when I set my boundary conditions. I want to simulate flow around a cylinder (2D but as 3D with symmetry). I have made the model and meshed it in SOLEME 9.3. Model and mesh is made 3D (mesh below). I have assigned groups of the faces for the inlet, cylinder, outlet, walls, front and back planes inside of SOLEME to be used as patch for the boundaries. Mesh is exported as "<filename>.unv" and converted to openfoam mesh using "ideasToUnv <filename>.unv". Quote:
I set my boundary conditions (U and P) as follow: Quote:
Quote:
When calling "icoFoam" i get this error message: Quote:
Any ideas on how to solve this? |
|||||
September 6, 2019, 04:46 |
|
#2 |
Senior Member
Zander Meiring
Join Date: Jul 2018
Posts: 125
Rep Power: 8 |
Look at your boundary file (constant/polymesh/boundary) and identify your frontAndBack patch. It should be
Code:
type = empty; If I recall correctly, Salome meshes export all boundaries as type patch, and so that needs to be changed for different boundary types (such as empty, wall, cyclic). Last edited by yambanshee; September 6, 2019 at 07:16. |
|
September 6, 2019, 05:22 |
|
#3 |
New Member
Oskar T
Join Date: Sep 2019
Posts: 8
Rep Power: 7 |
It was not set to "empty". Setting it to "empty" solved the problem.
Thank you! |
|
Tags |
boundary, boundary conditions, conditions, empty, openfoam |
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Commercial meshers] Fluent msh and cyclic boundary | cfdengineering | OpenFOAM Meshing & Mesh Conversion | 49 | November 29, 2024 22:16 |
Near wall treatment in k-omega SST | Arnoldinho | OpenFOAM Running, Solving & CFD | 38 | March 8, 2017 14:48 |
Basic Nozzle-Expander Design | karmavatar | CFX | 20 | March 20, 2016 09:44 |
Problem in setting Boundary Condition | Madhatter92 | CFX | 12 | January 12, 2016 05:39 |
Multicomponent fluid | Andrea | CFX | 2 | October 11, 2004 06:12 |