wiki:public/doc-auto/by_ext/pcs/S_st_rhs
Last modified 3 years ago Last modified on 01/21/16 13:49:14

Input file pcs keyword $ST_RHS

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

C/2d_Cl_transport_Clay/Nuklidtransport.pcs

  9:   $ST_RHS
 10-     1
   ...
 20:   $ST_RHS
 21-     1
   ...

ECLIPSE_DUMUX/1phase_radialflow_1phase_transport/1pf_1pt.pcs

 18:   $ST_RHS
 19-     1
   ...

ECLIPSE_DUMUX/2phase_flow_2phase_tracertransport/2pf_2pt.pcs

 18:   $ST_RHS
 19-     1
   ...

ECLIPSE_DUMUX/2phase_flow_radialmodel/2pf_radialmodel.pcs

 18:   $ST_RHS
 19-     1
   ...

ECLIPSE_DUMUX/kinetic_CO2phase_generation_E100/CO2phase_gen_E100.pcs

 18:   $ST_RHS
 19-     1
   ...

ECLIPSE_DUMUX/kinetic_CO2phase_generation_E300/CO2phase_gen_E300.pcs

 18:   $ST_RHS
 19-     1
   ...

H2M/fivespot.pcs

 16:    $ST_RHS
 17-   1
   ...

HM/hm_foot_tet.pcs

  8:   $ST_RHS
  9-    2
   ...
 13:  $ST_RHS
 14-     0     // Default. Nothing
   ...

Source code reading this keyword from Input files

FEM/rf_pcs.cpp line 2016

2016: 		}
2017: 		//....................................................................
2018: 		// subkeyword found
2019: 		if (line_string.find("$ST_RHS") != string::npos)
2020: 		{
2021: 			*pcs_file >> WriteSourceNBC_RHS; //WW
2022: 			pcs_file->ignore(MAX_ZEILE, '\n');

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

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.