Polynomial Properties of Water for OpenFOAM 2.3

Here is a thermophysicalProperties file for OpenFOAM case 2.3.1

FoamFile {
version 2.0;
class dictionary;
object thermophysicalProperties;
format ascii;
}
thermoType {
mixture pureMixture;
specie specie;
equationOfState icoPolynomial;
energy sensibleEnthalpy;
thermo hPolynomial;
type heRhoThermo;
transport polynomial;
}
mixture {
thermodynamics {
Hf -286000.0;
CpCoeffs<8> (12010.1 -80.4 0.31 -0.000538 3.62e-07 0.0 0.0 0.0);
Sf 69.95;
}
specie {
nMoles 1.0;
molWeight 18.0;
}
transport {
kappaCoeffs<8> (-0.869 0.00895 -1.58e-05 7.97e-09 0.0 0.0 0.0 0.0);
muCoeffs<8> (0.0374 -3.093e-4 9.609e-7 -1.32e-9 6.746e-13 0 0.0 0.0);
}
equationOfState {
rhoCoeffs<8> (838.46 1.4 -0.003 3.72e-07 0.0 0.0 0.0 0.0);
}
}

Download file