Interactive Examples

  • Run nFX[m] in interactive mode, in /path/to/simulation/folder/PROBE/fluidexample*, show figure for columns 5 and 4, refresh every 180 seconds, take average in the interval.
    nFXm -b /path/to/simulation/folder -p -n fluidexample -c 5,4 -a -r 180}
  • Run nFX[m] in interactive mode, in /path/to/simulation/folder/PHASEINFO/fluidexample*, show figure and text for columns 5 and 4, refresh every 180 seconds, show average from start to current update, repeat header every 20 rows.
    nFXm -b /path/to/simulation/folder -P -n fluidexample -c 5,4 -a -r 180 -x
  • Run nFX[m] in interactive mode, in /path/to/simulation/folder/PHASEINFO/fluidexample*, show figure and text for columns 5 and 4, refresh every 180 seconds, show average from start to current update, repeat header every 5 rows.
    nFXm -b /path/to/simulation/folder -P -n fluidexample -c 5,4 -a -r 180 -x -v 5
  • Run nFX[m] in interactive mode, in /path/to/simulation/folder/PHASEINFO/fluidexample*, show figure and text for columns 5 and 4, refresh every 180 seconds, show average from start to current update, do not show header but mark average output every 5 rows by writing a negative time column.
    nFXm -b /path/to/simulation/folder -P -n fluidexample -c 5,4 -a -r 180 -x -v -5
  • Run nFX[m] in interactive mode, in /path/to/simulation/folder/PHASEINFO/fluidexample*, show figure and text for columns 5 and 4, refresh every 180 seconds, show average from start to current update, do not show header but give average its own column.
    nFXm -b /path/to/simulation/folder -P -n fluidexample -c 5,4 -a -r 180 -x -v 0
  • Run nFX[m] in interactive mode, in /path/to/simulation/folder/PHASEINFO/fluidexample*, suppress figure and show text for columns 5 and 4, refresh every 180 seconds, show average from start to current update, repeat header every 5 rows.
    nFXm -b /path/to/simulation/folder -n fluidexample -c 5,4 -a -r 180 -x -v 5 -X
  • Run nFX[m] in interactive mode, in /path/to/simulation/folder/PHASEINFO/fluidexample*, suppress figure (but save it with full data range) and show text for columns 5 and 4, refresh every 180 seconds, show average from start to current update, repeat header every 5 rows.
    nFXm -b /path/to/simulation/folder -P -n fluidexample -c 5,4 -a -r 180 -x -v 5 -X -s
  • Run nFX[m] in interactive mode, in /path/to/simulation/folder/PROBE/fluidexample*, show figure (and save it with current view) and show text for columns 5 and 4, refresh every 180 seconds, show average from start to current update, repeat header every 5 rows.
    nFXm -b /path/to/simulation/folder -p -n fluidexample -c 5,4 -a -r 180 -x -v 5 -s
  • Run nFX[m] in interactive mode, in /path/to/simulation/folder/PHASEINFO/fluidexample*, suppress figure (but save it with full data range) and show text for columns 5 and 4, refresh every 180 seconds, show average from start to current update, repeat header every 5 rows, use scientific notation.
    nFXm -b /path/to/simulation/folder -P -n fluidexample -c 5,4 -a -r 180 -x -v 5 -X -e