MoDeNa  1.0
Software framework facilitating sequential multi-scale modelling
thermalFields.H
Go to the documentation of this file.
1 
6 volScalarField thermalConductivity
8 (
9  IOobject
10  (
11  "thermalConductivity",
12  runTime.timeName(),
13  mesh,
14  IOobject::READ_IF_PRESENT,
15  IOobject::AUTO_WRITE
16  ),
17  mesh,
18  dimensionedScalar("thermalConductivity", dimensionSet(0, 2, -1, 0, 0, 0, 0), 0.024)
19  );
20 
21 Switch thermalConductivitySurrogateSwitch
22  (
23  kineticsProperties.lookup("thermalConductivitySurrogateSwitch")
24  );
25 
26 volScalarField::Internal XNCOSource
27 (
28  IOobject
29  (
30  "XNCOSource",
31  runTime.timeName(),
32  mesh
33  ),
34  mesh,
35  dimensionedScalar("XNCOSource", dimensionSet(1,-3,-1,0,0,0,0), 0.0)
36 );
37 
38 volScalarField thermalDiff_foam
39 (
40  IOobject
41  (
42  "thermalDiff_foam",
43  runTime.timeName(),
44  mesh,
45  IOobject::READ_IF_PRESENT,
46  IOobject::AUTO_WRITE
47  ),
48  mesh,
49  dimensionedScalar("thermalDiff_foam", dimensionSet(0, 2, -1, 0, 0, 0, 0), 4e-5)
50 );
51 volScalarField thermalDiffusivity
52 (
53  IOobject
54  (
55  "thermalDiffusivity",
56  runTime.timeName(),
57  mesh,
58  IOobject::READ_IF_PRESENT,
59  IOobject::AUTO_WRITE
60  ),
61  mesh,
62  dimensionedScalar("thermalDiffusivity", dimensionSet(0, 2, -1, 0, 0, 0, 0), 4e-5)
63 );
64 dimensionedScalar kappadim
65 (
66  "kappadim",
67  dimensionSet (1, 1, -3, -1, 0, 0, 0),
68  1
69 );
70 dimensionedScalar cpAir
71 (
72  "cpAir",
73  dimensionSet (0, 2, -2, -1, 0, 0, 0),
74  4186
75 );
76 
77 volScalarField thermalDiff_gas
78 (
79  IOobject
80  (
81  "thermalDiff_gas",
82  runTime.timeName(),
83  mesh,
84  IOobject::READ_IF_PRESENT,
85  IOobject::AUTO_WRITE
86  ),
87  mesh,
88  dimensionedScalar("thermalDiff_gas", dimensionSet(0, 2, -1, 0, 0, 0, 0), 1e-1)
89 );
90 ///@endcond