C3H6OI.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 | Copyright (C) 2011-2017 OpenFOAM Foundation
6  \\/ M anipulation |
7 -------------------------------------------------------------------------------
8 License
9  This file is part of OpenFOAM.
10 
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
13  the Free Software Foundation, either version 3 of the License, or
14  (at your option) any later version.
15 
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.
20 
21  You should have received a copy of the GNU General Public License
22  along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
23 \*---------------------------------------------------------------------------*/
24 
25 inline Foam::scalar Foam::C3H6O::rho(scalar p, scalar T) const
26 {
27  return rho_.f(p, T);
28 }
29 
30 
31 inline Foam::scalar Foam::C3H6O::pv(scalar p, scalar T) const
32 {
33  return pv_.f(p, T);
34 }
35 
36 
37 inline Foam::scalar Foam::C3H6O::hl(scalar p, scalar T) const
38 {
39  return hl_.f(p, T);
40 }
41 
42 
43 inline Foam::scalar Foam::C3H6O::Cp(scalar p, scalar T) const
44 {
45  return Cp_.f(p, T);
46 }
47 
48 
49 inline Foam::scalar Foam::C3H6O::h(scalar p, scalar T) const
50 {
51  return h_.f(p, T);
52 }
53 
54 
55 inline Foam::scalar Foam::C3H6O::Cpg(scalar p, scalar T) const
56 {
57  return Cpg_.f(p, T);
58 }
59 
60 
61 inline Foam::scalar Foam::C3H6O::B(scalar p, scalar T) const
62 {
63  return B_.f(p, T);
64 }
65 
66 
67 inline Foam::scalar Foam::C3H6O::mu(scalar p, scalar T) const
68 {
69  return mu_.f(p, T);
70 }
71 
72 
73 inline Foam::scalar Foam::C3H6O::mug(scalar p, scalar T) const
74 {
75  return mug_.f(p, T);
76 }
77 
78 
79 inline Foam::scalar Foam::C3H6O::kappa(scalar p, scalar T) const
80 {
81  return kappa_.f(p, T);
82 }
83 
84 
85 inline Foam::scalar Foam::C3H6O::kappag(scalar p, scalar T) const
86 {
87  return kappag_.f(p, T);
88 }
89 
90 
91 inline Foam::scalar Foam::C3H6O::sigma(scalar p, scalar T) const
92 {
93  return sigma_.f(p, T);
94 }
95 
96 
97 inline Foam::scalar Foam::C3H6O::D(scalar p, scalar T) const
98 {
99  return D_.f(p, T);
100 }
101 
102 
103 inline Foam::scalar Foam::C3H6O::D(scalar p, scalar T, scalar Wb) const
104 {
105  return D_.f(p, T, Wb);
106 }
107 
108 
109 // ************************************************************************* //
scalar f(scalar p, scalar T) const
API vapour mass diffusivity function using properties from.
scalar kappa(scalar p, scalar T) const
Liquid thermal conductivity [W/(m K)].
Definition: C3H6OI.H:79
scalar sigma(scalar p, scalar T) const
Surface tension [N/m].
Definition: C3H6OI.H:91
scalar f(scalar, scalar T) const
Evaluate the function and return the result.
Definition: NSRDSfunc4.H:102
scalar B(scalar p, scalar T) const
Second Virial Coefficient [m^3/kg].
Definition: C3H6OI.H:61
scalar D(scalar p, scalar T) const
Vapour diffussivity [m2/s].
Definition: C3H6OI.H:97
scalar kappag(scalar p, scalar T) const
Vapour thermal conductivity [W/(m K)].
Definition: C3H6OI.H:85
scalar f(scalar, scalar T) const
Evaluate the function and return the result.
Definition: NSRDSfunc6.H:103
scalar pv(scalar p, scalar T) const
Vapour pressure [Pa].
Definition: C3H6OI.H:31
scalar Cpg(scalar p, scalar T) const
Ideal gas heat capacity [J/(kg K)].
Definition: C3H6OI.H:55
scalar mu(scalar p, scalar T) const
Liquid viscosity [Pa s].
Definition: C3H6OI.H:67
scalar rho(scalar p, scalar T) const
Liquid density [kg/m^3].
Definition: C3H6OI.H:25
scalar f(scalar, scalar T) const
Evaluate the function and return the result.
Definition: NSRDSfunc7.H:102
scalar f(scalar, scalar T) const
Evaluate the function and return the result.
Definition: NSRDSfunc0.H:103
scalar Cp(scalar p, scalar T) const
Liquid heat capacity [J/(kg K)].
Definition: C3H6OI.H:43
scalar f(scalar, scalar T) const
Evaluate the function and return the result.
Definition: NSRDSfunc5.H:101
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
const volScalarField & T
scalar f(scalar, scalar T) const
Evaluate the function and return the result.
Definition: NSRDSfunc2.H:101
scalar mug(scalar p, scalar T) const
Vapour viscosity [Pa s].
Definition: C3H6OI.H:73
scalar hl(scalar p, scalar T) const
Heat of vapourisation [J/kg].
Definition: C3H6OI.H:37
scalar h(scalar p, scalar T) const
Liquid Enthalpy [J/(kg)].
Definition: C3H6OI.H:49
volScalarField & p
scalar f(scalar, scalar T) const
Evaluate the function and return the result.
Definition: NSRDSfunc1.H:102