Flow123d  release_3.0.0-968-gc87a28e79
Public Member Functions | Static Public Attributes | Private Attributes | List of all members
General_reaction Class Reference

#include <semchem_interface.hh>

Collaboration diagram for General_reaction:
Collaboration graph
[legend]

Public Member Functions

 General_reaction ()
 

Static Public Attributes

static Input::Type::Record input_type
 

Private Attributes

type_of_reaction type
 
Speciespecies
 
int * stoichiometry
 
double * order_of_reaction
 
double kinetic_constant
 
double equilibrim_constant
 

Detailed Description

Definition at line 70 of file semchem_interface.hh.

Constructor & Destructor Documentation

◆ General_reaction()

General_reaction::General_reaction ( )

Member Data Documentation

◆ equilibrim_constant

double General_reaction::equilibrim_constant
private

Definition at line 105 of file semchem_interface.hh.

◆ input_type

it::Record General_reaction::input_type
static
Initial value:
= it::Record("Isotope", "Definition of information about a single isotope.")
"Identifier of the isotope.")
"Half life parameter.")

Definition at line 76 of file semchem_interface.hh.

◆ kinetic_constant

double General_reaction::kinetic_constant
private

Definition at line 101 of file semchem_interface.hh.

◆ order_of_reaction

double* General_reaction::order_of_reaction
private

Definition at line 97 of file semchem_interface.hh.

◆ species

Specie* General_reaction::species
private

Definition at line 89 of file semchem_interface.hh.

◆ stoichiometry

int* General_reaction::stoichiometry
private

Definition at line 93 of file semchem_interface.hh.

◆ type

type_of_reaction General_reaction::type
private

Definition at line 85 of file semchem_interface.hh.


The documentation for this class was generated from the following files:
Input::Type::Integer
Class for declaration of the integral input data.
Definition: type_base.hh:483
Input::Type::Double
Class for declaration of the input data that are floating point numbers.
Definition: type_base.hh:534
Input::Type::Default::obligatory
static Default obligatory()
The factory function to make an empty default value which is obligatory.
Definition: type_record.hh:110
Input::Type::Record::declare_key
Record & declare_key(const string &key, std::shared_ptr< TypeBase > type, const Default &default_value, const string &description, TypeBase::attribute_map key_attributes=TypeBase::attribute_map())
Declares a new key of the Record.
Definition: type_record.cc:501
Input::Type::Record
Record type proxy class.
Definition: type_record.hh:182