wiki:public/doc-auto/by_ext/krc/H_reaction
Last modified 3 years ago Last modified on 01/21/16 13:49:11

Input file krc keyword #REACTION

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_kinreact.cpp line 437

 437: 			break;
 438: 		//----------------------------------------------------------------------
 439: 		// keyword found  // Read kinetic Reactions
 440: 		if (line_string.find("#REACTION") != string::npos)
 441: 		{
 442: 			m_kr = new CKinReact();
 443: 			m_kr->Read(&krc_file, geo_obj, unique_name);

 505: 						break;
 506: 					line_string = line;
 507: 					// keyword found
 508: 					if (line_string.find("#REACTION") != string::npos)
 509: 					{
 510: 						m_kr1 = new CKinReact();
 511: 						position = m_kr1->Read(&dbf_file,

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

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.