Commit Graph

823 Commits

Author SHA1 Message Date
Mark Olesen
28b200bcd9 update copyrights for 2009 2008-12-31 19:01:56 +01:00
Mark Olesen
172b862c47 added command bin/finddep, added copyright headers to misc bin/ scripts 2008-12-31 16:16:20 +01:00
Mark Olesen
a15d0f8ad4 output banner cosmetics
- move url to lower right: makes version information stand out better
2008-12-18 20:29:24 +01:00
Mark Olesen
ae9057c9fe build paraview with experimental PARAVIEW_INSTALL_DEVELOPMENT 2008-12-18 19:52:37 +01:00
Mark Olesen
6151df3ef1 paraview build - reworking build/install directories 2008-12-16 13:20:53 +01:00
Mark Olesen
7072a998e8 paraview build - add -abspath/-envpath options 2008-12-16 11:45:12 +01:00
Mark Olesen
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
Mark Olesen
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
Mark Olesen
b94c3fb8a1 paraFoam - check for region-specific fvSchemes, fvSolution 2008-12-10 09:47:24 +01:00
Mark Olesen
8b02802696 renamed bin/foamCheckSourceDeps -> bin/rmdepold and cleaned up 2008-11-29 12:26:54 +01:00
Mark Olesen
b30a6faf2c Merge commit 'OpenCFD/master' into olesenm 2008-11-28 18:06:40 +01:00
sergio
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
Mark Olesen
c61868e91b Merge commit 'OpenCFD/master' into olesenm 2008-11-24 08:33:55 +01:00
henry
dfba9d772f Updated the indentation style for #include statements and separators. 2008-11-23 16:19:13 +00:00
Mark Olesen
bad35371b8 bin/foamCheckSourceDeps works again
- added -rm | -remove option
 - added -rmdir option
2008-11-21 11:23:50 +01:00
Mark Olesen
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
Mark Olesen
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
mattijs
1b33f69e79 new option for normal running 2008-10-02 13:23:13 +01:00
mattijs
9c58b6268c xterm+log option 2008-09-12 14:44:19 +01:00
Mark Olesen
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
Mark Olesen
679fd493ca CleanFunction: removed *.foam files instead of *.OpenFOAM files 2008-08-09 18:46:26 +02:00
Mark Olesen
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
Mark Olesen
3bc28f6cb0 foamUpdate scripts - avoid destroying soft-links or trashing existing {RAS,LES}Properties 2008-08-08 23:15:28 +02:00
Mark Olesen
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
Mark Olesen
4085575669 usage and argument handling for bin/rm* and bin/touch* utilities 2008-08-08 13:07:10 +02:00
mattijs
a972933b85 rpath was set 2008-07-25 13:34:53 +01:00
Mark Olesen
b43378747a Merge commit 'OpenCFD/master' into olesenm 2008-07-23 13:41:51 +02:00
henry
7be8bc1d06 Changed packing for OpenMPI.
Not by me, Chris/Mattijs?
2008-07-21 11:34:44 +01:00
Mark Olesen
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
Mark Olesen
fbf250af65 foamCopySettings ignore log files as well 2008-07-18 13:53:42 +02:00
Mark Olesen
b6c6953ba3 foamClearPolyMesh gets -region option too 2008-07-18 12:23:48 +02:00
Mark Olesen
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
Mark Olesen
a34c8d635b foamUpgradeTurbulenceProperties : do not use dirname with missing arguments 2008-07-17 10:04:30 +02:00
Mark Olesen
931c30e61e foamClearPolyMesh minor cleanup 2008-07-17 10:03:16 +02:00
Mark Olesen
2fc54a50ff Merge commit 'OpenCFD/master' into olesenm 2008-07-14 12:59:35 +02:00
Mark Olesen
04ffbbc51a foamAllHC / foamEbrowse / foamNew - error checking 2008-07-14 11:00:41 +02:00
Mark Olesen
fbac898f53 updated foamClearPolyMesh
* now removes the same files as Foam::polyMesh::removeFiles()
  * accepts -case option
2008-07-14 10:12:20 +02:00
Mark Olesen
f22d251d60 added foamCopySettings script
* copies case contents without the polyMesh
2008-07-14 10:11:01 +02:00
andy
22dd42b04e tidy up and turn all 3rd party library functionality off 2008-07-11 16:39:05 +01:00
henry
b48f6ac2d3 Moved buildParaView3.3-cvs to be on the PATH and added more path corrections 2008-07-10 18:44:31 +01:00
henry
60c3a635ef Removed foamPackThirdPartyBinAll 2008-07-10 17:56:42 +01:00
henry
e89dae6084 New script. 2008-07-10 17:16:31 +01:00
andy
ba72941650 general update - but still needs work 2008-07-10 16:03:15 +01:00
henry
f5f9435838 Removed java test. 2008-07-10 11:12:32 +01:00
Mark Olesen
f17c95cbff Merge commit 'OpenCFD/master' into olesenm 2008-07-09 11:44:45 +02:00
henry
2847dee4d4 Corrected the handling of Make sub-directories 2008-07-09 09:43:25 +01:00
Mark Olesen
ce2c4d5189 added foamCheckSourceDeps to help find moved directories/files 2008-07-09 09:57:08 +02:00
Mark Olesen
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
henry
8d44313d26 Filter-out platforms directory from the source.
Pack the linux-64 link for gcc.
2008-07-08 23:07:42 +01:00
henry
2ccd8322f0 Added scripts and support for packing ThirdParty 2008-07-08 18:54:28 +01:00
Mark Olesen
7f7807d5e2 cleanup foamSystemCheck, foamInstallationTest also needs some cleanup 2008-07-08 09:14:41 +02:00
andy
d23666042f general clean-up, and renamed filename extension to avoid conflict with internal reader 2008-07-03 14:35:00 +01:00
andy
076be91979 adding speedy option :-) 2008-06-27 16:53:33 +01:00
Mark Olesen
7f4a999257 cleanup of foamNew templates 2008-06-26 09:08:28 +02:00
Mark Olesen
c20da53cda updated Copyright for new files 2008-06-26 08:52:10 +02:00
Mark Olesen
9806f58e29 Merge commit 'OpenCFD/master' into olesenm 2008-06-26 08:37:14 +02:00
henry
4ff7707576 New script to massage case headers 2008-06-25 15:35:55 +01:00
henry
488a601720 Rename and minor formatting change 2008-06-25 15:35:18 +01:00
Mark Olesen
02cabc3cf2 updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
mattijs
db50077ea1 Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev 2008-06-23 16:08:06 +01:00
mattijs
4c5bd49c0a handling of gamma 2008-06-23 16:08:01 +01:00
andy
5f84691eb8 adding turbulenceProperties conversion script 2008-06-23 15:17:50 +01:00
henry
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
Mark Olesen
0067393011 bin/tools/*Functions are not executable - use editor hint instead of #!/bin/sh 2008-06-16 17:10:19 +02:00
Mark Olesen
5ff23aecc3 Merge commit 'origin/master' into olesenm 2008-06-16 17:03:54 +02:00
henry
2e018d69c6 Minor formatting change. 2008-06-16 12:58:45 +01:00
henry
8ddee4ccdc New tutorial run and clean scripts. 2008-06-16 12:51:20 +01:00
Mark Olesen
e85482fdbf Merge commit 'origin/master' into olesenm 2008-06-16 10:45:26 +02:00
Mark Olesen
3ad61835f6 build paraview without requiring Tk 2008-06-15 17:56:54 +02:00
Mark Olesen
1025c3c4d3 eliminate .OpenFOAM-VERSION references in dotFoam and other files 2008-06-16 10:39:22 +02:00
henry
2e57a728da Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev 2008-06-13 20:13:34 +01:00
andy
9bd3861cd2 applying Mark's patch to update sed statements 2008-06-13 16:27:15 +01:00
andy
b97b101df4 Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev 2008-06-13 15:54:22 +01:00
Mark Olesen
5c31d90826 paraview build: use $WM_THIRD_PARTY_DIR 2008-06-13 16:44:00 +02:00
Mark Olesen
b92e037e52 Doxygen filter changes * allow doxygen to process applications/**.H * use @cond/@endcond to suppress documenting classes/variables in applications/
- allows some access from applications to libraries
 - connection between application and local includes is still a bit weak,
   but is possible via the dirs.html navigation.
2008-06-13 13:16:02 +02:00
Mark Olesen
64d00dc22b Doxygen filter changes
* allow doxygen to process applications/**.H
 * use @cond/@endcond to suppress documenting classes/variables in applications/

 - allows some access from applications to libraries
 - connection between application and local includes is still a bit weak,
   but is possible via the dirs.html navigation.
2008-06-13 13:16:02 +02:00
henry
adcce409ab Added support for Ebrowse. 2008-06-12 11:53:12 +01:00
henry
68ab71fab1 Added header file to "Source Files" list. 2008-06-11 20:49:40 +01:00
Mark Olesen
727d16e935 Doxygen : sed script changes 'Typedef' -> @class (easier to find) 2008-06-11 11:23:45 +02:00
Mark Olesen
e5f0dd3e03 Doxygen cleanups
* skip doxygen docs for local variables (treeBoundBox)
  * filter transforms 'Typedef' -> @typedef
  * added tools/find-retagged
  * manually changed some InClass tags to Typedef - still needs more attention
2008-06-11 10:05:33 +02:00
henry
232e3db40a Removed 'x' from mode. 2008-06-08 17:06:58 +01:00
henry
5ba71dd9fc Simplified the download and building of libccmio-2.6.1.
Corrected the building of ccm26ToFoam.
Tested on dm from download to run -- all fine.
Needed to use --no-check-certificate option for wget.
2008-06-08 17:04:35 +01:00
henry
859c553bfd Minor change 2008-06-08 16:15:31 +01:00
henry
8d5659b1ec Implement download and build of the libccmio library and ccm26ToFoam
application based on Mark's scripts.

Currently not working.
2008-06-08 16:12:01 +01:00
andy
24c460131b added cmake 2008-06-06 18:26:20 +01:00
Mark Olesen
c6dedaff33 remove references to src/other in bin/ and .gitignore 2008-06-06 13:59:24 +02:00
Mark Olesen
14fefb0554 Use uniform MPI_ARCH_PATH instead of {OPENMPI,LAM,..}_ARCH_PATH 2008-06-05 10:53:44 +02:00
Mark Olesen
f7ab1729e4 Merge commit 'origin/master' into olesenm 2008-06-05 09:20:18 +02:00
andy
446c30cfe9 adding Mark's changes 2008-06-04 19:00:37 +01:00
henry
0f69fc03bb Fixed the handling MPI_ARCH_PATH 2008-06-04 17:08:30 +01:00
henry
6c15fb66bb Merge branch 'master' of ssh://noisy/home/noisy2/OpenFOAM/OpenFOAM-dev 2008-06-04 16:12:01 +01:00
henry
d118e10d93 Added generic handling for the location of the MPI libraries by adding the
MPI_ARCH_PATH environmevt variable.
2008-06-04 16:11:56 +01:00
andy
f985933723 removing references to mico 2008-06-04 14:52:25 +01:00
Mark Olesen
04d85fe399 Merge commit 'origin/master' into olesenm
* Note: some strange renmant files from the intel compiler
2008-06-04 16:06:32 +02:00
andy
2ce442dac2 removing references to mico 2008-06-04 14:52:25 +01:00
Mark Olesen
25f16691e2 Add foamThirdParty script
Stop tracking files in src/other (moved to ThirdParty).
2008-06-04 15:36:15 +02:00
andy
168c7e1ca9 removing FoamX 2008-06-04 13:40:02 +01:00
andy
5f2e2e09ec corrected hard-coding of openmpi path replacements with user selected mpi path 2008-06-04 11:28:13 +01:00
henry
098e61cfbc Changed binary directory to $WM_ARCH$WM_COMPILER 2008-06-04 11:05:48 +01:00
henry
303c61a7bb * bin/tools/buildParaViewFunctions: Added comment to previous change 2008-06-03 23:15:37 +01:00
henry
2ac0e4bf1c * bin/tools/buildParaViewFunctions:
replace the $OPENMPI_ARCH_PATH with $ENV{OPENMPI_ARCH_PATH} in the *.cmake files.
Note this change is specific to OpenMPI and will need genaralising, Andy?
2008-06-03 21:51:07 +01:00
henry
bcd1f1cf91 * bin/rmdepall: Correction to the removing of scanned files. 2008-06-03 21:19:13 +01:00
mattijs
2a4f0ee09a additional argument 2008-06-02 11:39:39 +01:00
andy
96b1c70043 updates to ParaView build scripts 2008-05-27 16:21:30 +01:00
Mark Olesen
c0b6b81713 Merge commit 'origin/master' into olesenm 2008-05-27 16:01:44 +02:00
andy
bada64a0f0 Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev 2008-05-27 14:18:40 +01:00
andy
ac394e5a8f re-instating earlier paraview build script, and moving to tools/bin 2008-05-27 14:11:35 +01:00
Mark Olesen
83b101a1b8 ParaView build fixes
* share libs were not getting built
  * can now build from anywhere if the source is in $WM_PROJECT_INST_DIR
  * misc. stylistic changes
2008-05-27 15:07:34 +02:00
henry
f6107f4033 Minimum changes to compile everything with gcc-4.3.0 2008-05-26 13:47:04 +01:00
henry
4a2a23a710 Lots of changes from Mark and my changes to ddtPhiCorr all mixed together
because I failed to work out how to merge Mark's stuff -- HELP!!!
2008-05-25 21:46:37 +01:00
Mark Olesen
8e2182dd69 Merge commit 'origin/master' into olesenm 2008-05-23 18:26:11 +02:00
Mark Olesen
47ce072a73 Ignore .git directory when packing 2008-05-23 16:25:06 +02:00
andy
e9d9efd68a updated ParaView build script 2008-05-23 14:30:40 +01:00
andy
0723cbedb6 removing temp file from /bin 2008-05-23 11:57:57 +01:00
Mark Olesen
e34c1c75f8 FIX: foamCleanPath wasn't working properly with etc/bashrc.
The call to foamCleanPath from etc/{bashrc,cshrc} passes all the wildcards
together as a single argument - causing nothing to be cleaned.  Now split
the args on whitespace. Also added more IFS hacking to reduce forking.
2008-05-21 10:07:28 +02:00
Mark Olesen
9d4b64bdbe updated scripts for paraview 3.3
* install into paraview-3.3 instead of ParaView3.X.x for consistency with LD_LIBRARY_PATH
2008-05-08 13:55:13 +02:00
Mark Olesen
4b0bfd906d cosmetics changes and small cleanups 2008-05-08 13:48:42 +02:00
Mark Olesen
aad21d4575 removed junk files 2008-05-06 10:17:48 +02:00
mattijs
bea6632b3c Referred still to jdkhome. 2008-05-02 11:46:37 +01:00
mattijs
40d04f4874 update to javac 1.5 2008-05-02 11:41:51 +01:00
henry
76d618fa4a Include the ParaView3 build scripts 2008-05-01 18:21:02 +01:00
henry
2a7cfdb33d Update to bin scripts 2008-05-01 16:24:10 +01:00
OpenFOAM-admin
3170c7c0c9 Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00