mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1557 Cleanup includes, improve comments
This commit is contained in:
@@ -17,8 +17,10 @@
|
|||||||
/////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include "RigTransmissibilityEquations.h"
|
#include "RigTransmissibilityEquations.h"
|
||||||
|
|
||||||
#include "cvfBase.h"
|
#include "cvfBase.h"
|
||||||
#include "cvfMath.h"
|
#include "cvfMath.h"
|
||||||
|
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ public:
|
|||||||
|
|
||||||
// Calculations are assuming an orthogonal coordinate system
|
// 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
|
// 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
|
// 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)
|
// but normal directions 1 and 2 are interchangeable (so Z=1, Y=2 and Z=2, Y=1 gives same result)
|
||||||
|
|||||||
Reference in New Issue
Block a user