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

#include <semchem_interface.hh>

Collaboration diagram for Specie:
Collaboration graph
[legend]

Public Member Functions

 Specie ()
 

Static Public Attributes

static Input::Type::Record input_type
 

Private Attributes

int id
 
double el_charge
 
double dGf
 
double dHf
 
double molar_mass
 
double activity
 

Detailed Description

Definition at line 32 of file semchem_interface.hh.

Constructor & Destructor Documentation

◆ Specie()

Specie::Specie ( )

Member Data Documentation

◆ activity

double Specie::activity
private

Definition at line 67 of file semchem_interface.hh.

◆ dGf

double Specie::dGf
private

Definition at line 55 of file semchem_interface.hh.

◆ dHf

double Specie::dHf
private

Definition at line 59 of file semchem_interface.hh.

◆ el_charge

double Specie::el_charge
private

Definition at line 51 of file semchem_interface.hh.

◆ id

int Specie::id
private

Definition at line 47 of file semchem_interface.hh.

◆ input_type

it::Record Specie::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 38 of file semchem_interface.hh.

◆ molar_mass

double Specie::molar_mass
private

Definition at line 63 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