bC10H7CH3I.H
Go to the documentation of this file.
1/*---------------------------------------------------------------------------*\
2 ========= |
3 \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
4 \\ / O peration |
5 \\ / A nd | www.openfoam.com
6 \\/ M anipulation |
7-------------------------------------------------------------------------------
8 Copyright (C) 2011-2017 OpenFOAM Foundation
9-------------------------------------------------------------------------------
10License
11 This file is part of OpenFOAM.
12
13 OpenFOAM is free software: you can redistribute it and/or modify it
14 under the terms of the GNU General Public License as published by
15 the Free Software Foundation, either version 3 of the License, or
16 (at your option) any later version.
17
18 OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
19 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
21 for more details.
22
23 You should have received a copy of the GNU General Public License
24 along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
25
26\*---------------------------------------------------------------------------*/
27
28inline Foam::scalar Foam::bC10H7CH3::rho(scalar p, scalar T) const
29{
30 return rho_.f(p, T);
31}
32
33
34inline Foam::scalar Foam::bC10H7CH3::pv(scalar p, scalar T) const
35{
36 return pv_.f(p, T);
37}
38
39
40inline Foam::scalar Foam::bC10H7CH3::hl(scalar p, scalar T) const
41{
42 return hl_.f(p, T);
43}
44
45
46inline Foam::scalar Foam::bC10H7CH3::Cp(scalar p, scalar T) const
47{
48 return Cp_.f(p, T);
49}
50
51
52inline Foam::scalar Foam::bC10H7CH3::h(scalar p, scalar T) const
53{
54 return h_.f(p, T);
55}
56
57
58inline Foam::scalar Foam::bC10H7CH3::Cpg(scalar p, scalar T) const
59{
60 return Cpg_.f(p, T);
61}
62
63
64inline Foam::scalar Foam::bC10H7CH3::B(scalar p, scalar T) const
65{
66 return B_.f(p, T);
67}
68
69
70inline Foam::scalar Foam::bC10H7CH3::mu(scalar p, scalar T) const
71{
72 return mu_.f(p, T);
73}
74
75
76inline Foam::scalar Foam::bC10H7CH3::mug(scalar p, scalar T) const
77{
78 return mug_.f(p, T);
79}
80
81
82inline Foam::scalar Foam::bC10H7CH3::kappa(scalar p, scalar T) const
83{
84 return kappa_.f(p, T);
85}
86
87
88inline Foam::scalar Foam::bC10H7CH3::kappag(scalar p, scalar T) const
89{
90 return kappag_.f(p, T);
91}
92
93
94inline Foam::scalar Foam::bC10H7CH3::sigma(scalar p, scalar T) const
95{
96 return sigma_.f(p, T);
97}
98
99
100inline Foam::scalar Foam::bC10H7CH3::D(scalar p, scalar T) const
101{
102 return D_.f(p, T);
103}
104
105
106inline Foam::scalar Foam::bC10H7CH3::D(scalar p, scalar T, scalar Wb) const
107{
108 return D_.f(p, T, Wb);
109}
110
111
112// ************************************************************************* //
scalar f(scalar, scalar T) const
Evaluate the function and return the result.
Definition: NSRDSfunc5.H:103
scalar Cpg(scalar p, scalar T) const
Ideal gas heat capacity [J/(kg K)].
Definition: bC10H7CH3I.H:58
scalar sigma(scalar p, scalar T) const
Surface tension [N/m].
Definition: bC10H7CH3I.H:94
scalar mug(scalar p, scalar T) const
Vapour viscosity [Pa s].
Definition: bC10H7CH3I.H:76
scalar pv(scalar p, scalar T) const
Vapour pressure [Pa].
Definition: bC10H7CH3I.H:34
scalar hl(scalar p, scalar T) const
Heat of vapourisation [J/kg].
Definition: bC10H7CH3I.H:40
scalar kappag(scalar p, scalar T) const
Vapour thermal conductivity [W/(m K)].
Definition: bC10H7CH3I.H:88
volScalarField & p
const volScalarField & T
const volScalarField & Cp
Definition: EEqn.H:7
const dimensionedScalar kappa
Coulomb constant: default SI units: [N.m2/C2].
const dimensionedScalar mu
Atomic mass unit.
const dimensionedScalar h
Planck constant.
const dimensionedScalar & D