Skip to content

Commit 754fddb

Browse files
committed
small bugfix in the equation as brought in from ward and hohmann
1 parent f17537c commit 754fddb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

geoana/em/tdem/simple_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def vertical_magnetic_field_time_deriv_horizontal_loop(
153153
Matches equation 4.97 of Ward and Hohmann 1988.
154154
155155
.. math::
156-
\\frac{\\partial h_z}{\\partial t} = -\\frac{I}{\\sigma a^3}\\left[
156+
\\frac{\\partial h_z}{\\partial t} = -\\frac{I}{\\mu_0 \\sigma a^3}\\left[
157157
3 \\mathrm{erf}(\\theta a)
158158
- \\frac{2}{\\sqrt{\\pi}}\\theta a (3 + 2 \\theta^2 a^2)e^{-\\theta^2 a^2}
159159
\\right]

0 commit comments

Comments
 (0)