|
[Sponsors] |
August 8, 2010, 07:29 |
Parabolic inlet velocity profile
|
#141 |
Senior Member
ata kamyabi
Join Date: Aug 2009
Location: Kerman
Posts: 323
Rep Power: 18 |
Hi
I think you can use groovy boundary condition and transform cylindrical cordinate to cartesian. Good luck Ata |
|
August 9, 2010, 07:08 |
|
#142 | |
Senior Member
Join Date: Dec 2009
Posts: 112
Rep Power: 16 |
Quote:
i postet a while ago(further up somewhere) a "tool" that should be able to do that. Just download and insert your equation...hope it works.. regards |
||
January 21, 2011, 15:08 |
setParabolicInlet.C
|
#143 |
Member
Santiago
Join Date: Dec 2009
Posts: 85
Rep Power: 16 |
Hi. Does anyone have setParabolicInlet.C file previously posted? It is not available any more. If anyone can email it to gascortado@gmail.com I will greately appreciate it. Thanks
|
|
January 22, 2011, 15:01 |
|
#144 |
Senior Member
Niels Gjoel Jacobsen
Join Date: Mar 2009
Location: Copenhagen, Denmark
Posts: 1,903
Rep Power: 37 |
Hi
You would be better off considering the tool swak4foam: http://openfoamwiki.net/index.php/Contrib/swak4Foam Have a nice weekend, Niels |
|
May 2, 2011, 05:44 |
information in parabolic inlet
|
#145 |
New Member
bamba
Join Date: Apr 2011
Posts: 4
Rep Power: 15 |
Good morning evryone!
I 'm new in OpenFoam ,i want set parabolic inlet.I use the version 1.7.0. my geometry is a canal with attach in a tab.I have read in forom but i don't understand. Please some help me to explain the procedure. I try to english but my language is french. |
|
August 25, 2011, 16:38 |
Hi
|
#146 |
Member
|
Hi all, can every one tell me how to define U0=1-exp(-y^2) profile at the inlet BCs?
_____ Rasoul |
|
August 25, 2011, 18:31 |
|
#147 | |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
Or you can do it with groovyBC (now part of the swak4Foam-package). You find info about that either inthe Forum or on the Wiki |
||
August 26, 2011, 03:09 |
|
#148 | |
Member
|
Quote:
tanx for your reply, i have not any information about swak4Foam and not have enough time to study it, would you tell me the simplest way to set this BCs at the inlet? (i used OF.1.5-dev) ________ Rasoul |
||
August 26, 2011, 05:24 |
|
#149 | |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
As you're very short on time: http://tinyurl.com/3fklrwd |
||
August 26, 2011, 13:20 |
|
#150 | |
Member
|
Quote:
i successed to set the Bcs that i mentioned in the last posts by using nonuniform BCs. now i wanna to add osscillation to the inlet after reaching to the steady state. i know how to use oscillating bc, but dont know how to set it be continued from previous issue!!!??? on the other hand i wanna set unsteady BCs so that after a special time that the problem reached to the steady state, apply oscillation at the inlet. whoud you tell me how do it?? tanx __________ Rasoul |
||
August 27, 2011, 04:25 |
|
#151 |
Member
|
can every one tell me how to exert (1-exp(-y^2)+0.5Cos2t) profile at the inlet BCs by groovy BCs?? i did not find any manual for groovyBC so that help me do it, i am very glad if intruduce me any documention a bout it.
_____ Rasoul |
|
August 27, 2011, 12:14 |
|
#152 | |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
(especially points 5&7) |
||
August 27, 2011, 14:10 |
|
#153 |
Member
|
tnx for your attention, you are right!!!
I've done my work with a combination of two other boundary conditions, without use groovyBC ) |
|
August 27, 2011, 23:13 |
|
#154 |
Senior Member
Alberto Passalacqua
Join Date: Mar 2009
Location: Ames, Iowa, United States
Posts: 1,912
Rep Power: 36 |
Ehhh...there are many examples on the download page of GroovyBC, so it's really a question of *reading* before asking.
__________________
Alberto Passalacqua GeekoCFD - A free distribution based on openSUSE 64 bit with CFD tools, including OpenFOAM. Available as in both physical and virtual formats (current status: http://albertopassalacqua.com/?p=1541) OpenQBMM - An open-source implementation of quadrature-based moment methods. To obtain more accurate answers, please specify the version of OpenFOAM you are using. |
|
August 28, 2011, 03:11 |
|
#155 |
Member
|
||
March 22, 2013, 11:00 |
|
#156 |
Senior Member
starter
Join Date: Sep 2012
Posts: 125
Rep Power: 16 |
Hello Håkan
I am going through your tutorial. I am using OpenFoam 2.1. I am a beginner and freshly started learning openFoam. I cannot find parabolicvelocity folder and relevant files in the path. parabolicVelocity/parabolicVelocityFvPatchVectorField.C parabolicVelocity/parabolicVelocityFvPatchVectorField.H Can you please send them at sihaqqi@gmail.com. I shall be very grateful. I have tried to find them on internet but every link is useless. Thanks and Regards |
|
January 2, 2014, 19:17 |
|
#157 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Quote:
|
||
February 6, 2020, 06:13 |
Regarding parabolic velocity profile at inlet
|
#158 |
New Member
SHIVA
Join Date: Feb 2020
Posts: 1
Rep Power: 0 |
Hello!
I am trying to give a parabolic velocity profile at the inlet. I got the default code from Ansys fluent manual, how can I adjust it such as I get a particular velocity at inlet. Initially, I have taken up the code and interpreted and during initialization, I gave the velocity required. Here is the code I used and any suggestions regarding the improvement of the code to get a required velocity?: #include "udf.h" DEFINE_PROFILE(x_velocity,thread,index) { real x[ND_ND]; real y; face_t f; begin_f_loop(f,thread) { F_CENTROID(x,f,thread); y = x[1]; F_PROFILE(f,thread,index) = 20. - y*y/(.0745*.0745)*20.; } end_f_loop(f,thread) } Regards, Shiva |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
UDF Unsteady velocity parabolic profile | Rashad | FLUENT | 3 | October 1, 2018 16:27 |
2D air parabolic velocity profile | ilker | FLUENT | 2 | November 12, 2008 09:43 |
parabolic velocity profile? | bssdyl | FLUENT | 4 | March 22, 2006 12:32 |
problem in 3d parabolic velocity profile | Lokesh | FLUENT | 8 | August 11, 2005 06:36 |
Parabolic temperature Inlet Profile in a tube | majestywzh | FLUENT | 0 | April 9, 2003 07:37 |