- May 18, 2015
-
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1696
-
Henry authored
-
Chris Greenshields authored
-
Henry authored
-
Henry authored
This had been used in functionObjects: Info(log)<< "messages" << data << .... in which it is not at all clear what the "log" argument does whereas if (log) Info<< "messages" << data << .... is totally clear and more efficient.
-
Henry authored
-
Henry authored
-
- May 17, 2015
-
-
Henry authored
Avoids duplicate typedefs. Thanks to Bruno Santo for patch Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1694
-
Henry authored
-
Henry authored
-
Chris Greenshields authored
for more convenient case setup
-
Chris Greenshields authored
See $FOAM_ETC/caseDicts/postProcessing/README for details
-
Chris Greenshields authored
For vector/tensor fields, e.g. U, the largest residual of all components is written out
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1693
-
Henry authored
-
- May 16, 2015
- May 15, 2015
-
-
Chris Greenshields authored
e.g. data files written by functionObjects Attempts to interpret automatically the format of time-data files Works successfully with majority of time-data output, e.g. forceCoeffs, but will be unsuccesful on files with inconsistent output format
-
Chris Greenshields authored
Creates symbolic links to all VTK files in a post-processing directory Links form a sequence like name.0000.vtk, name.0001.vtk, etc. Paraview recognises link names as a sequence which can be animated. The sequence of links can be used to create a video from the images.
-
Chris Greenshields authored
-
Chris Greenshields authored
Time directory is first time directory (0) by default Alternatively the user can specify the latest time directory Requires the latest (2.3.x) foamListTimes utility
-
- May 14, 2015
-
-
Henry authored
-
Henry authored
Resolved part of bug-report http://www.openfoam.org/mantisbt/view.php?id=1690
-
Henry authored
-
Henry authored
-
Henry authored
-
Henry authored
-
Henry authored
when retrieving entries from dictionaries Patch supplied by Timm Severin Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1689
-
- May 10, 2015
- May 09, 2015
- May 08, 2015
-
-
Henry authored
If -rm is specified with the -processor option the selected time directories are removed from all the processor directories.
-
Henry authored
patchInjection accumulates mass exchanges on a per-patch basis which are reported by injectionModelList
-
Henry authored
-
Henry authored
twoPhaseEulerFoam: Update only the fixed-value phi patch fields before constructing the pressure eqn Avoids small continuity error in parallel
-
- May 05, 2015
-
-
Henry authored
-
Henry authored
-
Henry authored
and simplify output format for graphing With "location yes;" log: fieldMinMax fieldMinMax output: min/max(mag(U.air)) = 0 28.309442 min/max(mag(U.water)) = 0 27.221734 file: # Field minima and maxima # Time min(U.air) max(U.air) min(U.water) max(U.water) 4.00061050e-01 0.00000000e+00 2.87015987e+01 0.00000000e+00 2.71025731e+01 4.00134265e-01 0.00000000e+00 2.86505310e+01 0.00000000e+00 2.71134246e+01 4.00222098e-01 0.00000000e+00 2.85937449e+01 0.00000000e+00 2.71255302e+01 With "location no;" log: fieldMinMax fieldMinMax output: min(mag(U.air)) = 0 at location (-0.058373423 -0.15376628 0.021017389) max(mag(U.air)) = 28.701599 at location (-0.24002836 0.0053456235 3.8964638) min(mag(U.water)) = 0 at location (-0.058373423 -0.15376628 0.021017389) max(mag(U.water)) = 27.102573 at location (-0.24002836 0.0053456235 3.8964638) file: # Field minima and maxima # Time field min location(min) max location(max) 4.00061050e-01 U.air 0.00000000e+00 (-5.83734226e-02 -1.53766281e-01 2.10173892e-02) 2.87015987e+01 (-2.40028359e-01 5.34562354e-03 3.89646377e+00) 4.00061050e-01 U.water 0.00000000e+00 (-5.83734226e-02 -1.53766281e-01 2.10173892e-02) 2.71025731e+01 (-2.40028359e-01 5.34562354e-03 3.89646377e+00)
-