- Jul 23, 2009
-
-
Mark Olesen authored
- 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
-
- Jul 22, 2009
-
-
henry authored
-
- Jul 21, 2009
- Jul 15, 2009
-
-
henry authored
-
Andrew Heather authored
-
-
Mark Olesen authored
-
- Jul 09, 2009
-
-
Mark Olesen authored
-
- Jul 07, 2009
- Jun 23, 2009
-
-
henry authored
-
- Jun 22, 2009
-
-
Henry Weller authored
-
- Jun 12, 2009
-
-
mattijs authored
-
- Jun 03, 2009
-
-
Mark Olesen authored
-
- Jun 01, 2009
-
-
Andrew Heather authored
-
- May 18, 2009
-
-
Mark Olesen authored
- change name of environment variable from $WM_OS -> $WM_OSTYPE as a better description
-
- May 13, 2009
-
-
Mark Olesen authored
- 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
-
- May 11, 2009
-
-
henry authored
-
- May 08, 2009
-
-
Mark Olesen authored
- 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.
-
- Apr 30, 2009
-
-
Mark Olesen authored
- 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)
-
- Apr 16, 2009
-
-
mattijs authored
-
- Apr 02, 2009
- Apr 01, 2009
-
-
henry authored
-
- Mar 28, 2009
-
-
henry authored
-
- Mar 16, 2009
-
-
Mark Olesen authored
-
- Mar 09, 2009
-
-
Mark Olesen authored
- 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.
-
- Feb 05, 2009
-
-
mattijs authored
-
- Feb 02, 2009
-
-
mattijs authored
-
- Jan 23, 2009
-
-
henry authored
-
- Jan 20, 2009
-
-
mattijs authored
-
- Jan 16, 2009
-
-
Mark Olesen authored
- put back debug switch (even although it is never used) - remove stringsGlobals.C, since it is now never used
-
- Jan 12, 2009
-
-
Mark Olesen authored
-
- Jan 09, 2009
-
-
Mark Olesen authored
- string doesn't use any debug info, remove it - restructured the macros to add in NoDebug macro versions to className, typeInfo. Might be helpful with tackling the globals bootstrapping issue. - HashTableName + StaticHashTableName - avoid lookup of debug switch when FULLDEBUG is not defined
-
- Jan 08, 2009
-
-
Mark Olesen authored
- Problem: changing between OpenFOAM versions with different WM_PROJECT_INST_DIR paths would leave the old paths in the env vars. - TODO: etc/cshrc is rougned out, but needs work on the corresponding if-statement
-
mattijs authored
-
- Jan 06, 2009
-
-
mattijs authored
-
- Dec 31, 2008
-
-
Mark Olesen authored
-
- Dec 16, 2008
-
-
Mark Olesen authored
-