Non-Interactive Examples

  • Run nFX[m] in non-interactive mode, in /path/to/simulation/folder/PROBE/fluidexample*, show figure for columns 5 and 6, in time interval 1.5-3.0, take average in the interval.
    nFXm -b /path/to/simulation/folder -p -n fluidexample -c 5,6 -t 1.5,3.0 -a
  • Run nFX[m] in non-interactive mode, in /path/to/simulation/folder/PHASEINFO/fluidexample*, show figure and text for columns 5 and 6, in time interval 1.5-3.0, take average in the interval, repeat header every 20 rows.
    nFXm -b /path/to/simulation/folder -n fluidexample -c 5,6 -t 1.5,3.0 -a -x
  • Run nFX[m] in non-interactive mode, in /path/to/simulation/folder/PHASEINFO/fluidexample*, suppress figure and show text for columns 5, 6 and 7, in time interval 1.5-3.0, take average in the interval, repeat header every 20 rows.
    nFXm -b /path/to/simulation/folder -P -n fluidexample -c 5,6,7 -t 1.5,3.0 -a -x -X
  • Run nFX[m] in non-interactive mode, in /path/to/simulation/folder/PHASEINFO/fluidexample*, suppress figure and show text for columns 5, 6 and 7, in time interval 1.5-3.0, take average in the interval, repeat header every 5 rows.
    nFXm -b /path/to/simulation/folder -P -n fluidexample -c 5,6,7 -t 1.5,3.0 -a -x -X -v 5
  • Run nFX[m] in non-interactive mode, in /path/to/simulation/folder/PHASEINFO/fluidexample*, suppress figure and show text for columns 5, 6 and 7, in time interval 1.5-3.0, take average in the interval, show header only at the beginning.
    nFXm -b /path/to/simulation/folder -P -n fluidexample -c 5,6,7 -t 1.5,3.0 -a -x -X -v -1
  • Run nFX[m] in non-interactive mode, in /path/to/simulation/folder/PROBE/fluidexample*, suppress figure and show text for columns 5, 6 and 7, in time interval 1.5-3.0, take average in the interval, show header only at the beginning, use scientific notation.
    nFXm -b /path/to/simulation/folder -p -n fluidexample -c 5,6,7 -t 1.5,3.0 -a -x -X -v -1 -e
  • Run nFX[m] in non-interactive mode, in /path/to/simulation/folder/PHASEINFO/fluidexample*, suppress figure and show text for columns 5, 6 and 7, in time interval 1.5-3.0, take average in the interval, show header only at the beginning, use scientific notation, pipe output to file formatted_columns.txt.
    nFXm -b /path/to/simulation/folder -P -n fluidexample -c 5,6,7 -t 1.5,3.0 -a -x -X -v -1 -e > formatted_columns.txt
  • Run nFX[m] in non-interactive mode, in /path/to/simulation/folder/PHASEINFO/fluidexample*, suppress figure (but save it) and show text for columns 5, 6 and 7, in time interval 1.5-3.0, take average in the interval, show header only at the beginning, use scientific notation, pipe output to file formatted_columns.txt.
    nFXm -b /path/to/simulation/folder -P -n fluidexample -c 5,6,7 -t 1.5,3.0 -a -x -X -v -1 -e -s > formatted_columns.txt