a95ca8293a
BUG: runParallel ignores presence of log file ( closes #203 )
...
- was a small typo
2016-08-02 18:31:50 +02:00
ecfbdce3da
ENH: avoid deprecated resource xml when building paraview plugins ( fixes #181 )
...
- remove old VTK_CONVEX_POINT_SET code, since VTK_POLYHEDRON exists
since several years
ENH: improve robustness of paraFoam script
- only check the relevant plugin types,
fallback to native reader if needed/possible.
2016-07-12 11:17:57 +02:00
a9fed233db
CONFIG: remove engridFoam start script
...
- no engrid development since 2013
2016-07-12 08:19:54 +02:00
820f809bd5
STYLE: cleanup handling of 0.org directories (in parallel)
...
- remove duplicate 0/ files from the repository
2016-06-29 13:34:36 +02:00
dd60cfcd06
FIX: provide restore0Dir function to fix issue #159
...
- makes it easier to ensure the correct behaviour, consistently
2016-06-27 16:33:55 +02:00
e0a0f94e6f
ENH: added -decomposeParDict as argument to getNumberOfProcessors()
2016-05-06 11:25:11 +05:30
48caf88af9
STYLE: corrected header
2016-04-29 15:47:35 +01:00
fd9d801e2d
GIT: Initial commit after latest foundation merge
2016-04-25 11:40:48 +01:00
aa89254c79
foamNewFunctionObject: script to create template code for a new function object
...
Run foamNewFunctionObject -h for details
2016-03-22 17:40:03 +00:00
2284dab887
paraFoam: Updated instructions to build the reader modules
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=2027
2016-03-16 09:24:25 +00:00
80c3bcff48
bin/tools/foamConfigurePaths: foamCompiler -> WM_COMPILER_TYPE
2016-03-09 09:05:07 +00:00
4bc77e6aff
Sprucing up the tutorials folder and adding -dict to "collapseEdges"
...
Patch provided by Bruno Santos
Resolves patch application request http://www.openfoam.org/mantisbt/view.php?id=2015
2016-03-06 19:06:44 +00:00
350d03246e
scripts: Reformat with consistent section separators
2016-02-15 18:30:24 +00:00
d2d007f00e
foamRunTutorials: Removed redundant code and simplified
2016-02-15 16:36:58 +00:00
cfa7678ba8
foamRunTutorials: Rationalized support for the "-test" option
...
RunFunctions: Added "isTest()" argument parsing function
tutorials: Updated Allrun scripts to propagate the "-test" option
tutorials: Removed the lower Alltest scripts and updated the Allrun to
use the "isTest()" function to handle test-specific operation
2016-02-15 15:49:05 +00:00
45253d6204
Update header
2016-02-10 16:20:46 +00:00
f9d61d7e3c
Updates for changes to etc/config structure
2016-02-10 16:20:19 +00:00
1507178a1b
RunFunctions::getNumberOfProcessors: Added support for files included in decomposeParDict
2016-02-08 10:51:49 +00:00
7ec6f28c49
Added support for ParaView-5.0.0
...
PV4FoamReaders: Updated to build with ParaView-5.0.0
paraFoam: Updated to load PV4FoamReaders for ParaView-5.0.0
Currently this is experimental but if it becomes clear that ParaView-4
and ParaView-5 are and will remain consistent with respect to readers
the plan is to rename
PV4 -> PV
or
PV4 -> PV45 if it is assumed that PV6 may need to be different.
2016-02-08 10:03:55 +00:00
b3d47f0423
bin/tools/RunFunctions: runParallel now obtains the number of processors from numberOfSubdomains
...
in decomposeParDict.
This default number of processors may be overridden by the new "-np"
option to runParallel which must be specified before the application
name e.g.:
runParallel -np 4 pisoFoam
2016-01-27 14:19:25 +00:00
392310db22
Update headers
2016-01-11 13:02:52 +00:00
f19f48132e
Consistently indent continuation backslashes in macro definitions
2016-01-11 13:00:56 +00:00
56fa7c0906
Update code to use the simpler C++11 template syntax removing spaces between closing ">"s
2016-01-10 22:41:16 +00:00
1eca13aeb9
CleanFunctions: Check the constant directory exists before cleaning it
2016-01-09 23:09:08 +00:00
533bae38b2
foamCreateVideo: add option to specify first image number
2016-01-08 17:49:39 +00:00
89ac7ff40b
ENH: Doxygen updates
2016-01-08 12:37:24 +00:00
947f3fea50
foamMonitor: change format to support old gnuplot versions
...
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1952
2015-12-16 20:26:25 +00:00
aacaa9c0d7
foamSequenceVTKFiles: Avoid the -s and -a options for basename
...
Only recent GNU/Linux distributions support this functionality
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1947
2015-12-11 14:21:02 +00:00
40ff6c30e3
Updated header
2015-12-11 13:12:19 +00:00
8899f9ec28
foamSequenceVTKFiles, mpirunDebug: Correct call to "usage"
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1946
2015-12-11 13:11:54 +00:00
0e01c44129
GIT: Resolved conflict
2015-12-09 16:19:28 +00:00
8837a89237
STYLE: Updated links from openfoam.org to openfoam.com
2015-12-09 15:03:05 +00:00
2e7d7d1609
BUG: RunFunctions: missing fi. Renamed variable. Updated Allrun scripts
2015-12-08 14:35:02 +00:00
3f55f752fc
GIT: Resolve conflict with upstream merge from Foundation
2015-12-07 17:07:20 +00:00
a3e555e72c
foamNewBC: script to create template code for a new boundary condition
...
Run foamNewBC -h for details
2015-12-04 14:33:56 +00:00
e356211140
foamNewApp: script to create template for a new application
...
Creates a directory containing source .C file and Make directory
Will deprecate foamNewSource with App argument in due course
2015-12-04 14:20:23 +00:00
820529b0e6
foamInstallationTest: Updated help message
2015-12-03 08:40:56 +00:00
26a2c1778a
RunFunctions: Added -append and -overwrite options
...
-append: append to log file
-overwrite: overwrite log file
Original patch provided by Timm Severin
Resolves feature request http://www.openfoam.org/mantisbt/view.php?id=1919
2015-11-19 15:48:06 +00:00
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
55f7d50be1
FreeBSD sed: ensure that a "-e" option immediately follows "-i"
2015-11-14 17:03:03 +00:00
d98136e122
tutorials: Removed unnecessary "boundary" files
2015-11-13 20:05:37 +00:00
b5e94ef311
foamListSourceFiles: Filter debian build directory if it is at the top-level
2015-10-26 17:56:38 +00:00
1d8ef28cb8
foamEtcFile: Add support for openfoamdev
2015-10-26 17:35:27 +00:00
3b9a90f249
Update header
2015-10-22 15:00:25 +01:00
0917175ed8
foamListSourceFiles: Do not filter-out "debian" directories.
...
Fix proposed by Bruno Santos.
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1770
2015-10-22 14:59:06 +01: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