wiki:public/doc-auto/by_ext/rei/H_reaction_interface
Last modified 3 years ago Last modified on 01/21/16 13:49:15

Input file rei keyword #REACTION_INTERFACE

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

Source code reading this keyword from Input files

FEM/rf_react_int.cpp line 147

 147:     if(line_string.find("#STOP")!=string::npos)
 148:       break;
 149:     //----------------------------------------------------------------------
 150:     if(line_string.find("#REACTION_INTERFACE")!=string::npos) { // keyword found  // set up object
 151:       m_rei = new REACTINT();
 152:       m_rei->Read(&rei_file);
 153:       REACTINT_vec.push_back(m_rei);

Last modified: 2016-01-21 13:49:05.390590

This page has been generated automatically. Do not edit it manually! It will be overwritten in regular intervals.

If you want to edit the handwritten part of this page, please do so here.