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

Input file krc keyword $CALC_SHERWOOD

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

 22:   $CALC_SHERWOOD
 23-  ; Sh_factor  Re_expo  Sc_expo
   ...

TCR/Temperature_NAPLdiss_Csat/TCE_10C_new.krc

 20:   $CALC_SHERWOOD
 21-    1.15	0.654	0.486
   ...

TCR/Temperature_NAPLdiss_PhaseDiff/TCE_10C_new.krc

 20:   $CALC_SHERWOOD
 21-    1.15	0.654	0.486
   ...

Source code reading this keyword from Input files

FEM/rf_kinreact.cpp line 2632

2632: 		}
2633: 		//....................................................................
2634: 		// subkeyword found
2635: 		//if (line_string.find("$CALC_SHERWOOD") != string::npos)
2636: 		//{
2637: 		//	in.str(GetLineFromFile1(rfd_file));
2638: 		//	in >> Sh_factor >> Re_expo >> Sc_expo;

2688: 	  in.clear();
2689:     }
2690:     //....................................................................
2691:     if( line_string.find("$CALC_SHERWOOD")!=string::npos &&  line_string.find("$CALC_SHERWOOD_MODIFIED")==string::npos )  { // subkeyword found
2692: 	  in.str(GetLineFromFile1(rfd_file));
2693:    in >> Sh_factor >> Re_expo >> Sc_expo ;
2694: 	  in.clear();

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

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.