Commit Graph

183 Commits

Author SHA1 Message Date
73b153f302 Updates and extensions to the MRF and SRF handling. 2009-03-11 16:49:46 +00:00
23a579774a Better tag generation. 2009-03-09 19:51:44 +00:00
35eac2b9a3 Better tagging support. 2009-03-01 20:31:47 +00:00
76dd475a67 sun porting 2009-02-13 13:03:10 +00:00
ee416e8105 promoting MESA paths to top level 2009-01-14 11:57:05 +00:00
e16a7676cb minor updates + removed old FoamX cfg option 2009-01-14 10:21:59 +00:00
e059870ad2 typo 2009-01-14 10:21:16 +00:00
d7f99e3db6 cosmetics 2009-01-12 08:47:25 +01:00
cdd2266467 Merge commit 'OpenCFD/master' into olesenm
Conflicts:

	src/OpenFOAM/db/IOstreams/Pstreams/IPstream.C
	src/OpenFOAM/db/IOstreams/Pstreams/OPstream.C
2009-01-07 09:39:17 +01:00
d793344af2 Corrected mhdFoam tutorial scripts. 2009-01-05 22:18:19 +00:00
28b200bcd9 update copyrights for 2009 2008-12-31 19:01:56 +01:00
172b862c47 added command bin/finddep, added copyright headers to misc bin/ scripts 2008-12-31 16:16:20 +01:00
a15d0f8ad4 output banner cosmetics
- move url to lower right: makes version information stand out better
2008-12-18 20:29:24 +01:00
ae9057c9fe build paraview with experimental PARAVIEW_INSTALL_DEVELOPMENT 2008-12-18 19:52:37 +01:00
6151df3ef1 paraview build - reworking build/install directories 2008-12-16 13:20:53 +01:00
7072a998e8 paraview build - add -abspath/-envpath options 2008-12-16 11:45:12 +01:00
49bbb29ac8 update build scripts and etc/apps/paraview3 settings for paraview-3.5 (cvs)
- The new cmake seems to be even smarter. If we try to use env variables in
  the .cmake files (eg, with And's sed fixup), they are rewritten in a
  subsequent re-make and take much longer).  Adjusting the compiler values
  themselves causes a full remake. On the positive side, disabling the rpath
  seems to mean we may not need any of this.

  In summary - yuck!
2008-12-15 22:06:54 +01:00
aa522c93f1 buildParaView changes
- set CMAKE_INSTALL_PREFIX:PATH now
- allow separation between -config/-make/-install stages
- update for cmake 2.6
2008-12-13 17:55:07 +01:00
b94c3fb8a1 paraFoam - check for region-specific fvSchemes, fvSolution 2008-12-10 09:47:24 +01:00
8b02802696 renamed bin/foamCheckSourceDeps -> bin/rmdepold and cleaned up 2008-11-29 12:26:54 +01:00
b30a6faf2c Merge commit 'OpenCFD/master' into olesenm 2008-11-28 18:06:40 +01:00
747db59c3a basic.H
XiModel.H
SCOPELaminarFlameSpeed.H
basicXiSubXiEq.H
basicXiSubG.H
Doxyfile (include PATH to OpenCFD Macros)
doxyFilt (include class documentation in /src)
2008-11-27 11:22:08 +00:00
c61868e91b Merge commit 'OpenCFD/master' into olesenm 2008-11-24 08:33:55 +01:00
dfba9d772f Updated the indentation style for #include statements and separators. 2008-11-23 16:19:13 +00:00
bad35371b8 bin/foamCheckSourceDeps works again
- added -rm | -remove option
 - added -rmdir option
2008-11-21 11:23:50 +01:00
c8de1c150d foamNew templates:
- add static/protected member function subsections
  - static members up front, constructors/destructors next
    private/protected/public members next
2008-11-10 20:59:15 +01:00
50a2ddfcc7 bin/ wmake/ script updates
- send error messages to stderr
  - added -h/-help options where some were missing
  - changed 3-space to 4-space indentation
  - where possible, allow multiple directories from the command-line
2008-10-22 14:33:59 +02:00
1b33f69e79 new option for normal running 2008-10-02 13:23:13 +01:00
9c58b6268c xterm+log option 2008-09-12 14:44:19 +01:00
120e32a58d Decided upon the format case{region}.OpenFOAM for denoting regions (paraview)
Pro: Good delimitation. Good visual distinction. No confusion with normal
       cases, since '{}' characters are excluded by !word::valid()
  Con: Possible quoting issues when creating directly instead of via paraFoam,
       but seemed to work fine with bash TAB completion.
2008-08-10 16:54:55 +02:00
679fd493ca CleanFunction: removed *.foam files instead of *.OpenFOAM files 2008-08-09 18:46:26 +02:00
752c8eaeba paraFoam improvements
- only create (and remove) case.OpenFOAM file if it doesn't already exist
  - new -touch option just generates case.OpenFOAM file and exits
  - new -region option to create case=regionName.OpenFOAM file
    (the delimiter may change in the future)
2008-08-08 23:20:03 +02:00
3bc28f6cb0 foamUpdate scripts - avoid destroying soft-links or trashing existing {RAS,LES}Properties 2008-08-08 23:15:28 +02:00
851abe7661 adjusted and improved buildParaView script
- usage, explicit -fast option for rebuilding new -mpi, -python, -mesa
    options for specifying alternative modules to include without editing
    the file
  - the build options can also be grabbed from the script name itself.
    eg, the soft-link buildParaView3.3-cvs-python specifies that the python
    module should be included
  - misc. cleanup in tools/buildParaViewFunctions: give the user some
    feedback about the python version, set all variables at the bottom
    of the file rather between initialise and build.
  - be more careful when changing the hard-links to avoid the find
    '-execdir' option (fails when the user has '.' in the path), and
    do separate find/loop/grep/sed on the files to avoid touching too many
    files and ruining a later rebuild stage.

Notes:
  - the cmake uses -DCMAKE_INSTALL_PREFIX=$PARAVIEW_APP_DIR, but this
    variable isn't defined anywhere.
2008-08-08 17:55:28 +02:00
4085575669 usage and argument handling for bin/rm* and bin/touch* utilities 2008-08-08 13:07:10 +02:00
a972933b85 rpath was set 2008-07-25 13:34:53 +01:00
b43378747a Merge commit 'OpenCFD/master' into olesenm 2008-07-23 13:41:51 +02:00
7be8bc1d06 Changed packing for OpenMPI.
Not by me, Chris/Mattijs?
2008-07-21 11:34:44 +01:00
4d96b876e4 cleanup of foam-pack scripts
- removed legacy foamDiffSourceList, foamPackChanged
  - added foamPackDoxygen for separate distribution of docs
    handles -prefix option
  - misc. cosmetic changes
2008-07-20 15:53:43 +02:00
fbf250af65 foamCopySettings ignore log files as well 2008-07-18 13:53:42 +02:00
b6c6953ba3 foamClearPolyMesh gets -region option too 2008-07-18 12:23:48 +02:00
1884b91c8c bin/script changes
foamUpdateCaseFileHeader:
      - handle multiple files
      - use fixed version width
      - replace grep/tr/cut -> sed

    foamUpgradeTurbulenceProperties:
      - handle multiple files
2008-07-17 23:26:54 +02:00
a34c8d635b foamUpgradeTurbulenceProperties : do not use dirname with missing arguments 2008-07-17 10:04:30 +02:00
931c30e61e foamClearPolyMesh minor cleanup 2008-07-17 10:03:16 +02:00
2fc54a50ff Merge commit 'OpenCFD/master' into olesenm 2008-07-14 12:59:35 +02:00
04ffbbc51a foamAllHC / foamEbrowse / foamNew - error checking 2008-07-14 11:00:41 +02:00
fbac898f53 updated foamClearPolyMesh
* now removes the same files as Foam::polyMesh::removeFiles()
  * accepts -case option
2008-07-14 10:12:20 +02:00
f22d251d60 added foamCopySettings script
* copies case contents without the polyMesh
2008-07-14 10:11:01 +02:00
22dd42b04e tidy up and turn all 3rd party library functionality off 2008-07-11 16:39:05 +01:00
b48f6ac2d3 Moved buildParaView3.3-cvs to be on the PATH and added more path corrections 2008-07-10 18:44:31 +01:00