1 /*---------------------------------------------------------------------------*\
3 \\ / F ield | foam-extend: Open Source CFD
4 \\ / O peration | Version: 3.2
5 \\ / A nd | Web: http://www.foam-extend.org
6 \\/ M anipulation | For copyright notice see file Copyright
7 -------------------------------------------------------------------------------
9 This file is part of foam-extend.
11 foam-extend 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 3 of the License, or (at your
14 option) any later version.
16 foam-extend is distributed in the hope that it will be useful, but
17 WITHOUT ANY WARRANTY; without even the implied warranty of
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 General Public License for more details.
21 You should have received a copy of the GNU General Public License
22 along with foam-extend. If not, see <http://www.gnu.org/licenses/>.
24 \*---------------------------------------------------------------------------*/
26 #include "bC10H7CH3.H"
27 #include "addToRunTimeSelectionTable.H"
29 // * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
33 defineTypeNameAndDebug(bC10H7CH3, 0);
34 addToRunTimeSelectionTable(liquid, bC10H7CH3,);
35 addToRunTimeSelectionTable(liquid, bC10H7CH3, Istream);
38 // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
40 Foam::bC10H7CH3::bC10H7CH3()
56 rho_(67.36014, 0.23843, 761, 0.2559),
57 pv_(134.31, -12103, -16.195, 6.9659e-06, 2),
58 hl_(761.0, 513150.492264416, 0.4044, 0.0, 0.0, 0.0),
59 cp_(811.322081575246, 2.30225035161744, 0.0008628691983122, 0.0, 0.0, 0.0),
69 cpg_(760.126582278481, 2699.08579465542, 1564.1, 1994.51476793249, 727.49),
78 mu_(-63.276, 4219, 7.5549, 0.0, 0.0),
79 mug_(2.1791e-06, 0.3717, 712.53, 0.0),
80 K_(0.1962, -0.00018414, 0.0, 0.0, 0.0, 0.0),
81 Kg_(0.4477, -0.1282, -345.89, 2340100),
82 sigma_(761.0, 0.066442, 1.2634, 0.0, 0.0, 0.0),
83 D_(147.18, 20.1, 142.2, 28) // note: Same as nHeptane
87 Foam::bC10H7CH3::bC10H7CH3
90 const NSRDSfunc5& density,
91 const NSRDSfunc1& vapourPressure,
92 const NSRDSfunc6& heatOfVapourisation,
93 const NSRDSfunc0& heatCapacity,
94 const NSRDSfunc0& enthalpy,
95 const NSRDSfunc7& idealGasHeatCapacity,
96 const NSRDSfunc4& secondVirialCoeff,
97 const NSRDSfunc1& dynamicViscosity,
98 const NSRDSfunc2& vapourDynamicViscosity,
99 const NSRDSfunc0& thermalConductivity,
100 const NSRDSfunc2& vapourThermalConductivity,
101 const NSRDSfunc6& surfaceTension,
102 const APIdiffCoefFunc& vapourDiffussivity
108 hl_(heatOfVapourisation),
111 cpg_(idealGasHeatCapacity),
112 B_(secondVirialCoeff),
113 mu_(dynamicViscosity),
114 mug_(vapourDynamicViscosity),
115 K_(thermalConductivity),
116 Kg_(vapourThermalConductivity),
117 sigma_(surfaceTension),
118 D_(vapourDiffussivity)
122 Foam::bC10H7CH3::bC10H7CH3(Istream& is)
141 // ************************************************************************* //