Commit Graph

139 Commits

Author SHA1 Message Date
d2b1861ca3 mpich2 support 2009-10-07 15:08:53 +01:00
ebfe8de6f4 ../etc/settings.csh 2009-10-07 15:08:34 +01:00
73b0912087 do not export WM_PROJECT_VERSION if already set 2009-09-01 10:57:48 +01:00
243bff1a55 initial commit of updated dimensioned constants 2009-08-28 15:23:01 +01:00
d4864d9b6e Moved the "generic" BCs into a separate library and included it only in those utilities
which need this functionality.  Solvers will now check the correctness of the BCs on
read.
2009-08-04 22:13:54 +01:00
1e6e335f5b Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-08-04 10:13:06 +01:00
d217b8bd74 Changed "default" to "generic" for consistency with fvPatchField. 2009-08-04 10:13:01 +01:00
fdc49d78cf Revert "more consistent naming convention for aliases"
This reverts commit ff5137e459.
But keeps (cosmetic) changes to bin/foamCleanPath
2009-08-03 20:00:09 +02:00
676c842a63 Revert "drop support for paraview 2.x reader"
- this was not agreed.

This reverts commit 41b196ffeb.
2009-08-03 16:30:48 +01:00
41b196ffeb drop support for paraview 2.x reader 2009-08-02 10:04:17 +02:00
ff5137e459 more consistent naming convention for aliases
- old-style (left untouched for now):
  app, lib, run, sol, tut, util

- new-style:
  foamApps, foamLib, foamRun, foamSol, foamTut, foamUtils

- additional aliases:
  userApps, whichFoam

NB: ideally we'd have 'foamSrc' instead of 'src'.
    Do we really need 'foamsrc' and 'foamfv' anyhow?
2009-08-02 09:44:00 +02:00
ea8d14cccb Merge commit 'OpenCFD/master' into olesenm 2009-07-29 16:17:37 +02:00
efce737693 Add provisioning for gcc-4.4.1
- compile into linux64Gcc44, linuxGcc44 to avoid clashes during testing
- continue to use gmp-4.2.4 since gmp-4.3.x might be miscompiled with
  a system gcc-4.3.2
2009-07-29 09:59:16 +02:00
1ec00de14c and back to dev..... 2009-07-28 12:35:26 +01:00
39d336d038 cshrc consistent with bashrc 2009-07-27 16:47:37 +01:00
816f6b3488 Updated the headers. 2009-07-24 17:01:31 +01:00
229c07e5fc added shared site configuration for bin/lib files
- useful location for sharing in-house solvers, libraries, etc
  for use at the entire site

- similar naming convention as ~OpenFOAM expansion:

  FOAM_SITE_APPBIN=
  $WM_PROJECT_INST_DIR/site/$WM_PROJECT_VERSION/bin/$WM_OPTIONS

  FOAM_SITE_LIBBIN=
  $WM_PROJECT_INST_DIR/site/$WM_PROJECT_VERSION/lib/$WM_OPTIONS
2009-07-23 10:13:50 +02:00
f1fe6d5d7b Removed unnecessary file, now handled by defaults in the models. 2009-07-22 09:00:23 +01:00
07fccdd7db Changed kQR to kqR. 2009-07-21 19:06:35 +01:00
45fd594e12 Changed ParaView version to the released 3.6.1. 2009-07-21 19:06:06 +01:00
a98c4e845b Changed OpenMPI version. 2009-07-15 13:20:25 +01:00
a9699afbb4 updated project versions to 1.6 + removed references to JAVAC 2009-07-15 12:47:01 +01:00
999ed8812c removed last remnants of LAM support 2009-07-15 12:26:12 +02:00
d12ef65839 Added version control to ThirdParty. 2009-07-07 22:56:34 +01:00
4439183d96 Corrected handling of the wall BCs of p for buoyant flows. 2009-07-07 22:56:02 +01:00
0d2b3636ad Corrected compiler version. 2009-06-23 12:11:45 +01:00
3345fd8378 Removed support for cint. 2009-06-22 21:03:57 +01:00
3efaa302a9 upwind versions of stencils 2009-06-12 16:41:13 +01:00
90e219b0f4 updated to PV v3.6 2009-06-01 12:30:16 +01:00
7941b04785 Merge commit 'OpenCFD/master' into olesenm 2009-05-19 21:15:56 +02:00
20c1a673e7 'rebrand' OSspecific Unix -> POSIX
- change name of environment variable from $WM_OS -> $WM_OSTYPE
  as a better description
2009-05-18 10:26:11 +02:00
2aec8f2820 renamed buildParaView3.5-cvs -> buildParaView and reworked
- get version from $ParaView_VERSION or from -version option
- added QT gui support (useful when compiling enGrid)
- update files for finding cmake-2.6.4 as well
- added bin/engridFoam for calling a version of enGrid that uses the
  paraview libraries compiled with/for OpenFOAM
- added foam3rdParty change directory alias
2009-05-13 11:31:44 +02:00
69c7280f50 Merge branch 'olesenm' 2009-05-12 10:59:45 +01:00
f983e0b42e Correct handling of MANPATH so that the system settings are not overridden. 2009-05-11 21:19:26 +01:00
19d951ce86 minor cleanup of turbulence models
- added constructor dictionary(const dictionary*) that also handles NULL
  pointers and makes it convenient to construct from a possibly nonexistent
  sub-dictionary:
  eg,
      dictionary dict2(dict1.subDictPtr("someDict"));

- make some of the turbulence Coeffs sub-dictionary optional.
  Their contents are all 'lookupOrAddDefault' anyhow.

- in turbulentMixingLength BCs, skip namespace qualifier in template
  (eg, <RASModel> vs. <compressible::RASModel>)

- change comments from 'turbulenceProperties' to RASProperties/LESProperties

- consistency between compressible/incompressible - no separate file for
  'New' selector etc

- consistency in accessing the model coefficients.
  Use method coeffDict() for const access.
  Use protected data member coeffDict_ for read/write access.

- document model coefficients in etc/constant/RASProperties.
  Need the same for LESProperties before we can prune these from the
  tutorials.
2009-05-08 17:27:42 +02:00
433b209702 update to openmpi-1.3.2, prepare for newly released gcc-4.4
- added rules for gcc-4.3 in preparation for switching to gcc-4.4

- added 'clean' target for wmake/src/Makefile
  It is probably reasonable to separate the binaries from the rules (TODO)
2009-04-30 08:32:48 +02:00
c42f04e843 multi-region directMapped 2009-04-16 18:45:01 +01:00
70f3da7a3b Making lib and bin directories is no longer needed following the change to foamCleanPath. 2009-04-02 23:06:27 +01:00
9c95fd034b Added initial support for LinuxPPC. 2009-04-02 12:26:41 +01:00
afd820ddd1 Reintroduced WM_OS because the build system currently uses it. 2009-04-01 17:02:52 +01:00
b2ad57c69b Added basic support for QsNet. 2009-03-28 19:53:06 +00:00
fadf428091 upgrade to gcc-4.3.3, mpfr-2.4.1 (patched) 2009-03-16 11:22:59 +01:00
6ecdf4fc41 updated DebugSwitches, surfaceWriter
- added obj surfaceWriter
- don't bother with prepended field names on obj and stl surfaceWriter.
  It fills the disk and suggests differences where there are none.
2009-03-09 15:37:54 +01:00
01fbf98dd2 porting 2009-02-05 15:28:19 +00:00
5afc0db5a8 Solaris port 2009-02-02 12:23:41 +00:00
29db6a6517 Merge commit 'OpenCFD/master' into olesenm 2009-01-20 18:56:29 +01:00
08a3f78549 OpenMPI 1.3 2009-01-20 15:24:31 +00:00
3adf0f5c8e minor cleanup for reverted string changes (commit 4f5f66e759)
- put back debug switch (even although it is never used)
- remove stringsGlobals.C, since it is now never used
2009-01-16 12:27:03 +01:00
30964be5c2 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-01-13 12:14:43 +00:00
c5bb3f5d1d fixed bashrc mistake 2009-01-12 13:43:22 +01:00