ITHACA-FV
2023.1
Loading...
Searching...
No Matches
src
ITHACA_FOMPROBLEMS
inverseLaplacianProblem_CG
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
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
#endif
ITHACAutilities.H
Header file of the ITHACAutilities namespace.
thermocouplesPlane::minX
double minX
Definition
thermocouplesPlane.H:11
thermocouplesPlane::thermocoupleZ
List< scalar > thermocoupleZ
Definition
thermocouplesPlane.H:23
thermocouplesPlane::Tdirect
List< scalar > Tdirect
Definition
thermocouplesPlane.H:17
thermocouplesPlane::Tsens
List< scalar > Tsens
Definition
thermocouplesPlane.H:18
thermocouplesPlane::thermocoupleX
List< scalar > thermocoupleX
Definition
thermocouplesPlane.H:22
thermocouplesPlane::Tmeas
List< scalar > Tmeas
Definition
thermocouplesPlane.H:16
thermocouplesPlane::minZ
double minZ
Definition
thermocouplesPlane.H:12
thermocouplesPlane::thermocoupleCellDim
Foam::vector thermocoupleCellDim
Definition
thermocouplesPlane.H:24
thermocouplesPlane::Y
double Y
Definition
thermocouplesPlane.H:13
thermocouplesPlane::cellID
List< int > cellID
Definition
thermocouplesPlane.H:21
thermocouplesPlane::Tdiff
List< scalar > Tdiff
Definition
thermocouplesPlane.H:19
thermocouplesPlane::maxX
double maxX
Definition
thermocouplesPlane.H:14
thermocouplesPlane::maxZ
double maxZ
Definition
thermocouplesPlane.H:15
thermocouplesPlane::cellVol
List< scalar > cellVol
Definition
thermocouplesPlane.H:20
thermocouplesPlane
Class defining a plane for thermocouples measurements interpolation.
Definition
thermocouplesPlane.H:9
Generated by
1.11.0