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

thermophysicalProperties

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 7, 2010, 07:50
Default thermophysicalProperties
  #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 'm working with chtMultiRegionSimpleFoam and want to implement new thermophysicalProperties.

Thats the code i used until now
Code:
thermoType hRhoThermo<pureMixture<constTransport<specieThermo<hConstThermo<incompressible>>>>>;
mixture         water 1 18 1000 4181 0 959e-6 6.62;

and now i want to use that one to make cp / rho temperature dependend

Code:
// thermoType hRhoThermo<pureMixture<icoPoly3ThermoPhysics>>;
// mixture
//     water 1 18
//     rhoPolynomial (1000 0 0)
//     0
//     0
//     CpPolynomial (4181 0 0)
//     muPolynomial (959e-6 0 0)
//     kappaPolynomial (145e-6 0 0)
But i can' t find anything about how to use it. And which entry i have to change.
Read in the UserGuide about icoPoly4ThermoPhysics - but there is nothing.

Using OF-1.7.x and the code is in the multiRegionLiquid case.

and what 's kappa ? I compare all values with my table of water and think that

mu is the dynamic viscosity - rho and cp is clear but what 's kappa


did someone know how to use this ?

Best reguards Tobi
Tobi is offline   Reply With Quote

Old   December 9, 2010, 08:31
Default
  #2
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
No idea or answers?
Tobi is offline   Reply With Quote

Old   December 9, 2010, 10:21
Default
  #3
Senior Member
 
Christian Lucas
Join Date: Aug 2009
Location: Braunschweig, Germany
Posts: 202
Rep Power: 17
Chris Lucas is on a distinguished road
Hi

this is a guess; to be sure have a look at the code.

kappa is called isothermal compressibility coefficient and is defined as -1/v * (dv/dp)@T=constant, where v is the spec. volume. Have a look at a thermodynamics book e.g. “Thermodynamik kompakt” page 53 (sorry for the german reference )

Kappa is needed to calculate psi

Regards,
Christian
Chris Lucas 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



All times are GMT -4. The time now is 08:29.