[yt-svn] commit/yt: 2 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Jul 28 14:06:01 PDT 2016


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/c3607e51200c/
Changeset:   c3607e51200c
Branch:      yt
User:        mzingale
Date:        2016-07-27 22:28:54+00:00
Summary:     add some more field info for Castro
Affected #:  1 file

diff -r 8bcf15297a44ba45987308b185a700d49563d0e3 -r c3607e51200c12ab6c2c096816f6ba487626b66d yt/frontends/boxlib/fields.py
--- a/yt/frontends/boxlib/fields.py
+++ b/yt/frontends/boxlib/fields.py
@@ -181,6 +181,11 @@
         ("magmom", ("g*cm/s", ["momentum_magnitude"], r"\rho |\mathbf{U}|")),
         ("maggrav", ("cm/s**2", [], r"|\mathbf{g}|")),
         ("phiGrav", ("erg/g", [], r"\Phi")),
+        ("enuc", ("erg/(g*s)", [], r"\dot{e}_{\rm{nuc}}")),
+        ("rho_enuc", ("erg/(cm**3*s)", [], r"\rho \dot{e}_{\rm{nuc}}")),
+        ("angular_momentum_x", ("g/(cm*s)", [], r"\ell_x")),
+        ("angular_momentum_y", ("g/(cm*s)", [], r"\ell_y")),
+        ("angular_momentum_z", ("g/(cm*s)", [], r"\ell_z")),
     )
 
     def setup_fluid_fields(self):


https://bitbucket.org/yt_analysis/yt/commits/5546ebbd3651/
Changeset:   5546ebbd3651
Branch:      yt
User:        mzingale
Date:        2016-07-27 22:38:20+00:00
Summary:     more fields
Affected #:  1 file

diff -r c3607e51200c12ab6c2c096816f6ba487626b66d -r 5546ebbd3651daa98bba43a5b471c8c8ba97896b yt/frontends/boxlib/fields.py
--- a/yt/frontends/boxlib/fields.py
+++ b/yt/frontends/boxlib/fields.py
@@ -186,6 +186,10 @@
         ("angular_momentum_x", ("g/(cm*s)", [], r"\ell_x")),
         ("angular_momentum_y", ("g/(cm*s)", [], r"\ell_y")),
         ("angular_momentum_z", ("g/(cm*s)", [], r"\ell_z")),
+        ("phiRot", ("erg/g", [], r"\Phi_{\rm{rot}}")),
+        ("rot_x", ("cm/s**2", [], r"\mathbf{f}_{\rm{rot}} \cdot \mathbf{e}_x")),
+        ("rot_y", ("cm/s**2", [], r"\mathbf{f}_{\rm{rot}} \cdot \mathbf{e}_y")),
+        ("rot_z", ("cm/s**2", [], r"\mathbf{f}_{\rm{rot}} \cdot \mathbf{e}_z")),
     )
 
     def setup_fluid_fields(self):

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