Loading...
Searching...
No Matches
thermocouplesPlane.H
Go to the documentation of this file.
1#ifndef thermocouplesPlane_H
2#define thermocouplesPlane_H
3#define _USE_MATH_DEFINES
4
5#include "ITHACAutilities.H"
6
9{
10 public:
11 double minX;
12 double minZ;
13 double Y;
14 double maxX;
15 double maxZ;
16 List<scalar> Tmeas;
17 List<scalar> Tdirect;
18 List<scalar> Tsens;
19 List<scalar> Tdiff;
20 List<scalar> cellVol;
21 List<int> cellID;
22 List<scalar> thermocoupleX;
23 List<scalar> thermocoupleZ;
24 Foam::vector thermocoupleCellDim;
25};
26#endif
Header file of the ITHACAutilities namespace.
List< scalar > thermocoupleZ
List< scalar > thermocoupleX
Foam::vector thermocoupleCellDim
Class defining a plane for thermocouples measurements interpolation.