Commit Graph

1576 Commits

Author SHA1 Message Date
9f107b6a01 settings.sh - bugfix
- let _foamAddPath and _foamAddLib handle ':'-separated variables
    This unfortunately gets the order backwards, but at least doesn't
    try making really stupid directory names

  TODO:
  - settings.csh still has the same bug
  - perhaps _foamAddExistingLib function (or with a switch) to avoid the mkdir
2008-10-06 10:05:02 +02:00
6437f3dbad UList cosmetic change 2008-10-06 09:09:30 +02:00
24c6a08542 Merge commit 'OpenCFD/master' into olesenm 2008-10-06 09:06:43 +02:00
f4fa4e2da9 Merge branch 'master' into cvm 2008-10-04 01:23:17 +01:00
911adb68d7 Merge branch 'master' into cvm 2008-10-04 01:16:20 +01:00
e9b537adf2 Fixed small logic error in smoothEdges that meant that point groups at the start and end of the edge weren't handled properly. Changed from compiling with FULLDEBUG. Using the exact kernel because dualisation was causing CGAL to fail an assertion. Going to examine the failing tets and try to check and intervene if possible so the inexact kernel can be used again. 2008-10-03 19:22:57 +01:00
94b633ea84 Merge branch 'master' of /home/hunt2/OpenFOAM/OpenFOAM-dev 2008-10-03 10:58:59 +01:00
188e43299d Basic isotropic cell relaxation calculated using the centres of the dual faces. Feature control points stored after construction. Point motion achieved by storing the location of the new points, clearing the whole triangulation, reinserting feature points, then reinserting the new locations. Much faster than removing than moving the points and avoids the unexpectedly costly remove operation on the surface points. 2008-10-02 18:57:03 +01:00
0f579e4073 wildcards in dictionaries 2008-10-02 17:28:33 +01:00
480a3c6ea2 wildcards in dictionaries 2008-10-02 17:28:33 +01:00
bac9f1e1b7 wildcards in dictionaries 2008-10-02 17:28:17 +01:00
1b33f69e79 new option for normal running 2008-10-02 13:23:13 +01:00
3bed5b8028 Minor formatting 2008-10-02 11:24:59 +01:00
905b6ebfb2 wmakeScheduler: prefix non-coloured output with hostname; cosmetic changes 2008-10-02 12:20:08 +02:00
c15ceeb6ed Merge branch 'master' of /home/hunt2/OpenFOAM/OpenFOAM-dev 2008-10-02 08:43:39 +01:00
ce41e4596d sample consistent with tutorial 2008-10-02 08:43:32 +01:00
0c471dd861 corrected numbering 2008-10-02 08:43:03 +01:00
ce88985738 have two hits 2008-10-02 08:42:21 +01:00
33afefccde Basic isotropic cell relaxation calculated using the incident_facets of a vertex. Not the way to do it, use the incident edges of the vertex to calculate the poly (dual) faces, use their centres and areas for forcing points and weights. 2008-10-01 19:10:55 +01:00
3a394556ef adding option to specify name of compressibility field - defaults to psi 2008-10-01 13:17:10 +01:00
cd7fe7c89d Merge branch 'master' of ssh://hunt/home/hunt2/OpenFOAM/OpenFOAM-dev 2008-10-01 12:17:37 +01:00
83d33e425a Merge branch 'master' of /home/hunt2/OpenFOAM/OpenFOAM-dev 2008-10-01 12:13:55 +01:00
911c461699 triSurface Nastran reader: bugfix and enhancement
- handle long format (GRID*), even when fields are not separated by spaces
  - added support for Hypermesh "$HMNAME COMP" extension
2008-10-01 12:20:42 +02:00
e6f81d2c20 consistency update - nu/muSgsWallFunction to nu/muSgsSpalartAllmarasWallFunction 2008-10-01 11:14:06 +01:00
736a04cf5f new regex wrapper requires wmakeLnInclude OSspecific/.. before making Pstream 2008-09-30 19:42:09 +02:00
f8823b684b wcleanAll - provide some information about the progress
- move tutorial cleanup to the end in case the user wishes to
    abort the wcleanAll script

  - adjusted wcleanAlmostAll according, but don't know if it's really
    needed any more
2008-09-30 19:32:13 +02:00
2ee25f427c Merge commit 'OpenCFD/master' into olesenm 2008-09-30 19:16:07 +02:00
4c159d306f use -f option wherever wmakeLnInclude is explicitly called in Allwmake scripts 2008-09-30 19:08:00 +02:00
f8aa06d1f3 Merge branch 'master' of ssh://hunt/home/hunt2/OpenFOAM/OpenFOAM-dev 2008-09-30 17:38:03 +01:00
3ac92339f1 Changed the SquareMatrix construction from initial size and value and corrected usages of it. 2008-09-30 17:35:58 +01:00
b992b6e1cc Local version of plane.C - fatalerror in planePlaneIntersect when determinant < SMALL 2008-09-30 17:32:57 +01:00
7342ec359f Added extra points to close gaps on edges and removed close-together pairs of points. 2008-09-30 17:29:21 +01:00
d1f908df2c correcting y[] in updateCoeffs() 2008-09-30 16:55:44 +01:00
cc0dbb0549 adding -fields option 2008-09-30 15:57:55 +01:00
071b8ffe89 adding run-time selectable thermal wall function capability to compressible RAS models 2008-09-30 14:26:46 +01:00
27f86a8342 Moved edge processing to a separate function fed by blocks of edge points separated into individual lists. Fixed two logic errors in edge processing. 2008-09-29 11:56:24 +01:00
2b163418bc Merge branch 'master' of ssh://hunt/~OpenFOAM/OpenFOAM-dev 2008-09-29 10:14:50 +01:00
5a9cfc954b == assignments for nut/mut 2008-09-29 10:14:41 +01:00
318b71e206 Made Matrix generic base-class for SquareMatrix and RectangularMatrix by introducing
the type it will become as a template argument.

Brought everything into line with this change.
2008-09-28 22:50:57 +01:00
b722041fff Corrected reading of "LESProperties". 2008-09-28 22:46:33 +01:00
7d56dcf45f Merge branch 'master' of /home/hunt2/OpenFOAM/OpenFOAM-dev 2008-09-28 19:27:13 +01:00
0dc639e90a switch off functionObjects 2008-09-28 19:27:04 +01:00
b973a688d3 added constness 2008-09-28 19:26:15 +01:00
8196d88e9f Merge branch 'cvm' of ssh://graham@hunt//home/hunt2/OpenFOAM/OpenFOAM-dev into cvm 2008-09-28 15:19:09 +01:00
df283b54f2 Merge branch 'master' of ssh://hunt/home/hunt2/OpenFOAM/OpenFOAM-dev 2008-09-27 09:25:37 +01:00
26f2c24d84 Added support for quadraticFit interpolation scheme.
Added the quadraticFit interpolation scheme.
2008-09-27 09:25:30 +01:00
6eea6d6a3d Small adjustments 2008-09-26 18:50:51 +01:00
e0bb935efb wmakeLnInclude: improvements and bugfix
- fixed typo: had skipped '-Make' instead of 'Make' directory

  - remove broken links first
    * helps when file locations have changed

  - filter out trailing 'lnInclude' from the <dir> spec
    * this makes it easier to update existing lnInclude dirs:
         find -name lnInclude -exec wmakeLnInclude -f {} \;

  - reduced output noise when re-creating an identical link
2008-09-26 18:39:30 +02:00
b4363c71b3 Merge commit 'OpenCFD/master' into olesenm 2008-09-26 18:26:11 +02:00
04d7f799fa Merge branch 'master' into cvm 2008-09-26 16:27:11 +01:00