https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
AuxKernel to extract information from a Geochemistry*Reactor to record into an AuxVariable.
const GeochemistryReactorBase & _reactor
virtual Real computeValue() override
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
static InputParameters validParams()
const std::string & _species
The species of interest.
Base class that controls the spatio-temporal solution of geochemistry reactions.
const InputParameters & parameters() const