Commit Graph

2786 Commits

Author SHA1 Message Date
andy
c0fcf87cb9 comment 2009-05-08 13:07:21 +01:00
Mark Olesen
1c101ec1a8 bugfix fixedBlended scheme, cosmetics changes
- actually blend correction factors as well in fixedBlended scheme

- consistency change: move 'linearUpwindV' into same directory as
  'linearUpwind', move correction code from .H into .C code.

- minor docu format/spelling changes

A more general question:
~~~~~~~~~~~~~~~~~~~~~~~~
- would it make more sense to use template specializations for the
  '*V' differencing schemes?
2009-05-08 13:05:19 +02:00
andy
321e4af9e8 constraints for reduced -D cases 2009-05-08 11:55:50 +01:00
Mark Olesen
d2a78f7e96 finally drop references to ~/.OpenFOAM-<ver> (use ~/.OpenFOAM/<ver>) 2009-05-07 10:37:55 +02:00
Mark Olesen
1cdbeb29d7 minor tweak to wmake
- place wmkdep and dirToString executables under
  utilbin/$(WM_ARCH)$(WM_COMPILER).
  This helps somewhat when copying rules about, and might help when creating
  general rules.
2009-05-06 15:56:29 +02:00
andy
02cc2455ed initial commit of reactingParcelFoam 2009-05-06 13:23:11 +01:00
andy
28ef2fa2a7 Merge branch 'master' into lagrangianDev 2009-05-06 13:19:16 +01:00
andy
b6be0105b1 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-05-06 13:13:03 +01:00
andy
ce3db4f17a constraining new velocity by solutionD() 2009-05-06 11:57:56 +01:00
andy
96d17a50a2 display n-D on construction
- also serves to initialise mesh.geometricD() and mesh.solutionD()
  - lazy evaluation of calcDirections() caused prob when running in parallel
2009-05-06 10:07:43 +01:00
andy
231df62edf resolve conflict 2009-05-06 10:59:23 +01:00
andy
3728ce97f9 removing unused file 2009-05-06 10:13:47 +01:00
andy
981bbb5aae display n-D on construction
- also serves to initialise mesh.geometricD() and mesh.solutionD()
  - lazy evaluation of calcDirections() caused prob when running in parallel
2009-05-06 10:07:43 +01:00
Mark Olesen
51f443a345 Merge commit 'OpenCFD/master' into olesenm
Conflicts:
	applications/utilities/mesh/manipulation/createBaffles/createBaffles.C

Can't use [0] to assign the first value of a DynamicList unless it has been
preceded by a setSize() - use append() instead.
2009-05-06 09:33:38 +02:00
henry
395298292d Renamed the LES wall-function back to how it was because it is more generally applicable than just to the Spalart Allmaras model. 2009-05-05 21:58:38 +01:00
henry
162f9d57d8 Fix from Niklas. 2009-05-05 21:25:48 +01:00
henry
01184dfb33 Minor typo correction. 2009-05-05 21:25:22 +01:00
henry
ac37ed4537 Made floatTransfer 0 by default. 2009-05-05 21:25:01 +01:00
henry
fbf67192e0 Change to keep gcc-4.4.0 happy. 2009-05-05 21:24:19 +01:00
henry
48c6fbcab2 Added tags file to help locate files. 2009-05-05 21:23:56 +01:00
Mark Olesen
6e10b0defd adjusted dictionary #inputMode directive
- #inputMode error
  now issues a FatalError on duplicate entries

- #inputMode warn
  issues a warning on duplicate entries, corresponds to the
  old behaviour of 'error'

- #inputMode protect
  prevents overwriting existing entries

The 'protect' mode provides a simple mechanism for supplying default values.
eg,
    in file1:
        #inputMode  protect
        intensity       0.1;
        mixingLength    0.005;
        #inputMode  merge

        inlet
        {
            type        turbulentIntensityKineticEnergyInlet;
            intensity   $intensity;
        }

    which is included from file2:

        intensity   0.05;
        #include    "file1"
2009-05-05 13:18:29 +02:00
Mark Olesen
0be0e96fb9 added 'fixedBlended' scheme - uses a single global blending factor
- fixed misc. copyright dates, other cosmetics
2009-05-04 16:28:07 +02:00
mattijs
f9869e0044 changed message for if cell not found 2009-05-01 12:58:08 +01:00
mattijs
3f41f77db3 tolerance tightened 2009-05-01 12:57:47 +01:00
mattijs
3d88003e77 order of creation consistent with cyclics 2009-04-30 20:31:13 +01:00
mattijs
cb97fa675e use total number of cells/points in parallel 2009-04-30 15:43:20 +01:00
mattijs
fb1256521a added options handling 2009-04-30 15:42:51 +01:00
mattijs
6b5f282937 print ray directions 2009-04-30 09:24:31 +01:00
mattijs
d78cf44114 changed error messages 2009-04-30 09:23:39 +01:00
Mark Olesen
fd44798f82 avoid persistent settings and spurious messages when re-reading fvSchemes
- emit warning for deprecated timeScheme entry
2009-04-30 09:45:03 +02:00
Mark Olesen
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
mattijs
80d533325a added comment 2009-04-29 11:56:08 +01:00
mattijs
b773710d06 remove opteron and no-gcse switch
modified:   SiCortex64Gcc/cOpt
	modified:   SunOS64Gcc/cOpt
	modified:   linux64Gcc/c++Opt
	modified:   linux64Gcc/cOpt
	modified:   linux64Gcc/general
	modified:   linux64Gcc42/c++Opt
	modified:   linux64Gcc42/cOpt
	modified:   linuxGcc/c++
	modified:   linuxGcc/cDebug
	modified:   linuxGcc/general
	modified:   linuxIA64Gcc/cOpt
2009-04-28 22:20:12 +01:00
mattijs
23ef5f08bd pruned unused code 2009-04-28 20:52:56 +01:00
mattijs
4204b4121e update boudaryfield only 2009-04-28 20:52:42 +01:00
mattijs
c67b9e677a scoping 2009-04-28 20:52:19 +01:00
mattijs
68e3014f93 scoping 2009-04-28 20:52:18 +01:00
mattijs
ed3c3c29a1 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-04-28 16:29:26 +01:00
mattijs
4def3721e6 added dependency 2009-04-28 16:29:20 +01:00
graham
b3b650fa98 Added free stream velocity components to tangential velocities. 2009-04-28 13:17:37 +01:00
mattijs
607e9e53b9 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-04-28 12:15:14 +01:00
mattijs
5bc9d3f3f8 stabilise interpolation on zero area faces 2009-04-28 12:14:59 +01:00
mattijs
bfc3a6961e use relaxed mesh checks in shrinking as well as layering 2009-04-28 12:14:05 +01:00
Mark Olesen
3ce125ff48 minor build fix
- createBaffles used List::append(const T&), changed to DynamicList
2009-04-28 10:18:34 +02:00
Mark Olesen
f57c22bb46 set floatTransfer off in code 2009-04-28 10:04:58 +02:00
Mark Olesen
c26396c00e Merge commit 'OpenCFD/master' into olesenm 2009-04-27 15:29:35 +02:00
andy
c227f951de Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-04-27 12:58:27 +01:00
andy
e41ae7eb92 bugfix: incorrect type checking 2009-04-27 10:47:10 +01:00
andy
0b1b0c2962 Merge branch 'dsmc' 2009-04-27 09:39:10 +01:00
Mark Olesen
48247a3d62 consistency update
- DynamicList gets append methods as per List
- misc cosmetic changes
2009-04-27 10:08:29 +02:00