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

Heat Flux boundary condition for multiphase problem

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 31, 2020, 05:09
Default Heat Flux boundary condition for multiphase problem
  #1
New Member
 
Bibin K.S
Join Date: Oct 2014
Posts: 19
Rep Power: 11
bibin.sme is on a distinguished road
Deart All,

How can I define the wall heat flux boundary condition for mutliphase flows.

For single phase flow we used to define this in "T" file in "0" folder for a particular patch as ( dT/dn = q/kf )

In the similar way if i wants to define for multiphase flow ie as ( dT/dn = q/keff) . where "keff" is a scalar filed and is a function of alpha as keff=alpha*kl +(1-alpha) * kv)

How can I do this? Can anyone suggest a solution for this problem?

Thanks & Regards,
Bibin
bibin.sme is offline   Reply With Quote

Old   January 31, 2020, 05:35
Default
  #2
Member
 
...
Join Date: May 2018
Posts: 37
Rep Power: 7
regard is on a distinguished road
hi
i use groovy bc for heat flux in the wall
i hope this code can help you
Quote:
type groovyBC;
valueExpression "327.15";
gradientExpression "q/(K1*alpha1+K2*(1.0-alpha1))";
fractionExpression "0";
variables "q=20000;K1=0.06;K2=0.03;";
timelines ();
value uniform 327.15;
regard is offline   Reply With Quote

Old   January 31, 2020, 10:29
Default
  #3
New Member
 
Bibin K.S
Join Date: Oct 2014
Posts: 19
Rep Power: 11
bibin.sme is on a distinguished road
Thank you.... its working
bibin.sme is offline   Reply With Quote

Old   January 31, 2020, 22:55
Default
  #4
New Member
 
Bibin K.S
Join Date: Oct 2014
Posts: 19
Rep Power: 11
bibin.sme is on a distinguished road
Aslo can u please tell whether it changes at all timesteps or for the first timestep..?? As alpha1 is a function of time...

Thanks &
Regards
Bibin
bibin.sme is offline   Reply With Quote

Old   February 2, 2020, 06:11
Default
  #5
Member
 
...
Join Date: May 2018
Posts: 37
Rep Power: 7
regard is on a distinguished road
yes
it changes
regard is offline   Reply With Quote

Old   February 2, 2020, 12:05
Default
  #6
New Member
 
Bibin K.S
Join Date: Oct 2014
Posts: 19
Rep Power: 11
bibin.sme is on a distinguished road
Thank you so muchh...

Can I ask a quick logical question. Can we model boiling with simple Lee model (Below) without modelling the nucleation site etc..

m ̇ = rc* (1 − alphal)*ρv *(T − T sat)/Tsat for condensation T < T sat
m ̇ = re* alphal*ρl *(T sat− T)/Tsat for evaporation T > T sat

could you please share your thoughts.. any informations or doc??

Regards,
Bibin
bibin.sme is offline   Reply With Quote

Old   February 2, 2020, 12:57
Default
  #7
Member
 
...
Join Date: May 2018
Posts: 37
Rep Power: 7
regard is on a distinguished road
you can see the phasechangeheatfoam solver in the following link
click here

in this solver lee model is exist
regard is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
CFD analaysis of Pelton turbine amodpanthee CFX 31 April 19, 2018 18:02
Constant heat flux boundary condition mahdialloush OpenFOAM Running, Solving & CFD 1 April 14, 2017 17:46
Problem with Turbulent Heat Flux Temperature boundary condition Manuel CFD OpenFOAM Running, Solving & CFD 11 March 17, 2016 15:12
Constant Heat Flux Boundary Condition NightWing FLUENT 0 February 26, 2016 05:43
Question about heat transfer coefficient setting for CFX Anna Tian CFX 1 June 16, 2013 06:28


All times are GMT -4. The time now is 00:55.