ITHACA-FV
2026.04
Loading...
Searching...
No Matches
src
ITHACA_FOMPROBLEMS
inverseLaplacianProblem_CG
thermocouplesPlane.H
1
#ifndef thermocouplesPlane_H
2
#define thermocouplesPlane_H
3
#define _USE_MATH_DEFINES
4
5
#include "
ITHACAutilities.H
"
6
8
class
thermocouplesPlane
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
27
#endif
ITHACAutilities.H
Header file of the ITHACAutilities namespace.
thermocouplesPlane
Class defining a plane for thermocouples measurements interpolation.
Definition
thermocouplesPlane.H:9
Generated by
1.16.1