FieldConvert is a utility embedded in Nektar++ with the primary aim of allowing the user to
convert the Nektar++ output binary files (.chk
and .fld
) into formats which can be read by
common visualisation and post-processing software, primarily Paraview/VisIt (in
unstructured VTK .vtu
format) or Tecplot/VisIt (in ASCII .dat
or binary .plt
formats).
FieldConvert also allows the user to manipulate the Nektar++ output binary files by using
some additional modules which can be called with the option -m
which stands for
m
odule.
Almost all of the FieldConvert functionalities can be run in parallel if Nektar++ is compiled using MPI (see the installation documentation for additional info on how to implement Nektar++ using MPI). 1