UltraScan III
List of all members | Classes | Public Member Functions | Public Attributes
US_Hydrosim Class Reference

A class describing the characteristics of a molecule. More...

#include "us_hydrosim.h"

Collaboration diagram for US_Hydrosim:
Collaboration graph
[legend]

Classes

class  US_Hydrocomp
 

Public Member Functions

 US_Hydrosim ()
 
void calculate (double)
 

Public Attributes

double mw
 Molecular weight. More...
 
double density
 Density. More...
 
double viscosity
 Viscosity. More...
 
double vbar
 vbar at temperature More...
 
double temperature
 Temperature for current characteristics. More...
 
double axial_ratio
 Axial ratio of major and minor radii. More...
 
QString analyteGUID
 Analyte GUID related to this structure. More...
 
US_Hydrocomp sphere
 Spherical characteristics. More...
 
US_Hydrocomp prolate
 Prolate Ellipsoid. More...
 
US_Hydrocomp oblate
 Oblate Ellipsoid. More...
 
US_Hydrocomp rod
 Rod characteristics. More...
 

Detailed Description

A class describing the characteristics of a molecule.

Definition at line 14 of file us_hydrosim.h.

Constructor & Destructor Documentation

US_Hydrosim::US_Hydrosim ( )

Definition at line 19 of file us_hydrosim.cpp.

Member Function Documentation

void US_Hydrosim::calculate ( double  temperature)

Calculate characteristics of the molecule

Parameters
temperature- Degress C for the calulation

Definition at line 31 of file us_hydrosim.cpp.

Member Data Documentation

QString US_Hydrosim::analyteGUID

Analyte GUID related to this structure.

Definition at line 40 of file us_hydrosim.h.

double US_Hydrosim::axial_ratio

Axial ratio of major and minor radii.

Definition at line 39 of file us_hydrosim.h.

double US_Hydrosim::density

Density.

Definition at line 35 of file us_hydrosim.h.

double US_Hydrosim::mw

Molecular weight.

Definition at line 34 of file us_hydrosim.h.

US_Hydrocomp US_Hydrosim::oblate

Oblate Ellipsoid.

Definition at line 44 of file us_hydrosim.h.

US_Hydrocomp US_Hydrosim::prolate

Prolate Ellipsoid.

Definition at line 43 of file us_hydrosim.h.

US_Hydrocomp US_Hydrosim::rod

Rod characteristics.

Definition at line 45 of file us_hydrosim.h.

US_Hydrocomp US_Hydrosim::sphere

Spherical characteristics.

Definition at line 42 of file us_hydrosim.h.

double US_Hydrosim::temperature

Temperature for current characteristics.

Definition at line 38 of file us_hydrosim.h.

double US_Hydrosim::vbar

vbar at temperature

Definition at line 37 of file us_hydrosim.h.

double US_Hydrosim::viscosity

Viscosity.

Definition at line 36 of file us_hydrosim.h.


The documentation for this class was generated from the following files: