initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / src / thermophysicalModels / liquids / C16H34 / C16H34I.H
blob66a19bb3d4877ca9511b6102d41f38dc445e103b
1 /*---------------------------------------------------------------------------*\
2   =========                 |
3   \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
4    \\    /   O peration     |
5     \\  /    A nd           | Copyright (C) 1991-2009 OpenCFD Ltd.
6      \\/     M anipulation  |
7 -------------------------------------------------------------------------------
8 License
9     This file is part of OpenFOAM.
11     OpenFOAM is free software; you can redistribute it and/or modify it
12     under the terms of the GNU General Public License as published by the
13     Free Software Foundation; either version 2 of the License, or (at your
14     option) any later version.
16     OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
17     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
18     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
19     for more details.
21     You should have received a copy of the GNU General Public License
22     along with OpenFOAM; if not, write to the Free Software Foundation,
23     Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
25 \*---------------------------------------------------------------------------*/
27 inline Foam::scalar Foam::C16H34::rho(scalar p, scalar T) const
29     return rho_.f(p, T);
33 inline Foam::scalar Foam::C16H34::pv(scalar p, scalar T) const
35     return pv_.f(p, T);
39 inline Foam::scalar Foam::C16H34::hl(scalar p, scalar T) const
41     return hl_.f(p, T);
45 inline Foam::scalar Foam::C16H34::cp(scalar p, scalar T) const
47     return cp_.f(p, T);
51 inline Foam::scalar Foam::C16H34::h(scalar p, scalar T) const
53     return h_.f(p, T);
57 inline Foam::scalar Foam::C16H34::cpg(scalar p, scalar T) const
59     return cpg_.f(p, T);
63 inline Foam::scalar Foam::C16H34::B(scalar p, scalar T) const
65     return B_.f(p, T);
69 inline Foam::scalar Foam::C16H34::mu(scalar p, scalar T) const
71     return mu_.f(p, T);
75 inline Foam::scalar Foam::C16H34::mug(scalar p, scalar T) const
77     return mug_.f(p, T);
81 inline Foam::scalar Foam::C16H34::K(scalar p, scalar T) const
83     return K_.f(p, T);
87 inline Foam::scalar Foam::C16H34::Kg(scalar p, scalar T) const
89     return Kg_.f(p, T);
93 inline Foam::scalar Foam::C16H34::sigma(scalar p, scalar T) const
95     return sigma_.f(p, T);
99 inline Foam::scalar Foam::C16H34::D(scalar p, scalar T) const
101     return D_.f(p, T);
105 // ************************************************************************* //