https://mooseframework.inl.gov
GeochemistryQuantityAux.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 
13 #include "AuxKernel.h"
14 
19 {
20 public:
22 
24 
25 protected:
26  virtual Real computeValue() override;
27 
29  const std::string & _species;
30 
32 
33  const enum class QuantityChoiceEnum {
34  MOLAL,
35  MG_PER_KG,
36  FREE_MG,
37  FREE_CM3,
38  NEGLOG10A,
39  ACTIVITY,
40  BULK_MOLES,
49 
55 };
AuxKernel to extract information from a Geochemistry*Reactor to record into an AuxVariable.
GeochemistryQuantityAux(const InputParameters &parameters)
const std::string & _species
The species of interest.
const GeochemistryReactorBase & _reactor
unsigned _surface_sorption_mineral_index
index into mgd.surface_sorption_name corresponding to the species: this is used if quantity is surfac...
enum GeochemistryQuantityAux::QuantityChoiceEnum _quantity_choice
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real computeValue() override
const InputParameters & parameters() const
Base class that controls the spatio-temporal solution of geochemistry reactions.
static InputParameters validParams()