Add solvent to fluid system.

This commit is contained in:
Liu Ming 2016-03-10 11:17:18 +08:00
parent 0c05fc4dc0
commit 95d65222fa

View File

@ -72,7 +72,8 @@ namespace Opm {
OilWater,
OilGas,
WaterGas,
BlackOil
BlackOil,
Solvent
};
FluidSystem fluidSystem_;