Added cross-references for transport flags

This commit is contained in:
Ian Bell
2014-08-21 01:17:54 +02:00
parent 2f448a0a4a
commit ab98aae25d
2 changed files with 40 additions and 35 deletions

View File

@@ -164,7 +164,7 @@ long double TransportRoutines::viscosity_initial_density_dependence_Rainwater_Fr
long double TransportRoutines::viscosity_initial_density_dependence_empirical(HelmholtzEOSMixtureBackend &HEOS)
{
// Inspired by the form from Tariq, JPCRD, 2
// Inspired by the form from Tariq, JPCRD, 2014
if (HEOS.is_pure_or_pseudopure)
{
// Retrieve values from the state class
@@ -259,7 +259,9 @@ long double TransportRoutines::viscosity_water_hardcoded(HelmholtzEOSMixtureBack
// Dilute and finite gas portions
visc_Helper(Tbar, rhobar, &mubar_0, &mubar_1);
///************************ Critical Enhancement ************************
// **********************************************************************
// ************************ Critical Enhancement ************************
// **********************************************************************
delta=rhobar;
// "Normal" calculation
tau=1/Tbar;