https://mooseframework.inl.gov
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 {
17  55.5; // This is only approximate, but 55.5 is chosen so the results of the geochemistry module
18  // closely match Geochemists Workbench
19 constexpr Real LOGTEN = 2.30258509299404;
20 constexpr Real FARADAY = 96485.3415; // Coulombs . mol^-1
21 constexpr Real GAS_CONSTANT = 8.314472; // m^2 . kg . s^-2 . K^-1 . mol^-1
22 constexpr Real CELSIUS_TO_KELVIN = 273.15;
23 constexpr Real PERMITTIVITY_FREE_SPACE = 8.8541878128E-12; // F . m^-1
25 constexpr Real DENSITY_WATER = 1000; // kg . m^-3. Used in surface-potential calculation
26 }
constexpr Real MOLES_PER_KG_WATER
constexpr Real CELSIUS_TO_KELVIN
constexpr Real DIELECTRIC_CONSTANT_WATER
constexpr Real PERMITTIVITY_FREE_SPACE
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real