Class defining a plane for thermocouples measurements interpolation. More...
#include <thermocouplesPlane.H>
Public Attributes | |
| double | minX |
| double | minZ |
| double | Y |
| double | maxX |
| double | maxZ |
| List< scalar > | Tmeas |
| List< scalar > | Tdirect |
| List< scalar > | Tsens |
| List< scalar > | Tdiff |
| List< scalar > | cellVol |
| List< int > | cellID |
| List< scalar > | thermocoupleX |
| List< scalar > | thermocoupleZ |
| Foam::vector | thermocoupleCellDim |
Class defining a plane for thermocouples measurements interpolation.
Definition at line 8 of file thermocouplesPlane.H.
| List<int> thermocouplesPlane::cellID |
Definition at line 21 of file thermocouplesPlane.H.
| List<scalar> thermocouplesPlane::cellVol |
Definition at line 20 of file thermocouplesPlane.H.
| double thermocouplesPlane::maxX |
Definition at line 14 of file thermocouplesPlane.H.
| double thermocouplesPlane::maxZ |
Definition at line 15 of file thermocouplesPlane.H.
| double thermocouplesPlane::minX |
Definition at line 11 of file thermocouplesPlane.H.
| double thermocouplesPlane::minZ |
Definition at line 12 of file thermocouplesPlane.H.
| List<scalar> thermocouplesPlane::Tdiff |
Definition at line 19 of file thermocouplesPlane.H.
| List<scalar> thermocouplesPlane::Tdirect |
Definition at line 17 of file thermocouplesPlane.H.
| Foam::vector thermocouplesPlane::thermocoupleCellDim |
Definition at line 24 of file thermocouplesPlane.H.
| List<scalar> thermocouplesPlane::thermocoupleX |
Definition at line 22 of file thermocouplesPlane.H.
| List<scalar> thermocouplesPlane::thermocoupleZ |
Definition at line 23 of file thermocouplesPlane.H.
| List<scalar> thermocouplesPlane::Tmeas |
Definition at line 16 of file thermocouplesPlane.H.
| List<scalar> thermocouplesPlane::Tsens |
Definition at line 18 of file thermocouplesPlane.H.
| double thermocouplesPlane::Y |
Definition at line 13 of file thermocouplesPlane.H.
1.16.1