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

Input file krc keyword $GEOMETRY

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

C/NAPL-dissolution/1D_NAPL-diss_dissolution/1D_TPF_resS_trans.krc

 25:   $GEOMETRY
 26-     0. ;  0.66
   ...

TCR/Temperature_NAPLdiss_Csat/TCE_10C_new.krc

 22:   $GEOMETRY
 23-    0.66
   ...

TCR/Temperature_NAPLdiss_PhaseDiff/TCE_10C_new.krc

 22:   $GEOMETRY
 23-    0.66
   ...

Source code reading this keyword from Input files

FEM/rf_kinreact.cpp line 2747

2747:     }
2748: 	   //....................................................................
2749:                                                   // subkeyword found
2750: 		if (line_string.find("$GEOMETRY") != string::npos)
2751: 		{
2752: 			in.str(GetLineFromFile1(rfd_file));
2753: 			in >> Geometry_expo;

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

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.