DEFEATURE: remove support for jplot (defunct)

This commit is contained in:
Mark Olesen
2022-01-20 17:09:22 +01:00
parent 0d3e84eb10
commit b874dc74b0
16 changed files with 11 additions and 453 deletions

View File

@ -16,14 +16,13 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// Set output format : choice of
// xmgr
// jplot
// gnuplot
// raw
// gnuplot
// xmgr
setFormat raw;
// Surface output format. Choice of
// null : suppress output
// none : suppress output
// foam : separate points, faces and values file
// vtk : VTK ascii format
// raw : x y z value format for use with e.g. gnuplot 'splot'.

View File

@ -13,7 +13,7 @@ streamLines
// Time control etc
${_visualization};
setFormat vtk; //gnuplot; //xmgr; //raw; //jplot; //csv; //ensight;
setFormat vtk; // csv | raw | gnuplot | ensight | xmgr
// Velocity field to use for tracking.
U U;

View File

@ -17,7 +17,7 @@ streamLines
writeControl writeTime;
// writeInterval 10;
setFormat vtk; //gnuplot; //xmgr; //raw; //jplot; //csv; //ensight;
setFormat vtk; // csv | raw | gnuplot | ensight
// Tracked forwards (+U) or backwards (-U)
trackForward true;

View File

@ -44,7 +44,7 @@ wallBoundedStreamLines
libs (fieldFunctionObjects);
U UNear; // Velocity field to use for tracking.
fields (p U k UNear); // Names of fields to sample.
setFormat vtk; //gnuplot; //xmgr; //raw; //jplot;
setFormat vtk; // raw | gnuplot | xmgr
direction forward;
lifeTime 100; // Steps particles can travel before being removed
cloud wallBoundedParticleTracks;

View File

@ -57,7 +57,7 @@ functions
writeControl writeTime;
// writeInterval 10;
setFormat vtk; //gnuplot;//xmgr;//raw;//jplot;//csv;//ensight;
setFormat vtk; // csv | raw | gnuplot | ensight | xmgr
// Tracked forwards (+U) or backwards (-U)
trackForward true;