wiki:public/doc-auto/by_ext/gem/S_flag_coupling_hydrology
Last modified 3 years ago Last modified on 01/21/16 13:49:09

Input file gem keyword $FLAG_COUPLING_HYDROLOGY

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

C/HAYEKIT/ab1d.gem

 15:    $FLAG_COUPLING_HYDROLOGY
 16-      0    ; 0-not coupled;1=coupled;
   ...

C/calcite_gems/calcite.gem

 13:    $FLAG_COUPLING_HYDROLOGY
 14-      1    ; 0-not coupled;1=coupled;
   ...

C/comedy2d/cement2d.gem

 15:    $FLAG_COUPLING_HYDROLOGY
 16-      1    ; 0-not coupled;1=coupled;
   ...

PETSc/ConcreteCrack/decal.gem

 15:    $FLAG_COUPLING_HYDROLOGY
 16-      1    ; 0-not coupled;1=coupled;
   ...

PETSc/TransLay2d/lag2d.gem

 13:    $FLAG_COUPLING_HYDROLOGY
 14-      1    ; 0-not coupled;1=coupled;
   ...

Source code reading this keyword from Input files

FEM/rf_REACT_GEM.cpp line 2734

2734: 			continue;
2735: 		}
2736: 		// ......................................................
2737: 		/// Key word "$FLAG_COUPLING_HYDROLOGY": If the system volume exceeds the reference volume (1 m^3) due to volume changes of solids and/or fluid phases the excess fluid is substracted from the volume. It is reinjected into the system during the next time step via source/sink time in the flow equation. ..................
2735: 		}
2736: 		// ......................................................
2737: 		/// Key word "$FLAG_COUPLING_HYDROLOGY": If the system volume exceeds the reference volume (1 m^3) due to volume changes of solids and/or fluid phases the excess fluid is substracted from the volume. It is reinjected into the system during the next time step via source/sink time in the flow equation. ..................
2738: 		if ( line_string.find ( "$FLAG_COUPLING_HYDROLOGY" ) != string::npos )
2738: 		if ( line_string.find ( "$FLAG_COUPLING_HYDROLOGY" ) != string::npos )
2739: 		{
2739: 		{
2740: 			// subkeyword found
2740: 			// subkeyword found
2741: 			in.str ( GetLineFromFile1 ( gem_file ) );

Last modified: 2016-01-21 13:48:59.671845

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.