|
[Sponsors] |
December 21, 2012, 07:48 |
thermophysicalProperties
|
#1 |
Senior Member
Samuele Z
Join Date: Oct 2009
Location: Mozzate - Co - Italy
Posts: 520
Rep Power: 19 |
Dear All,
how about thermophysicalProperties dictionary? How can I modify it if - for instance - I'd like to use water instead of air? Code:
air { specie { nMoles 1; molWeight 28.96; } thermodynamics { Cp 1004.5; Hf 2.544e+06; } transport { mu 1.8e-05; Pr 0.7; } } Samuele |
|
December 26, 2012, 14:40 |
|
#2 | |
Senior Member
|
Quote:
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionLiquidHeater/constant/bottomWater/thermophysicalProperties it is like this Code:
thermoType hRhoThermo<pureMixture<constTransport<specieThermo<hConstThermo<incompressible>>>>>; mixture { specie { nMoles 1; molWeight 18; } equationOfState { rho 1000; } thermodynamics { Cp 4181; Hf 0; } transport { mu 959e-6; Pr 6.62; } } |
||
|
|