CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Thermally Coupled Boundary Conditions

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By ment_87

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 24, 2013, 03:25
Default Thermally Coupled Boundary Conditions
  #1
New Member
 
Join Date: Jul 2013
Posts: 3
Rep Power: 12
ment_87 is on a distinguished road
Hello,

I was trying to solve a problem with reaspiration on a simplified train geometry.
Problem: the train has a brake resistor cooling system, which heats the air up. This hot air gets convected towards the next inlet of this cooling system, so this air gets sucked in and heats up the cooling system, which blows out even hotter air and so on and so on...
Now I am trying to couple these two boundaries (brake resistor cooling system inlet and outlet) to know the maximum steady-state temperature of this system.
I am using the steady state, incompressible solver simpleFoam, coupling the energy-equation with a Boussinesq approach -> buoyantBoussinesqSimpleFoam solver
Questions: how to do the coupling of two boundaries with this solver? Is there any option in the pre-processing?
Would this solver be the right choice?

Best regards,
Marc

PS: is this even the right thread? Sorry I am new here... :$
ment_87 is offline   Reply With Quote

Old   July 26, 2013, 05:20
Default
  #2
New Member
 
Stefan Gaerling
Join Date: Dec 2012
Posts: 22
Rep Power: 13
gillimaniac is on a distinguished road
Hey,

If i understand you correctly you would like to set the temperature on the blowers outlet to the temperature it sucks in at his inlet - right?

You can do this by defining the boundary on the blowers outlet in 0/T to:

blower_outlet
{
type outletMappedUniformInlet;
outletPatchName blower_inlet;
value uniform 1; //placeholder
}

This will apply the mean temperature from the patch "blower_inlet" to the patch "blower_outlet".
gillimaniac is offline   Reply With Quote

Old   July 31, 2013, 05:35
Default
  #3
New Member
 
Join Date: Jul 2013
Posts: 3
Rep Power: 12
ment_87 is on a distinguished road
Hey gillimaniac,

thank you for your response! I am actually looking for a thermally coupled inlet. This means that if the air at the inlet is warmer than the ambient temperature, the air at the outlet will also be warmer. This heating up is dependant on a heating load P.

As to say: T_out = T_in + Qdot/(mdot*cp)

Would this be possible?

Regards!
ment_87 is offline   Reply With Quote

Old   August 1, 2013, 01:44
Default
  #4
New Member
 
Stefan Gaerling
Join Date: Dec 2012
Posts: 22
Rep Power: 13
gillimaniac is on a distinguished road
Okay there's the difficulty....

I'm sorry but i think there's no boundary condition like that implemented at the moment and you will have to code it yourself.
At least I don't know about an implemented condition thats doing something like that...
gillimaniac is offline   Reply With Quote

Old   August 1, 2013, 02:16
Default
  #5
New Member
 
Join Date: Jul 2013
Posts: 3
Rep Power: 12
ment_87 is on a distinguished road
oh... that's what i thought!

but thanks anyways! i will keep my eyes open and post any new information i get...
vfl likes this.
ment_87 is offline   Reply With Quote

Old   December 2, 2015, 09:46
Default
  #6
vfl
New Member
 
vfl
Join Date: Oct 2015
Posts: 1
Rep Power: 0
vfl is on a distinguished road
Hello ment_87,

Interesting problem! Did you manage to fix it ?
I'm currently dealing with the same kind of recirculation problem.

Best regards,
vfl is offline   Reply With Quote

Reply

Tags
boundary condition, boussinesqsimplefoam, coupled bc, thermal analysis


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Low Mixing time Problem Mavier CFX 5 April 29, 2013 00:00
Error finding variable "THERMX" sunilpatil CFX 8 April 26, 2013 07:00
inlet boundary conditions newOFuser OpenFOAM 1 January 10, 2013 08:08
Water subcooled boiling Attesz CFX 7 January 5, 2013 03:32
Fluent accuracy and boundary conditions Paolo Lampitella FLUENT 0 June 12, 2008 06:25


All times are GMT -4. The time now is 03:19.