Ar.C
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 
26 #include "Ar.H"
28 
29 // * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
30 
31 namespace Foam
32 {
34  addToRunTimeSelectionTable(liquidProperties, Ar,);
35  addToRunTimeSelectionTable(liquidProperties, Ar, dictionary);
36 }
37 
38 // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
39 
41 :
43  (
44  39.948,
45  150.86,
46  4.8981e+6,
47  0.07459,
48  0.291,
49  83.78,
50  6.88e+4,
51  87.28,
52  0.0,
53  0.0,
54  1.4138e+4
55  ),
56  rho_(151.922244, 0.286, 150.86, 0.2984),
57  pv_(39.233, -1051.7, -3.5895, 5.0444e-05, 2),
58  hl_(150.86, 218509.061780314, 0.352, 0.0, 0.0, 0.0),
59  Cp_(4562.43116050866, -70.7770101131471, 0.367477721037349, 0.0, 0.0, 0.0),
60  h_
61  (
62  -1460974.49982473,
63  4562.43116050866,
64  -35.3885050565735,
65  0.122492573679116,
66  0.0,
67  0.0
68  ),
69  Cpg_(520.326424351657, 0.0, 0.0, 0.0, 0.0, 0.0),
70  B_
71  (
72  0.000952488234705117,
73  -0.379993992189847,
74  -2022.62941824372,
75  4633523580654.85,
76  -302893761890458.0
77  ),
78  mu_(-8.868, 204.3, -0.3831, -1.3e-22, 10.0),
79  mug_(8.386e-07, 0.6175, 75.377, -432.5),
80  kappa_(0.1819, -0.0003176, -4.11e-06, 0.0, 0.0, 0.0),
81  kappag_(0.0001236, 0.8262, -132.8, 16000),
82  sigma_(150.86, 0.03823, 1.2927, 0.0, 0.0, 0.0),
83  D_(147.18, 20.1, 39.948, 28) // note: Same as nHeptane
84 {}
85 
86 
88 (
89  const liquidProperties& l,
90  const NSRDSfunc5& density,
91  const NSRDSfunc1& vapourPressure,
92  const NSRDSfunc6& heatOfVapourisation,
93  const NSRDSfunc0& heatCapacity,
94  const NSRDSfunc0& enthalpy,
95  const NSRDSfunc0& 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
103 )
104 :
105  liquidProperties(l),
106  rho_(density),
107  pv_(vapourPressure),
108  hl_(heatOfVapourisation),
109  Cp_(heatCapacity),
110  h_(enthalpy),
111  Cpg_(idealGasHeatCapacity),
112  B_(secondVirialCoeff),
113  mu_(dynamicViscosity),
114  mug_(vapourDynamicViscosity),
115  kappa_(thermalConductivity),
116  kappag_(vapourThermalConductivity),
117  sigma_(surfaceTension),
118  D_(vapourDiffussivity)
119 {}
120 
121 
123 :
124  Ar()
125 {
126  readIfPresent(*this, dict);
127 }
128 
129 
130 // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
131 
133 {
134  liquidProperties::writeData(*this, os);
135 }
136 
137 
138 // * * * * * * * * * * * * * * * Ostream Operator * * * * * * * * * * * * * //
139 
141 {
142  l.writeData(os);
143  return os;
144 }
145 
146 
147 // ************************************************************************* //
dictionary dict
const double e
Elementary charge.
Definition: doubleFloat.H:78
A list of keyword definitions, which are a keyword followed by any number of values (e...
Definition: dictionary.H:137
NSRDS function number 102.
Definition: NSRDSfunc2.H:67
void readIfPresent(const dictionary &dict)
Read and set the properties present it the given dictionary.
Ar()
Construct null.
Definition: Ar.C:40
NSRDS function number 104.
Definition: NSRDSfunc4.H:67
friend class liquidProperties
Definition: Ar.H:81
Macros for easy insertion into run-time selection tables.
void writeData(Ostream &os) const
Write the function coefficients.
Definition: Ar.C:132
Liquid Ar.
Definition: Ar.H:58
The thermophysical properties of a liquid.
NSRDS function number 105.
Definition: NSRDSfunc5.H:67
An Ostream is an abstract base class for all output systems (streams, files, token lists...
Definition: Ostream.H:53
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
NSRDS function number 100.
Definition: NSRDSfunc0.H:67
NSRDS function number 106.
Definition: NSRDSfunc6.H:67
virtual void writeData(Ostream &os) const =0
Write the function coefficients.
Ostream & operator<<(Ostream &, const ensightPart &)
API function for vapour mass diffusivity.
NSRDS function number 101.
Definition: NSRDSfunc1.H:67
Namespace for OpenFOAM.