916dcb8685
ENH: parallel: overhaul of parallel mapping
...
- redistributePar to have almost (complete) functionality of decomposePar+reconstructPar
- low-level distributed Field mapping
- support for mapping surfaceFields (including flipping faces)
- support for decomposing/reconstructing refinement data
2015-11-17 15:05:05 +00:00
09dec5263b
ENH: foamLog: added support for multi-region
2015-11-17 14:56:13 +00:00
19dcf83b6a
paraFoam: add support for system/blockMeshDict with the -block option
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1803
2015-08-01 18:36:00 +01:00
fe1477546e
foamCreateVideo: fix framerate option with avconv
2015-07-14 09:28:03 +01:00
b2968f3bda
foamCreateVideo: enabled to use avconv and output WebM format
...
Resolves feature request http://www.openfoam.org/mantisbt/view.php?id=1722
2015-07-12 12:58:50 +01:00
7c5a34d51c
paraFoam: added option to open ParaView
...
when OpenFOAM-format case files are not located
2015-07-07 10:56:11 +01:00
0723207431
Script to monitor data with Gnuplot from time-value(s) graphs
...
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
2015-05-15 11:30:24 +01:00
03b6f9e379
Script to help load VTK images into ParaView as a sequence for animation
...
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.
2015-05-15 11:22:12 +01:00
41818290b4
Script to create an MPEG-4 (.mp4) video from PNG-format images
2015-05-15 11:13:25 +01:00
cca5fe4e0f
Script to clone an OpenFOAM case including system, constant and one time directory.
...
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
2015-05-15 10:05:45 +01:00
6a4fd43ee0
Update header
2015-05-14 12:13:22 +01:00
e734952e79
bin/tools/RunFunctions: handle tabs and spaces
...
when retrieving entries from dictionaries
Patch supplied by Timm Severin
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1689
2015-05-14 12:11:44 +01:00
6b7522ea9a
foamJob: Add -append option to append to the log-file rather than overwriting
...
Thanks to alexeym for patch
Resolves feature-request http://www.openfoam.org/mantisbt/view.php?id=1655
2015-04-27 10:25:04 +01:00
37afeb5ef9
Updated header
2015-02-19 19:07:14 +00:00
c6874965f8
tutorials: rationalized log
2015-02-19 08:39:32 +00:00
8628ef2fea
Corrected capitalization of Doxygen documentation comments
2015-02-14 13:10:15 +00:00
156fd4dcc6
Doxygen: Updated scripts and css files to process OpenFOAM header files more robustly
...
and generate cleaner HTML files.
Thanks to Bruno Santos for various fixes and improvements.
Resolves bug reports:
http://www.openfoam.org/mantisbt/view.php?id=1516
http://www.openfoam.org/mantisbt/view.php?id=1016
http://www.openfoam.org/mantisbt/view.php?id=1512
2015-02-09 18:06:35 +00:00
b492fc54f3
Update headers
2015-02-06 10:11:42 +00:00
a77b7f1370
Rationalize foamJob and foamExec
...
Patches provided by Bruno Santos
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=231
2015-02-06 10:09:13 +00:00
ee60ed72f1
foamInstallationTest: Add support for gcc named with extension
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=452
2015-01-31 22:39:23 +00:00
e1c2251176
bin/tools/doxyFilter.sed: Add support for 2-line Class name:
...
Class
Foam::className
=>
\\class Foam::className
Class
Foam::namespaceName::
className
=>
\\class Foam::namespaceName::className
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=252
2015-01-29 08:16:59 +00:00
f0e7025e3a
Update header
2015-01-11 17:16:48 +00:00
6b819790b4
wdep: If source file is not in the current directory search tree for first occurrence
2015-01-11 17:16:15 +00:00
a64d623394
Remove deprecated and out-of-date scripts
2015-01-11 15:51:13 +00:00
3dd0c19758
Rename foamClearPolyMesh -> foamCleanPolyMesh for consistency with the other foamClear.* scripts
2015-01-11 15:42:10 +00:00
cbdaa86bd0
Remove out-of-date and deprecated scripts
2015-01-11 13:34:41 +00:00
b76d15fb77
wrmdepold: Updated rmdepold to handle out-of-tree .dep and .o files
2015-01-11 13:14:55 +00:00
623ac104f7
Replaced rmoall with wrmo
...
Description
Remove all .o files from the object directory tree corresponding to the
current source derectory or remove only the .o file corresponding to the
optionally specified [file].
2015-01-10 22:33:39 +00:00
e437b9eb92
wrmdep: Replacement for rmdepall
...
Remove all .dep files from the object directory tree corresponding to the
current source derectory or remove only the .dep files referring to the
optionally specified [file].
2015-01-08 10:36:37 +00:00
b52113131e
BUG: foamEndJob: incorrect comment ( #1435 )
2014-11-10 09:55:57 +00:00
167249c7b3
BUG: removed unnecessary sed processing from cleanCase
2014-10-16 16:02:50 +01:00
ef2515a2e0
BUG: mpirunDebug: use of WM_PROJECT
2014-04-07 09:28:41 +01:00
e01af8264c
ENH: foamLog: handle variables with '.' in name
2014-03-31 09:27:42 +01:00
f8d44081f9
ENH: foamLog.db: add AMI weights
2014-01-28 12:51:18 +00:00
a091a30023
Updated header
2014-01-10 12:28:41 +00:00
f68ec9f82b
paraFoam: Updated to automatically select the appropriate reader version
2014-01-10 12:27:57 +00:00
a5ebecbd3a
ENH:foamJob: handling of quotes (from Mantis)
2013-12-04 15:48:32 +00:00
56e6f52960
Update header
2013-08-05 15:22:03 +01:00
ded58b23f9
foamCleanPath: Change sed separator to : to support directory names with @
2013-08-05 15:18:11 +01:00
a2567af754
BUG:foamEndJob: work if writeControl differs from timeStep
2013-07-18 09:14:35 +01:00
cd3b6e213d
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-06-17 16:48:37 +01:00
0b94582a9a
ENH: Updated paraview 3.98->4
2013-06-17 16:48:24 +01:00
14496baaa7
COMP: foamConfigurePaths given scotch version and path arguments
2013-06-17 14:51:07 +01:00
fdad025bdf
ENH: pre-commit-hook - not checking *.gz files
2013-06-04 14:55:00 +01:00
b8b5f6c100
ENH: foamINstallationTest - use clang instead of gcc - mantis #452
2013-06-04 14:45:54 +01:00
c812b27416
ENH: Added PV readers for version 3.98.1
2013-04-05 15:28:36 +01:00
4a7d2938ff
foamInstallationTest: Update min gcc version
2013-03-17 10:20:32 +00:00
0a8bae1f54
ENH: Adding changes from 2.2.0
2013-03-06 15:41:24 +00:00
9326bdb112
ENH: Updated pre-commit hook
2013-02-22 10:56:27 +00:00
572d7551b9
ENH: foamConfigurePaths: added paraviewVersion option
2013-01-07 14:47:27 +00:00