Last modified 3 years ago
Last modified on 01/21/16 13:49:11
Input file krc keyword $NAPL_PROPERTIES
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
39: $NAPL_PROPERTIES 40- ; blob_name Csat [mol/m3] Density [mol/m3] ... 52: $NAPL_PROPERTIES 53- ; blob_name Csat [mol/m3] Density [mol/m3] ... 66: $NAPL_PROPERTIES 67- ; blob_name Csat [mol/m3] Density [mol/m3] ...
TCR/Temperature_NAPLdiss_Csat/TCE_10C_new.krc
35: $NAPL_PROPERTIES 36- blob1 12.065 11111.1 ; blob_name Csat [mol/m3] molar Density [mol/m3] ; !!!!!!!!! ...
TCR/Temperature_NAPLdiss_PhaseDiff/TCE_10C_new.krc
35: $NAPL_PROPERTIES 36- blob1 120.065 11111.1 ; blob_name Csat [mol/m3] molar Density [mol/m3] ; !!!!!!!!! ...
Source code reading this keyword from Input files
FEM/rf_kinreact.cpp line 1941
1941: 1942: //.................................................................... 1943: // subkeyword found 1944: if (line_string.find("$NAPL_PROPERTIES") != string::npos) 1945: { 1946: in.str(GetLineFromFile1(rfd_file)); 1947: in >> blob_name ; // >> Csat_pure >> Density_NAPL;
Last modified: 2016-01-21 13:49:00.093473
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.