|
[Sponsors] |
November 20, 2013, 08:43 |
Thermophysical Property Units
|
#1 |
New Member
Johan Zietsman
Join Date: Aug 2013
Posts: 1
Rep Power: 0 |
I am using OpenFOAM 2.2.0.
I am busy using the chtMultiRegionFoam solver to configure a heat transfer case that involves multiple materials. When I started editing the thermophysicalProperties files, I found it very hard to determine what the units of the properties were. I am referring to the following content of the file: mixture { specie { nMoles 1; molWeight 63.546; // molar weight, [kg/kmol] } transport { kappa 401; // thermal conductivity, [W/(m.K)] } thermodynamics { Hf 0; // ??? enthalpy of formation, [J/kmol] Cp 24449; // heat capacity at constant pressure, [J/(kmol K)], ref. FactSage FactPS database } equationOfState { rho 8960; // density, [kg/m^3] } } I delved into the header files to find comments where the units were documented. These parameters are implemented with the scalar data type, and not a dimensionedScalar data type. This makes me a bit worried. Is there a specific method in that I can use to determine the units of quantities such as those above, or are the units implicitly implemented in the code with comments documenting the choice of units? Was the implementation of units on thermophysical properties changed in version 2.2.0 to eliminate the units? If so, what is the reason for this. Thanks for the help. Johan |
|
January 21, 2014, 06:01 |
|
#2 | ||
Senior Member
Joachim Herb
Join Date: Sep 2010
Posts: 650
Rep Power: 22 |
Quote:
In the bug report http://www.openfoam.org/mantisbt/view.php?id=1008#c2487 it is explained that: Quote:
The same seems to apply to Hf (so also given as J/kg in thermophysicalProperties) |
|||
December 16, 2018, 11:08 |
|
#3 | |
Senior Member
Deep
Join Date: Oct 2017
Posts: 180
Rep Power: 9 |
Quote:
If, according to this, Hf is in J/kg, for water the value should be approximately 3.33e5 (J/kg). Following is an excerpt from the thermophysicalProperties directory of bubbleColumnEvaporator tutorial. Code:
thermodynamics { Hf -1.5879e+07; Cp 4195; } (A quick way to compare different ways in which Hf is defined in all tutorials: Code:
find <tutorial path> -name thermoPhysicalProperties | xargs grep -rn "Hf " |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Thermophysical properties for natural convection | Ciefdi | OpenFOAM Running, Solving & CFD | 0 | November 7, 2013 12:44 |
units in OpenFOAM | megacrout | OpenFOAM | 4 | July 19, 2011 09:04 |
units of geometrical parameters lost | SoobY | ANSYS Meshing & Geometry | 2 | January 10, 2011 04:58 |
Variable thermophysical property for incompressible flow | JinBiao | OpenFOAM Running, Solving & CFD | 4 | September 1, 2010 09:11 |
To dimensionalize or not to dimensionalize !! | tolani owosina | Main CFD Forum | 8 | November 13, 1999 14:45 |