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

Boundary Condition for wallHEatTransfer without modelling the Fluid

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By Ohlzen-Wendy

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 8, 2015, 09:46
Default Boundary Condition for wallHEatTransfer without modelling the Fluid
  #1
New Member
 
Join Date: Jun 2015
Posts: 12
Rep Power: 10
Ohlzen-Wendy is on a distinguished road
Hi everybody,

I have a Simulation wich I would like to seperate into 2 Sub Simulation and merge them afterwards to Speed up the time.
It is about a heat flow trough a solid material (e.g.) and then a a Transfer to flowing air.

Is it possible to assume in the solid Modell a Heat transfer coefficient [W/m²K] and initialize the Temperatur Field for this solid material without simulationg the fluid?

If I have a fluid I can do this by using something this right?:
type wallHeatTransfer;
Tinf uniform 363;
alphaWall uniform -10;
value uniform 1;

is there a something similar like FluidHeatTransfer with a given Reference Temperature of the fluid?

Best wishes

Andreas
Mehdi04 likes this.
Ohlzen-Wendy is offline   Reply With Quote

Old   July 9, 2015, 07:38
Default
  #2
New Member
 
Join Date: Jun 2015
Posts: 12
Rep Power: 10
Ohlzen-Wendy is on a distinguished road
hi there


I have used the following BC and recived quite good results:

Alu_to_Luft
{
type externalWallHeatFluxTemperature;
kappa solidThermo; -
// q uniform 1000; //heat flux [W/m^2]
Ta uniform 300.0; //ambient temperature [K]
h uniform 25.0; //heat transfer coefficient [W/m^2/K]
thicknessLayers (0.008); //(0.001 0.002 0.003 0.004); //list of thicknesses per layer [m]
kappaLayers (0.024); //(0.024 0.024 0.024 0.024); //list of thermal conductivites per layer [W/m/K]
value uniform 320.0; //initialization temperatur [K]
kappaName none;
Qr none;
relaxation 1;
}
Ohlzen-Wendy is offline   Reply With Quote

Old   July 9, 2015, 11:23
Default
  #3
New Member
 
Andeo
Join Date: Jun 2010
Location: Pune, India
Posts: 12
Rep Power: 15
Anirudh_Deodhar is on a distinguished road
Hi Ohlzen-Wendy

I am trying to use the same BC. However I don't understand the meaning of kappa , solidThermo-fluidThermo etc. kappaName, layers etc inputs that are needed. where can I find information about this? I am very new to OpenFOam. Request you help. Thanks.
Anirudh_Deodhar is offline   Reply With Quote

Old   July 10, 2015, 05:08
Default
  #4
New Member
 
Join Date: Jun 2015
Posts: 12
Rep Power: 10
Ohlzen-Wendy is on a distinguished road
Quote:
Originally Posted by Anirudh_Deodhar View Post
Hi Ohlzen-Wendy

I am trying to use the same BC. However I don't understand the meaning of kappa , solidThermo-fluidThermo etc. kappaName, layers etc inputs that are needed. where can I find information about this? I am very new to OpenFOam. Request you help. Thanks.

hi Anirudh_Deodhar,

if you are using this boundary you have differnet options:
1) you a defining a heat flux (W/m²)
2) you are defining an ambient Temeratur Ta for the fluid and the heat transfer coefficent h. Sometimes given as alpha

The layers are optional.
kappa solidThermo means you are calculating the solid side of the heat transfer. in my case i simulate a solid without modelling the fluid.
if you have a fluid and dont want to modell the solid you have to use fluidThermo.

best wishes

Andreas
Ohlzen-Wendy is offline   Reply With Quote

Old   July 11, 2015, 06:04
Default
  #5
New Member
 
Andeo
Join Date: Jun 2010
Location: Pune, India
Posts: 12
Rep Power: 15
Anirudh_Deodhar is on a distinguished road
Thanks lot Andreas. That was very helpful. Is there any source of learning all such things? Or is it just through forums like these?
-Anirudh
Anirudh_Deodhar is offline   Reply With Quote

Old   July 12, 2015, 09:01
Default
  #6
New Member
 
Join Date: Jun 2015
Posts: 12
Rep Power: 10
Ohlzen-Wendy is on a distinguished road
Hi Anirudh,

I think this forum is a good source for OpenFOAM and google^^

And of course the given tutorials of openFOAM. In some cases they are very helpful

best wishes

Andreas
Ohlzen-Wendy is offline   Reply With Quote

Old   June 18, 2019, 07:33
Default
  #7
New Member
 
vamshi
Join Date: Nov 2018
Posts: 3
Rep Power: 7
vamshinallan is on a distinguished road
In fluidThermo, if we give thermal conductivity of solid as input, and change material as per my requirement, it is not working. the following is the format I used

type externalWallHeatFluxTemperature;
mode coefficient;
Ta constant 330;
h uniform 19;
thicknessLayers ( 0.04 );
kappaLayers ( 50 );
kappaMethod fluidThermo;
value uniform 309;

My question is , Is there any effect of change in thermal conductivity on this boundary condition
vamshinallan is offline   Reply With Quote

Reply


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
sliding mesh problem in CFX Saima CFX 46 September 11, 2021 07:38
several fields modified by single boundary condition schröder OpenFOAM Programming & Development 3 April 21, 2015 05:09
Waterwheel shaped turbine inside a pipe simulation problem mshahed91 CFX 3 January 10, 2015 11:19
Question about heat transfer coefficient setting for CFX Anna Tian CFX 1 June 16, 2013 06:28
External Radiation Boundary Condition (Two sided wall), Grid Interface CFD XUE FLUENT 0 July 8, 2010 06:49


All times are GMT -4. The time now is 17:32.