A scan entry. More...
#include "us_astfem_math.h"
Public Attributes | |
double | time |
Time of the scan. More... | |
double | omega_s_t |
Omega^2 t. More... | |
double | temperature |
Temperature at the time of the scan. More... | |
double | rpm |
Rotor speed. More... | |
QVector< double > | conc |
List of concentration values. More... | |
A scan entry.
Definition at line 285 of file us_astfem_math.h.
QVector< double > US_AstfemMath::MfemScan::conc |
List of concentration values.
Definition at line 292 of file us_astfem_math.h.
double US_AstfemMath::MfemScan::omega_s_t |
Omega^2 t.
Definition at line 289 of file us_astfem_math.h.
double US_AstfemMath::MfemScan::rpm |
Rotor speed.
Definition at line 291 of file us_astfem_math.h.
double US_AstfemMath::MfemScan::temperature |
Temperature at the time of the scan.
Definition at line 290 of file us_astfem_math.h.
double US_AstfemMath::MfemScan::time |
Time of the scan.
Definition at line 288 of file us_astfem_math.h.