Plotting a node value of point mesh in the time domain #20058
Unanswered
samwyss
asked this question in
Help using VisIt
Replies: 1 comment 8 replies
-
Correct me if I am misunderstanding - you have a single silo file for each timestep, and each one has So your issue is with query over time? What variable are you specifying for time query? Does |
Beta Was this translation helpful? Give feedback.
8 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Hello all,
I apologize if a similar question has already been asked before that I missed while searching. If so, please feel free to link it below.
I have a simulation that uses the
.silo
data format to store time series potential difference values (across a membrane) as a function of theta. These potential values are stored as aPointvar1
on top of aPointmesh
of the corresponding angle. At each time step the current potential for all angles is written to a.silo
file with thePointmesh
andPointvar
(angle and potential respectively) timestamped using theDTIME
option in aDBoptlist
as is standard for the format.In VisIt, I have been trying to view these membrane potential values in the time domain. So far, I have only been able to view this mesh evolve with time using the
VCR
window which plots the potential across all angles for a given time step.I would like to make a plot of the potential of a single node (multiple nodes if possible later) for all time steps. So far I have tried using
Controls->Pick->Time Pick->Do time curve with next pick
which yielded the following warningAs well as with
Controls->Query->Pick->Do time query
which was unable to find my data.Is there something I am missing or should I be storing this data in another way that is more conducive to time series plotting?
Thank you!
Sam
Beta Was this translation helpful? Give feedback.
All reactions