[yt-svn] commit/yt: mzingale: add radial_velocity as a Maestro field

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Jul 21 10:28:20 PDT 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/52b3ddbb6a53/
Changeset:   52b3ddbb6a53
Branch:      yt-3.0
User:        mzingale
Date:        2014-07-21 19:21:48
Summary:     add radial_velocity as a Maestro field
Affected #:  1 file

diff -r 43ba03d9098851c7018b796410a73ae60e376d3d -r 52b3ddbb6a53030a51290fba45acf8deab74910f yt/frontends/boxlib/fields.py
--- a/yt/frontends/boxlib/fields.py
+++ b/yt/frontends/boxlib/fields.py
@@ -176,6 +176,7 @@
         ("y_vel", ("cm/s", ["velocity_y"], r"\tilde{v}")),
         ("z_vel", ("cm/s", ["velocity_z"], r"\tilde{w}")),
         ("magvel", ("cm/s", ["velocity_magnitude"], r"|\tilde{U} + w_0 e_r|")),
+        ("radial_velocity", ("cm/s", [], r"U\cdot e_r")),
         ("tfromp", ("K", [], None)),
         ("tfromh", ("K", [], None)),
         ("Machnumber", ("", ["mach_number"], None)),

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list