|
[Sponsors] |
![]() |
![]() |
#1 |
New Member
andrianomena
Join Date: Mar 2009
Location: madagascar
Posts: 23
Rep Power: 16 ![]() |
Hi there,
It's been a while, I'm actually implementing boundary condition of the velocity at the inlet,the thing is that the velocity at the inlet is nonuniform in fact for my case, the inlet is split into three portions and each portion has its own velocity,here what I tried: inlet { type fixedvalue; value nonuniform<Listvector> 100 ( ...... ) } But it didnt work!!! for more information, the field is rectangular with 100*50 cells the width contains 50 cells the length contains 100 cells and inlet is along the length. Can anybody help me out?Please Best Regards! |
|
![]() |
![]() |
![]() |
![]() |
#2 |
Senior Member
Sebastian Gatzka
Join Date: Mar 2009
Location: Frankfurt, Germany
Posts: 729
Rep Power: 19 ![]() |
I think
Code:
inlet { type fixedvalue; value nonuniform List<vector> 100 ( (0 0 0) (0 0 1) ... ); }
__________________
Schrödingers wife: "What did you do to the cat? It's half dead!" |
|
![]() |
![]() |
![]() |
![]() |
#3 |
New Member
andrianomena
Join Date: Mar 2009
Location: madagascar
Posts: 23
Rep Power: 16 ![]() |
thanks for the information I will try it.
Best regards |
|
![]() |
![]() |
![]() |
![]() |
#4 |
New Member
Prashant Gupta
Join Date: Mar 2011
Location: Edinburgh
Posts: 29
Rep Power: 14 ![]() |
Hi Guys,
I am stuck same problem. Has anybody tried this snippet inlet { type fixedvalue; value nonuniform List<vector> 100 ( (0 0 0) (0 0 1) ... ); } I could not get it to run, appreciate your help. |
|
![]() |
![]() |
![]() |
![]() |
#5 |
Member
Frederic Collonval
Join Date: Apr 2009
Location: Technische Universitaet Munich - Lehrstuhl fuer Thermodynamik
Posts: 53
Rep Power: 16 ![]() |
Hi Prash,
OpenFOAM is case sensitive. Try Code:
inlet { type fixedValue; value nonuniform List<vector> 100( (0 0 0) ... ); } Best regards, Frederic
__________________
Frederic Collonval Technische Universität München Thermodynamics Dpt. |
|
![]() |
![]() |
![]() |
![]() |
#6 | |
New Member
Qi Li
Join Date: Jun 2014
Posts: 1
Rep Power: 0 ![]() |
Quote:
|
||
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
velocity inlet vs pressure inlet | cheong | FLUENT | 6 | April 9, 2011 03:07 |
Velocity Inlet | Hoshang Garda | FLUENT | 1 | April 19, 2007 01:36 |
Create hemisphere like velocity profile at inlet | Nelson | Main CFD Forum | 3 | July 27, 2005 12:05 |
UDF problem : inlet velocity in cyl. coord. system | Jongdae Kim | FLUENT | 0 | June 15, 2004 11:21 |
what the result is negatif pressure at inlet | chong chee nan | FLUENT | 0 | December 29, 2001 05:13 |