timflow.steady.model.Model3D.normflux ===================================== .. py:method:: timflow.steady.model.Model3D.normflux(x, y, theta) Flux at point x, y in direction of angle theta. :param x: :type x: float :param y: :type y: float :param theta: angle for which to calculate flux, defined relative to positive x-axis. :type theta: float :returns: flux in direction theta :rtype: flux .. !! processed by numpydoc !!