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

thermal diffusivity

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 12, 2011, 09:21
Default thermal diffusivity
  #1
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
Hi all,

i 've implemented the temperaturfield and a temperature dependen saturation pressure on the interPhaseChangeFoam.

In the icoFoam tutorial in which the temperature is implemented there is a factor DT = 0,002

I ve read that DT = k / cp * rho.

if i wanna simulat water (20°C) i ve to change that DT to 1,4e-7
is that correct?

I am not sure couse in the calmers report there is DT added with the value of 0,002 and water is the fluid ? ! ?

Tobi
Tobi is offline   Reply With Quote

Old   December 13, 2011, 03:36
Default
  #2
Senior Member
 
akidess's Avatar
 
Anton Kidess
Join Date: May 2009
Location: Germany
Posts: 1,377
Rep Power: 29
akidess will become famous soon enough
Yes, that's correct, the thermal diffusivity of water is roughly 1.4e-7 m2/s.
__________________
*On twitter @akidTwit
*Spend as much time formulating your questions as you expect people to spend on their answer.
akidess is offline   Reply With Quote

Old   December 13, 2011, 05:03
Question
  #3
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
hey akidess,

thx for you answer.

In my case i vaporize water with a new myInterPhaseChangeFoam solver.

I added a temperatur dependen pSat and implemented the temperature field with the code:

Code:
{
fvScalarMatrix TEqn
(
fvm::ddt(T)
+ fvm::div(phi, T)
- fvm::laplacian(DT, T)
);
TEqn.solve();
}
Like the studentreport down in that link http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2011/

is that correct?

Couse if i set the DT from 0,002 to 1,4e-7 i get a better thermal flux in the fluid ??

I thought that the temperature flux is worser with 1,4e-7 than with 0,002 ?

Is that correct? Hope you understand what i am meaning.
Tobi is offline   Reply With Quote

Old   December 13, 2011, 07:02
Default
  #4
Senior Member
 
akidess's Avatar
 
Anton Kidess
Join Date: May 2009
Location: Germany
Posts: 1,377
Rep Power: 29
akidess will become famous soon enough
Which student report? Provide a better link, so that I don't have to sift through the entire site.

What do you mean with a better thermal flux? Either it is physical, or it is not. Also, how can you neglect the release of latent heat in your phase change solver?
__________________
*On twitter @akidTwit
*Spend as much time formulating your questions as you expect people to spend on their answer.
akidess is offline   Reply With Quote

Old   December 13, 2011, 10:00
Default
  #5
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
Quote:
Originally Posted by akidess View Post
Which student report? Provide a better link, so that I don't have to sift through the entire site.

What do you mean with a better thermal flux? Either it is physical, or it is not. Also, how can you neglect the release of latent heat in your phase change solver?


Hi, sorry for the link. Here is the student report http://www.tfd.chalmers.se/~hani/kur...ChangeFoam.pdf

I `ll place 2 videos today or tomorrow with the explanation of my problem.
thanks in advance.

Tobi
Tobi 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
Turbulent thermal diffusivity vitor OpenFOAM Running, Solving & CFD 2 August 22, 2010 15:43
Molecular diffusivity & Thermal conduct. = KINETIC Kenji Siemens 2 March 19, 2008 18:40
Anistropic thermal conduction in Fluent 6.2 Bharath FLUENT 0 November 23, 2006 21:07
UDF of interfacial thermal diffusivity galary FLUENT 1 May 24, 2006 10:10
Info: Short Course On Thermal Design of Electronic Equipment Arnold Free Main CFD Forum 0 August 10, 1999 10:18


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