Changes between Version 1 and Version 2 of u/massBElight


Ignore:
Timestamp:
10/05/12 16:50:44 (12 years ago)
Author:
Erica Kaminski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/massBElight

    v1 v2  
    11=== Tracking the mass that falls onto the BE sphere ===
    22
    3 I would like to calculate the mass that falls onto a BE sphere from the ambient over the course of a simulation.
     3I would like to calculate the mass that falls onto a BE sphere from the ambient over the course of a simulation. There may be a few ways to do this, but easiest may be what came to mind today: find M(t) using Visit's query option for total mass in box.
     4
     5==== The method ====
     6
     7First, I had to determine the right sum to use in visit. I see that the 'query' option had 2 sums: weighted and not. Additionally, the sum query is for the current plot. If that plot is a slice of the full simulation, the query will return only a sum of variables from that slice's mesh.