chemmisol 0.1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
chemmisol::ChemicalSpeciesReagent Struct Reference

#include <system.h>

Collaboration diagram for chemmisol::ChemicalSpeciesReagent:
Collaboration graph
[legend]

Public Member Functions

 ChemicalSpeciesReagent (double coefficient, ChemicalSpecies *species)
 

Public Attributes

double coefficient
 
ChemicalSpeciesspecies
 

Detailed Description

Compiled reagent corresponding to a ChemicalSpecies that is not a component, i.e. the produced species of a reaction.

The ChemicalSpeciesReagent is bound to a concrete ChemicalSpecies instance within a ChemicalSystem.

Constructor & Destructor Documentation

◆ ChemicalSpeciesReagent()

chemmisol::ChemicalSpeciesReagent::ChemicalSpeciesReagent ( double  coefficient,
ChemicalSpecies species 
)
inline

Defines a ChemicalSpeciesReagent.

Parameters
coefficientStoichiometric coefficient
speciesAssociated chemical species

Member Data Documentation

◆ coefficient

double chemmisol::ChemicalSpeciesReagent::coefficient

Stoichiometric coefficient associated to the reagent in the reaction.

◆ species

ChemicalSpecies* chemmisol::ChemicalSpeciesReagent::species

Component associated to this reagent within a ChemicalSystem.


The documentation for this struct was generated from the following file: