
#include "us_hydrosim.h"
Public Member Functions | |
| US_Hydrocomp () | |
Public Attributes | |
| double | s |
| Sedimentation coefficient. More... | |
| double | D |
| Diffusion coefficient. More... | |
| double | f |
| Frictional coefficient. More... | |
| double | f_f0 |
| Frictional ratio f/f0. More... | |
| double | a |
| Major axis of the molecule. More... | |
| double | b |
| Minor axis of the molecule. More... | |
| double | volume |
| Volume of the molecule. More... | |
A class to describe the characteristics of a molecule assuming a particular shape
Definition at line 21 of file us_hydrosim.h.
| US_Hydrosim::US_Hydrocomp::US_Hydrocomp | ( | ) |
Definition at line 8 of file us_hydrosim.cpp.
| double US_Hydrosim::US_Hydrocomp::a |
Major axis of the molecule.
Definition at line 29 of file us_hydrosim.h.
| double US_Hydrosim::US_Hydrocomp::b |
Minor axis of the molecule.
Definition at line 30 of file us_hydrosim.h.
| double US_Hydrosim::US_Hydrocomp::D |
Diffusion coefficient.
Definition at line 26 of file us_hydrosim.h.
| double US_Hydrosim::US_Hydrocomp::f |
Frictional coefficient.
Definition at line 27 of file us_hydrosim.h.
| double US_Hydrosim::US_Hydrocomp::f_f0 |
Frictional ratio f/f0.
Definition at line 28 of file us_hydrosim.h.
| double US_Hydrosim::US_Hydrocomp::s |
Sedimentation coefficient.
Definition at line 25 of file us_hydrosim.h.
| double US_Hydrosim::US_Hydrocomp::volume |
Volume of the molecule.
Definition at line 31 of file us_hydrosim.h.
1.8.3.1-20130324