Merge pull request #561 from totto82/fix_viscosity_table
Fix undersaturated viscosity table
This commit is contained in:
@@ -100,7 +100,7 @@ namespace Opm
|
||||
undersat_gas_tables_[i].resize(3);
|
||||
undersat_gas_tables_[i][0] = undersatTable.getOilSolubilityColumn();
|
||||
undersat_gas_tables_[i][1] = undersatTable.getGasFormationFactorColumn();
|
||||
undersat_gas_tables_[i][2] = pvtgTable.getOuterTable()->getGasViscosityColumn();
|
||||
undersat_gas_tables_[i][2] = undersatTable.getGasViscosityColumn();
|
||||
}
|
||||
|
||||
// Bg -> 1/Bg
|
||||
|
||||
Reference in New Issue
Block a user