Difference between revisions of "Well solution"

From aemwiki
Jump to: navigation, search
(New page: Image:wells2.jpg ; Filename: Well.cpp ; Language: C++ ; Compiler: VisualC++, g++ ; Author: James R. Craig ; Contact e-mail: jrcraig@uwaterloo.ca ; Date added: 06 June 2006 ; Li...)
 
m
 
Line 20: Line 20:
  
 
  <math> \Omega (z)=\Phi(z) + i \Psi (z) = \frac{Q}{2\pi} \ln (z-z_w) + C </math>
 
  <math> \Omega (z)=\Phi(z) + i \Psi (z) = \frac{Q}{2\pi} \ln (z-z_w) + C </math>
  <math> W(z)= Q_x (z) + i Q_y (z) = - \frac{Q}{2\pi}\frac{1}{(z-z_w)}  </math>
+
  <math> W(z)= Q_x (z) - i Q_y (z) = - \frac{Q}{2\pi}\frac{1}{(z-z_w)}  </math>

Latest revision as of 11:11, 1 January 2008

Wells2.jpg

Filename
Well.cpp
Language
C++
Compiler
VisualC++, g++
Author
James R. Craig
Contact e-mail
jrcraig@uwaterloo.ca
Date added
06 June 2006
License
The GNU General Public License (GPL)
Download location
AEM Software Depot
Summary
Contains functions for evaluating the discharge potential and complex discharge from a steady-state pumping well
<math> \Omega (z)=\Phi(z) + i \Psi (z) = \frac{Q}{2\pi} \ln (z-z_w) + C </math>
<math> W(z)= Q_x (z) - i Q_y (z) = - \frac{Q}{2\pi}\frac{1}{(z-z_w)}  </math>