STYLE: remove old references to 'dx' and 'foamFile'

This commit is contained in:
Mark Olesen
2017-06-28 16:11:24 +02:00
parent 15de34427c
commit a2d8e6e4f5
2 changed files with 1 additions and 3 deletions

View File

@ -498,7 +498,6 @@ DebugSwitches
flowRateInletVelocity 0; flowRateInletVelocity 0;
fluxCorrectedVelocity 0; fluxCorrectedVelocity 0;
foamChemistryReader 0; foamChemistryReader 0;
foamFile 0;
forceCoeffs 0; forceCoeffs 0;
forces 0; forces 0;
fourth 0; fourth 0;

View File

@ -26,8 +26,7 @@ setFormat raw;
// Surface output format. Choice of // Surface output format. Choice of
// null : suppress output // null : suppress output
// foamFile : separate points, faces and values file // foam : separate points, faces and values file
// dx : DX scalar or vector format
// vtk : VTK ascii format // vtk : VTK ascii format
// raw : x y z value format for use with e.g. gnuplot 'splot'. // raw : x y z value format for use with e.g. gnuplot 'splot'.
// //