A structure used for holding solution data. More...
#include "us_math2.h"
Public Attributes | |
double | density |
density More... | |
double | viscosity |
viscosity More... | |
double | vbar |
partial specific volume More... | |
double | vbar20 |
partial specific volume at 20 deg. More... | |
double | density_wt |
density wt - output More... | |
double | density_tb |
density tb - output More... | |
double | viscosity_wt |
viscosity wt - output More... | |
double | viscosity_tb |
viscosity tb - output More... | |
double | buoyancyb |
buoyancy b - output More... | |
double | buoyancyw |
buoyancy w - output More... | |
double | s20w_correction |
s correction - output More... | |
double | D20w_correction |
D correction - output. More... | |
bool | manual |
manual/unadjusted dens.,visc. More... | |
A structure used for holding solution data.
Definition at line 70 of file us_math2.h.
double US_Math2::SolutionData::buoyancyb |
buoyancy b - output
Definition at line 81 of file us_math2.h.
double US_Math2::SolutionData::buoyancyw |
buoyancy w - output
Definition at line 82 of file us_math2.h.
double US_Math2::SolutionData::D20w_correction |
D correction - output.
Definition at line 84 of file us_math2.h.
double US_Math2::SolutionData::density |
density
Definition at line 73 of file us_math2.h.
double US_Math2::SolutionData::density_tb |
density tb - output
Definition at line 78 of file us_math2.h.
double US_Math2::SolutionData::density_wt |
density wt - output
Definition at line 77 of file us_math2.h.
bool US_Math2::SolutionData::manual |
manual/unadjusted dens.,visc.
Definition at line 85 of file us_math2.h.
double US_Math2::SolutionData::s20w_correction |
s correction - output
Definition at line 83 of file us_math2.h.
double US_Math2::SolutionData::vbar |
partial specific volume
Definition at line 75 of file us_math2.h.
double US_Math2::SolutionData::vbar20 |
partial specific volume at 20 deg.
Definition at line 76 of file us_math2.h.
double US_Math2::SolutionData::viscosity |
viscosity
Definition at line 74 of file us_math2.h.
double US_Math2::SolutionData::viscosity_tb |
viscosity tb - output
Definition at line 80 of file us_math2.h.
double US_Math2::SolutionData::viscosity_wt |
viscosity wt - output
Definition at line 79 of file us_math2.h.