Sea water composition.
More...
#include <JSeaWater.hh>
|
| static constexpr atom_type | H = { "H", 1.0, 1.0, 0.10870 } |
| |
| static constexpr atom_type | O = { "O", 8.0, 16.0, 0.85890 } |
| |
| static constexpr atom_type | Na = { "Na", 11.0, 23.0, 0.01180 } |
| |
| static constexpr atom_type | Cl = { "Cl", 17.0, 35.5, 0.02060 } |
| |
Sea water composition.
Definition at line 16 of file JSeaWater.hh.
| atom_type JPHYSICS::JSeaWater::H = { "H", 1.0, 1.0, 0.10870 } |
|
staticconstexpr |
Definition at line 29 of file JSeaWater.hh.
29{ "H", 1.0, 1.0, 0.10870 };
| atom_type JPHYSICS::JSeaWater::O = { "O", 8.0, 16.0, 0.85890 } |
|
staticconstexpr |
Definition at line 30 of file JSeaWater.hh.
30{ "O", 8.0, 16.0, 0.85890 };
◆ Na
| atom_type JPHYSICS::JSeaWater::Na = { "Na", 11.0, 23.0, 0.01180 } |
|
staticconstexpr |
Definition at line 31 of file JSeaWater.hh.
31{ "Na", 11.0, 23.0, 0.01180 };
◆ Cl
| atom_type JPHYSICS::JSeaWater::Cl = { "Cl", 17.0, 35.5, 0.02060 } |
|
staticconstexpr |
Definition at line 32 of file JSeaWater.hh.
32{ "Cl", 17.0, 35.5, 0.02060 };
The documentation for this struct was generated from the following file: