https://mooseframework.inl.gov
Loading...
Searching...
No Matches
GeochemistryConstants.h
Go to the documentation of this file.
1//* This file is part of the MOOSE framework
2//* https://mooseframework.inl.gov
3//*
4//* All rights reserved, see COPYRIGHT for full restrictions
5//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6//*
7//* Licensed under LGPL 2.1, please see LICENSE for details
8//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10#pragma once
11
12#include "MooseTypes.h"
13
15{
16constexpr Real MOLES_PER_KG_WATER =
17 55.5; // This is only approximate, but 55.5 is chosen so the results of the geochemistry module
18 // closely match Geochemists Workbench
19constexpr Real LOGTEN = 2.30258509299404;
20constexpr Real FARADAY = 96485.3415; // Coulombs . mol^-1
21constexpr Real GAS_CONSTANT = 8.314472; // m^2 . kg . s^-2 . K^-1 . mol^-1
22constexpr Real CELSIUS_TO_KELVIN = 273.15;
23constexpr Real PERMITTIVITY_FREE_SPACE = 8.8541878128E-12; // F . m^-1
24constexpr Real DIELECTRIC_CONSTANT_WATER = 78.5;
25constexpr Real DENSITY_WATER = 1000; // kg . m^-3. Used in surface-potential calculation
26}
constexpr Real DIELECTRIC_CONSTANT_WATER
constexpr Real PERMITTIVITY_FREE_SPACE