|
[Sponsors] |
![]() |
![]() |
#1 |
New Member
Jonas Lönartz
Join Date: Jun 2020
Posts: 2
Rep Power: 0 ![]() |
Hallo everyone,
this is my first post in this forum and I hope I am doing it right. I am currently working on a simulation using simpleFoam, in later studies I want to add particle transport. I attached a simple and reduced sketch of the problem. I am simulating an extraction system to filter particles out of the air. In this system, there are two outlets, through which the air is sucked out of the system. On one side (in the sketch on the left side) the machine is open to the environment and there is a gap over the length of the machine, through which air can enter into the system. So basically it is the opposite situation of the standard velocity-inlet/pressure-outlet situation. I know the velocity on the outlet-patches and the pressure on the inlet-patch. And basically that's what I set my bc's to: Here the bc's for U Code:
outflow_1 { type fixedValue; value uniform (0 6.485 0); } outflow_2 { type fixedValue; value uniform (0 1.8 -2.801); } inlet_big { type outletInlet; value $internalField; outletValue uniform (0 0 0); } inlet_gap { type outletInlet; value $internalField; outletValue uniform (0 0 0); } Code:
"outflow.*" { type zeroGradient; } inlet_big { type fixedValue; value uniform 0; } inlet_gap { type fixedValue; value uniform 0; } Since I never had a problem of this kind before, where the velocity on the outlet-patches are known and the openings to the environment are the inlet-patches, I wanted to ask if anyone can recommend the right boundary conditions for these kind of problems, it would help me a lot. Thanks in advance and I hope to be able to return the favor one day, Jonas |
|
![]() |
![]() |
![]() |
Tags |
air extraction, velocity outlet boundary |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
how do i fix installation error of ansys 19.0 on ubuntu 18.04 | rid_taki | ANSYS | 15 | June 7, 2021 07:32 |
CFD post cannot load results-Error appeared? | mariam.sara | ANSYS | 9 | September 17, 2018 16:23 |
Air entrainment model setup for spillway | oajor | FLOW-3D | 4 | November 17, 2016 13:02 |
Air induction system | ybcfd | STAR-CCM+ | 4 | July 20, 2016 06:06 |
Help!!!problems in air jet into water bath | kim | FLUENT | 4 | June 9, 2003 08:04 |