Jpp  16.0.2
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Static Public Member Functions | List of all members
JSIRENE::JSeaWater Class Reference

Sea water composition. More...

#include <JSeaWater.hh>

Static Public Member Functions

static double O ()
 Estimated mass fractions of chemical elements in sea water. More...
 
static double H ()
 
static double Na ()
 
static double Cl ()
 

Detailed Description

Sea water composition.

Definition at line 19 of file JSeaWater.hh.

Member Function Documentation

static double JSIRENE::JSeaWater::O ( )
inlinestatic

Estimated mass fractions of chemical elements in sea water.

Definition at line 25 of file JSeaWater.hh.

25 { return 0.8584; }
static double JSIRENE::JSeaWater::H ( )
inlinestatic

Definition at line 26 of file JSeaWater.hh.

26 { return 0.1082; }
static double JSIRENE::JSeaWater::Na ( )
inlinestatic

Definition at line 27 of file JSeaWater.hh.

27 { return 0.0108; }
static double JSIRENE::JSeaWater::Cl ( )
inlinestatic

Definition at line 28 of file JSeaWater.hh.

28 { return 0.0194; }

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