|
[Sponsors] |
Multiple inlets with different temperatures in compressible flow, boundary condition |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 20, 2016, 01:15 |
Multiple inlets with different temperatures in compressible flow, boundary condition
|
#1 |
Member
Join Date: Oct 2013
Posts: 92
Rep Power: 13 |
Hi,
I have a very basic question, what should be the outlet boundary condition if I have multiple inlets with different fluid velocity and temperature? I am currently using something like this Code:
Inlet0 { type fixedValue; value uniform 1000; } Inlet1 { type fixedValue; value uniform 300; } Inlet2 { type fixedValue; value uniform 300; } outlet { type inletOutlet; value 300; inletValue 300; } Any corrections welcome. |
|
July 24, 2016, 15:44 |
|
#2 |
Senior Member
Join Date: Sep 2010
Posts: 226
Rep Power: 17 |
Hi,
It depends on what you need to do exactly.. regards, T.D. |
|
August 4, 2016, 11:13 |
|
#3 |
Member
Join Date: Oct 2013
Posts: 92
Rep Power: 13 |
||
August 4, 2016, 11:23 |
|
#4 |
Senior Member
Join Date: Sep 2010
Posts: 226
Rep Power: 17 |
Hi,
you can use "type zeroGradient" for velocity at outlet, and for pressure: outlet { type fixedValue; value uniform 0; } Good Luck regards, T.D. |
|
August 4, 2016, 11:37 |
|
#5 | |
Member
Join Date: Oct 2013
Posts: 92
Rep Power: 13 |
Quote:
But does uniform 0 pressure makes sense? because the pressure is physical pressure isn't it? I have kept outlet as 1 atm, same as internalfield and velocity is as you have mentioned. But I am not so sure about temperature. |
||
June 12, 2018, 18:39 |
|
#6 | |
Member
Join Date: Oct 2013
Posts: 92
Rep Power: 13 |
Quote:
Whenever in doubt use zeroGradient for velocity and other scalars(temeprature, species mass fractions etc) for outlet. and fixedValue for pressure for the outlet.(typically ambient pressure). |
||
Tags |
rhopimplefoam, temperature bc |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Appropriate pressure boundary condition in incompressible flow | lonelywing | OpenFOAM Running, Solving & CFD | 21 | June 6, 2022 10:44 |
Suitable inlet boundary condition for a compressible flow simulation | siw | FLUENT | 13 | October 10, 2018 00:54 |
Outlet boundary condition for compressible nozzle flows | blais.bruno | OpenFOAM Running, Solving & CFD | 0 | July 12, 2016 09:40 |
Boundary condition problem for open channel flow | Andy | CFX | 9 | June 11, 2016 08:20 |
Compressible Flow - Boundary Conditions | Marc | FLUENT | 1 | July 20, 2007 12:04 |