A data set comprised of scans from one sample taken at constant speed. More...
#include "us_astfem_math.h"
Public Attributes | |
QString | id |
Description of this dataset. More... | |
int | cell |
Cell position in rotor. More... | |
int | channel |
Channel number from centerpiece. More... | |
double | wavelength |
Single wavelength at which data was acquired (for UV/Vis) More... | |
double | rpm |
Constant rotor speed. More... | |
double | s20w_correction |
double | D20w_correction |
double | viscosity |
viscosity of solvent More... | |
double | density |
density of solvent More... | |
double | vbar |
temperature corrected vbar More... | |
double | avg_temperature |
average temperature of all scans More... | |
double | vbar20 |
vbar at 20C More... | |
double | meniscus |
radial position of meniscus More... | |
double | bottom |
QVector< double > | radius |
radial gridpoints More... | |
QVector< MfemScan > | scan |
list of scan data More... | |
A data set comprised of scans from one sample taken at constant speed.
Definition at line 297 of file us_astfem_math.h.
double US_AstfemMath::MfemData::avg_temperature |
average temperature of all scans
Definition at line 342 of file us_astfem_math.h.
double US_AstfemMath::MfemData::bottom |
int US_AstfemMath::MfemData::cell |
Cell position in rotor.
Definition at line 301 of file us_astfem_math.h.
int US_AstfemMath::MfemData::channel |
Channel number from centerpiece.
Definition at line 302 of file us_astfem_math.h.
double US_AstfemMath::MfemData::D20w_correction |
The number with which a D20,w value needs to be multiplied to get the s value in experimental space
Definition at line 338 of file us_astfem_math.h.
double US_AstfemMath::MfemData::density |
density of solvent
Definition at line 340 of file us_astfem_math.h.
QString US_AstfemMath::MfemData::id |
Description of this dataset.
Definition at line 300 of file us_astfem_math.h.
double US_AstfemMath::MfemData::meniscus |
radial position of meniscus
Definition at line 344 of file us_astfem_math.h.
QVector< double> US_AstfemMath::MfemData::radius |
radial gridpoints
Definition at line 347 of file us_astfem_math.h.
double US_AstfemMath::MfemData::rpm |
Constant rotor speed.
Definition at line 306 of file us_astfem_math.h.
double US_AstfemMath::MfemData::s20w_correction |
The number with which a s20,w value needs to be multiplied to get the s value in experimental space
Definition at line 331 of file us_astfem_math.h.
QVector< MfemScan > US_AstfemMath::MfemData::scan |
list of scan data
Definition at line 348 of file us_astfem_math.h.
double US_AstfemMath::MfemData::vbar |
temperature corrected vbar
Definition at line 341 of file us_astfem_math.h.
double US_AstfemMath::MfemData::vbar20 |
vbar at 20C
Definition at line 343 of file us_astfem_math.h.
double US_AstfemMath::MfemData::viscosity |
viscosity of solvent
Definition at line 339 of file us_astfem_math.h.
double US_AstfemMath::MfemData::wavelength |
Single wavelength at which data was acquired (for UV/Vis)
Definition at line 305 of file us_astfem_math.h.