|
[Sponsors] |
November 17, 2008, 11:49 |
Imposing a heat flux on a surf
|
#21 |
Member
Pattyn Eric
Join Date: Mar 2009
Posts: 61
Rep Power: 17 |
Imposing a heat flux on a surface is equivalent to impose the normal temperature gradient. (q=dT/dn)
Example: wall{ type fixedGradient; gradient 2; } |
|
November 17, 2008, 16:06 |
Hi,
there is a bc on the wi
|
#22 |
Senior Member
Fabian Braennstroem
Join Date: Mar 2009
Posts: 407
Rep Power: 19 |
||
November 18, 2008, 04:34 |
Hello Eric,
-> FOAM Warning :
|
#23 |
Guest
Posts: n/a
|
Hello Eric,
-> FOAM Warning : From function Field<type>::Field(const word& keyword, const dictionary& dict, const label s) in file /home/rkahraman/OpenFOAM/OpenFOAM-1.5/src/OpenFOAM/lnInclude/Field.C at line 252 Reading "/home/rkahraman/OpenFOAM/rkahraman-1.5/run/tutorials/my_icoFoam/tube_1/0/T::fix edWalls" from line 25 to line 26 expected keyword 'uniform' or 'nonuniform', assuming deprecated Field format from Foam version 2.0. keyword outlet is undefined in dictionary "/home/rkahraman/OpenFOAM/rkahraman-1.5/run/tutorials/my_icoFoam/tube_1/0/T::bou ndaryField" file: /home/rkahraman/OpenFOAM/rkahraman-1.5/run/tutorials/my_icoFoam/tube_1/0/T::boun daryField from line 25 to line 39. From function dictionary::subDict(const word& keyword) const in file db/dictionary/dictionary.C at line 271. FOAM exiting I have put the BC like your example but it gives me that message... |
|
November 18, 2008, 04:47 |
hi to all
someone could hel
|
#24 |
Guest
Posts: n/a
|
hi to all
someone could help me to how to use that fixedGradient BC? Best regards Emo |
|
November 19, 2008, 08:08 |
Emo: Read the error message. Y
|
#25 |
Member
Ville Tossavainen
Join Date: Mar 2009
Posts: 60
Rep Power: 17 |
Emo: Read the error message. You need to add word "uniform" after "gradient" and before the uniform value.
|
|
December 5, 2008, 14:08 |
Hi All,
I am new to Openfoa
|
#26 |
Senior Member
Vishal Nandigana
Join Date: Mar 2009
Location: Champaign, Illinois, U.S.A
Posts: 208
Rep Power: 18 |
Hi All,
I am new to Openfoam. I have a case where I need to set B.cs given by the equation -D1*dC1/dn - K1*C1*dPhi/dn = 0 where n is the normal direction. I am solving a 2d system hence I want to set the flux in the y direction as zero. i.e -D1*dC1/dy - K1*C1*dPhi/dy = 0 where C1 and Phi are my variables. I am solving coupled equations. I hope i will get some response. Can anyone suggest how exactly I have to go about incorporating this boundary condition. Kindly do the needful. Thanks Regards Vishal |
|
February 25, 2010, 04:38 |
fixed wall heat flux BC
|
#27 |
New Member
Join Date: May 2009
Posts: 21
Rep Power: 17 |
Hi,
are there any news or hints how to impose a boundary condition of fixed heat flux to walls in OF 1.6? Thanks!!!!!!! |
|
March 5, 2010, 20:33 |
Fast and Dirty Boundary Condition
|
#28 |
New Member
Vitor Geraldes
Join Date: Dec 2009
Location: Lisbon, Portugal
Posts: 26
Rep Power: 16 |
One simple way to implement a mixed/Robin boundary condition consists in adding a source term to the scalar transport equation that is zero everywere, except in the control volumes adjacent do the selected patch. This is not a clean approach, but it works quite well.
|
|
March 21, 2011, 03:11 |
|
#29 | |
New Member
NieYongguang
Join Date: Sep 2010
Posts: 27
Rep Power: 16 |
Quote:
|
||
March 21, 2011, 07:22 |
groovyBC.
|
#30 |
New Member
Vitor Geraldes
Join Date: Dec 2009
Location: Lisbon, Portugal
Posts: 26
Rep Power: 16 |
The best way to deal with this problem is to use the boundary-condition groovyBC. I have tried it in this type of BC and it works quite well. ( please see http://openfoamwiki.net/index.php/Contrib_groovyBC)
|
|
April 12, 2013, 17:55 |
|
#31 | |
Member
George Pichurov
Join Date: Jul 2010
Posts: 52
Rep Power: 16 |
Quote:
|
||
December 31, 2013, 06:35 |
|
#32 | |
Member
Peter
Join Date: Nov 2011
Posts: 46
Rep Power: 15 |
try something like this:
Quote:
|
||
August 29, 2017, 19:36 |
|
#33 |
New Member
Annonymouse
Join Date: Jul 2017
Posts: 5
Rep Power: 9 |
Hi, Did you ever get a response for this? I realize this is coming pretty late
|
|
December 21, 2020, 06:59 |
|
#34 |
New Member
Tushar Survase
Join Date: Nov 2020
Posts: 7
Rep Power: 6 |
Use externalWallHeatFluxTemperature in file T of 0 folder.
<patchName> { type externalWallHeatFluxTemperature; mode coefficient; Ta constant 300.0; h constant 10.0; thicknessLayers (0.1 0.2 0.3 0.4); kappaLayers (1 2 3 4); kappaMethod fluidThermo; value $internalField; } This is for convective heat transfer. Conductive heat transfer example is described below wall { type externalWallHeatFluxTemperature; mode flux; q uniform 1000; kappaMethod fluidThermo; value uniform 300.0; } I am using OF-v2006 version. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
ask a question about Fixed Flux Boundary Condition | mahe | Phoenics | 1 | July 15, 2008 05:21 |
match uds boundary condition in wall & wall-shadow | pour | FLUENT | 0 | May 20, 2008 09:56 |
Wall boundary condition – UDF | Ssn | FLUENT | 0 | January 25, 2008 04:43 |
wall boundary condition | woytex | Main CFD Forum | 1 | August 19, 2004 08:11 |
Wall boundary condition | Enda Bigarelli | Main CFD Forum | 1 | March 15, 2002 00:13 |