#1487 - pre-proto - starting to use trans condenser in export function. Adding transmissibilities to condenser and getting output trans from eclipse cells to well. Not yet summarizing values from multiple fractures or printing COMPDAT values.

This commit is contained in:
astridkbjorke
2017-05-22 12:46:57 +02:00
parent d12e7747bc
commit cf2cc5b2b5
9 changed files with 223 additions and 32 deletions

View File

@@ -94,7 +94,7 @@ public:
UnitsType unitsType() const { return m_unitsType; }
void setUnitsType(UnitsType unitsType) { m_unitsType = unitsType; }
double darchysValue();
double darchysValue() const;
private:
void computeActiveCellIJKBBox();