#1557 Cleanup includes, improve comments

This commit is contained in:
astridkbjorke
2017-06-07 11:49:45 +02:00
parent 2dc7076593
commit ac447c0486
2 changed files with 3 additions and 1 deletions

View File

@@ -17,8 +17,10 @@
/////////////////////////////////////////////////////////////////////////////////
#include "RigTransmissibilityEquations.h"
#include "cvfBase.h"
#include "cvfMath.h"
#include <cmath>

View File

@@ -25,7 +25,7 @@ public:
// Calculations are assuming an orthogonal coordinate system
//If using wellBoreTransmissibilityComponent to calculate Tx (transmissibility in x direction),
// If using wellBoreTransmissibilityComponent to calculate Tx (transmissibility in x direction),
// perforationVectorComponent is the x component (in the cell local coordinate system) of the perforation vector
// permeability and cell size for Z and Y are to be specified as "normal directions" 1 and 2
// but normal directions 1 and 2 are interchangeable (so Z=1, Y=2 and Z=2, Y=1 gives same result)