Changed documentation of Wells::comp_frac to match reality.

This commit is contained in:
Atgeirr Flø Rasmussen 2014-04-06 23:45:08 +02:00
parent db88058b34
commit 28abf88520

View File

@ -65,8 +65,10 @@ struct Wells
/**
* Component fractions for each well. Array of size
* <CODE>number_of_wells * number_of_phases</CODE>.
* This is intended to be used for injection wells. For production wells
* the component fractions will vary and cannot be specified a priori.
* For injection wells, this gives the injected component mix.
* For production wells the component fractions of the wellbore
* will vary and cannot be specified a priori, the component mix
* given here should be considered a default or preferred mix.
*/
double *comp_frac;