Commit Graph

106 Commits

Author SHA1 Message Date
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
60c3a635ef Removed foamPackThirdPartyBinAll 2008-07-10 17:56:42 +01:00
e89dae6084 New script. 2008-07-10 17:16:31 +01:00
ba72941650 general update - but still needs work 2008-07-10 16:03:15 +01:00
f5f9435838 Removed java test. 2008-07-10 11:12:32 +01:00
f17c95cbff Merge commit 'OpenCFD/master' into olesenm 2008-07-09 11:44:45 +02:00
2847dee4d4 Corrected the handling of Make sub-directories 2008-07-09 09:43:25 +01:00
ce2c4d5189 added foamCheckSourceDeps to help find moved directories/files 2008-07-09 09:57:08 +02:00
9cde05b169 Merge commit 'OpenCFD/master' into olesenm
Resolved conflicts:
	src/OpenFOAM/interpolations/interpolationTable/interpolationTable.C
	src/OpenFOAM/interpolations/interpolationTable/interpolationTable.H
2008-07-09 09:14:18 +02:00
8d44313d26 Filter-out platforms directory from the source.
Pack the linux-64 link for gcc.
2008-07-08 23:07:42 +01:00
2ccd8322f0 Added scripts and support for packing ThirdParty 2008-07-08 18:54:28 +01:00
7f7807d5e2 cleanup foamSystemCheck, foamInstallationTest also needs some cleanup 2008-07-08 09:14:41 +02:00
d23666042f general clean-up, and renamed filename extension to avoid conflict with internal reader 2008-07-03 14:35:00 +01:00
076be91979 adding speedy option :-) 2008-06-27 16:53:33 +01:00
7f4a999257 cleanup of foamNew templates 2008-06-26 09:08:28 +02:00
c20da53cda updated Copyright for new files 2008-06-26 08:52:10 +02:00
9806f58e29 Merge commit 'OpenCFD/master' into olesenm 2008-06-26 08:37:14 +02:00
4ff7707576 New script to massage case headers 2008-06-25 15:35:55 +01:00
488a601720 Rename and minor formatting change 2008-06-25 15:35:18 +01:00
02cabc3cf2 updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
db50077ea1 Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev 2008-06-23 16:08:06 +01:00
4c5bd49c0a handling of gamma 2008-06-23 16:08:01 +01:00
5f84691eb8 adding turbulenceProperties conversion script 2008-06-23 15:17:50 +01:00
ad19741845 Added kineticTheoryModels namespace and put the viscosityModels in it to
avoid name-clashes with the standard viscosityModels.

The other kineticTheoryModels have yet to be put in the kineticTheoryModels
namespace.
2008-06-18 23:11:09 +01:00
0067393011 bin/tools/*Functions are not executable - use editor hint instead of #!/bin/sh 2008-06-16 17:10:19 +02:00
5ff23aecc3 Merge commit 'origin/master' into olesenm 2008-06-16 17:03:54 +02:00
2e018d69c6 Minor formatting change. 2008-06-16 12:58:45 +01:00
8ddee4ccdc New tutorial run and clean scripts. 2008-06-16 12:51:20 +01:00