mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
DEFEATURE: remove support for jplot (defunct)
This commit is contained in:
@ -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'.
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user