Last modified 3 years ago
Last modified on 01/21/16 13:49:13
Input file msp keyword $REACTIVE_SYSTEM ¶
-
Input file msp keyword $REACTIVE_SYSTEM
- Documentation from doxygen
-
Used in benchmarks
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/T2HC/Convection_2D/conv_2 …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/T2HC/Convection_2D_axi/co …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/T2HC/friction/Friction_te …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/T2HC/heat_of_reaction/rea …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/T2HC/heat_transfer/heat_t …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/TES/Convection_2D/conv_2D …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/TES/Convection_2D_axi/con …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/TES/friction/Friction_tes …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/TES/heat_of_reaction/reac …
- Source code reading this keyword from Input files
Description ¶
TODO: Add description.
Parameters ¶
TODO: Add parameters.
Documentation from doxygen ¶
None.
Used in benchmarks ¶
T2HC/Convection_2D/conv_2D_cart.msp ¶
11: $REACTIVE_SYSTEM 12- INERT ...
T2HC/Convection_2D_axi/conv_2D_axi.msp ¶
11: $REACTIVE_SYSTEM 12- INERT ...
T2HC/friction/Friction_test.msp ¶
11: $REACTIVE_SYSTEM 12- INERT ...
T2HC/heat_of_reaction/reaction_heat.msp ¶
8: $REACTIVE_SYSTEM 9- SINUSOIDAL ...
T2HC/heat_transfer/heat_transfer.msp ¶
8: $REACTIVE_SYSTEM 9- INERT ...
TES/Convection_2D/conv_2D_cart.msp ¶
11: $REACTIVE_SYSTEM 12- INERT ...
TES/Convection_2D_axi/conv_2D_axi.msp ¶
11: $REACTIVE_SYSTEM 12- INERT ...
TES/friction/Friction_test.msp ¶
11: $REACTIVE_SYSTEM 12- INERT ...
TES/heat_of_reaction/reaction_heat.msp ¶
8: $REACTIVE_SYSTEM 9- SINUSOIDAL ...
Source code reading this keyword from Input files ¶
FEM/rf_msp_new.cpp line 796 ¶
796: } 797: } 798: //Solid reaction system 799: if(line_string.find("$REACTIVE_SYSTEM")!=string::npos) 800: { 801: in_sd.str(GetLineFromFile1(msp_file)); 802: in_sd >> reaction_system;
Last modified: 2016-01-21 13:48:59.937478
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.