wiki:public/doc-auto/by_ext/num/S_local_picard1
Last modified 3 years ago Last modified on 01/21/16 13:49:13

Input file num keyword $LOCAL_PICARD1

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

RWPT/Forchheimer/forchheimer_rwpt.num

 14:   $LOCAL_PICARD1
 15-    200 1e-10
   ...

T2HC/Convection_2D/conv_2D_cart.num

 10:  $LOCAL_PICARD1
 11-  200 1.0e-10
   ...

T2HC/Convection_2D_axi/conv_2D_axi.num

 10:  $LOCAL_PICARD1
 11-  200 1.0e-10
   ...

T2HC/friction/Friction_test.num

 10:  $LOCAL_PICARD1
 11-  200 1.0e-10
   ...

T2HC/heat_of_reaction/reaction_heat.num

 10:  $LOCAL_PICARD1
 11-  200 1.0e-10
   ...

T2HC/heat_transfer/heat_transfer.num

 10:  $LOCAL_PICARD1
 11-  200 1.0e-10
   ...

TES/Convection_2D/conv_2D_cart.num

 10:  $LOCAL_PICARD1
 11-  200 1.0e-10
   ...

TES/Convection_2D_axi/conv_2D_axi.num

 10:  $LOCAL_PICARD1
 11-  200 1.0e-10
   ...

TES/friction/Friction_test.num

 10:  $LOCAL_PICARD1
 11-  200 1.0e-10
   ...

TES/heat_of_reaction/reaction_heat.num

 10:  $LOCAL_PICARD1
 11-  200 1.0e-10
   ...

Source code reading this keyword from Input files

FEM/rf_num_new.cpp line 635

 635: 			continue;
 636: 		}
 637: 		//Flux corrected transport by Kuzmin (2009)
 638:         if(line_string.find("$LOCAL_PICARD1")!=string::npos) //NW
 639:         {
 640:           line.str(GetLineFromFile1(num_file));
 641:           line >> local_picard1_max_iterations;

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

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.