FoamFile { format ascii; class dictionary; location "constant"; object physicalProperties; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // thermoType { type heRhoThermo; // Energy for a mixture based on density mixture pureMixture; // Fixed composition without reactions specie specie; // Composition of each constituent equationOfState icoTabulated; thermo eIcoTabulated; transport tabulated; energy sensibleInternalEnergy; } mixture // Water at 0.1MPa (1Bar) { specie { molWeight 18.0; // Grams per mole of specie [g/mol] } equationOfState // "icoTabulated": incompressible equation of state using non-uniform // tabulated density vs temperature { rho // Density { values // ( T[K] [kg/m^3] ) ( ( 273 999.8 ) ( 277 1000.0 ) ( 280 999.9 ) ( 300 996.6 ) ( 320 989.4 ) ( 340 979.5 ) ( 360 967.4 ) ( 373 958.6 ) ); } } thermodynamics // "eIcoTabulated": internal energy based thermodynamics package using // non-uniform tabulated data for heat capacity vs temperature { Hf 0; // Heat of formation [J/kg] Sf 0; // Standard entropy [J/kg*K] Cv // Heat capacity at constant volume { values // ( T[K] [J/kg*K] ) ( ( 273 4217 ) ( 280 4200 ) ( 300 4130 ) ( 320 4041 ) ( 340 3941 ) ( 360 3837 ) ( 373 3770 ) ); } } transport // "tabulated": transport properties package using uniformly-spaced tabulated // data for viscosity and thermal conductivity vs pressure and temperature { mu // Dynamic viscosity { values // ( T[K] [kg/m*s] ) ( ( 273 1791e-06 ) ( 280 1434e-06 ) ( 300 854e-06 ) ( 320 577e-06 ) ( 340 422e-06 ) ( 360 326e-06 ) ( 373 283e-06 ) ); } kappa // Thermal conductivity { values // ( T[K] [W/m*K] ) ( ( 273 556e-03 ) ( 280 572e-03 ) ( 300 609e-03 ) ( 320 637e-03 ) ( 340 657e-03 ) ( 360 671e-03 ) ( 373 677e-03 ) ); } } } // ************************************************************************* //