src_files.FlowAnimation Namespace Reference

Classes

class  FlowAnimation
 

Variables

string run_path = "../Example_NSM_dyn_ejecta_rosswog_hdf5"
 
 fig = plt.figure(figsize=(15, 8))
 
 anim = FlowAnimation(run_path, fig, flow_group='flows')
 
 ani = anim.get_funcanimation(interval=10, frames=range(1, anim.n_timesteps))
 

Variable Documentation

◆ ani

src_files.FlowAnimation.ani = anim.get_funcanimation(interval=10, frames=range(1, anim.n_timesteps))

Definition at line 997 of file FlowAnimation.py.

◆ anim

src_files.FlowAnimation.anim = FlowAnimation(run_path, fig, flow_group='flows')

Definition at line 996 of file FlowAnimation.py.

◆ fig

src_files.FlowAnimation.fig = plt.figure(figsize=(15, 8))

Definition at line 991 of file FlowAnimation.py.

◆ run_path

string src_files.FlowAnimation.run_path = "../Example_NSM_dyn_ejecta_rosswog_hdf5"

Definition at line 990 of file FlowAnimation.py.