Commit Graph

1287 Commits

Author SHA1 Message Date
mattijs
83d33e425a Merge branch 'master' of /home/hunt2/OpenFOAM/OpenFOAM-dev 2008-10-01 12:13:55 +01:00
henry
f8aa06d1f3 Merge branch 'master' of ssh://hunt/home/hunt2/OpenFOAM/OpenFOAM-dev 2008-09-30 17:38:03 +01:00
henry
3ac92339f1 Changed the SquareMatrix construction from initial size and value and corrected usages of it. 2008-09-30 17:35:58 +01:00
andy
d1f908df2c correcting y[] in updateCoeffs() 2008-09-30 16:55:44 +01:00
andy
cc0dbb0549 adding -fields option 2008-09-30 15:57:55 +01:00
andy
071b8ffe89 adding run-time selectable thermal wall function capability to compressible RAS models 2008-09-30 14:26:46 +01:00
andy
2b163418bc Merge branch 'master' of ssh://hunt/~OpenFOAM/OpenFOAM-dev 2008-09-29 10:14:50 +01:00
andy
5a9cfc954b == assignments for nut/mut 2008-09-29 10:14:41 +01:00
henry
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
henry
b722041fff Corrected reading of "LESProperties". 2008-09-28 22:46:33 +01:00
mattijs
7d56dcf45f Merge branch 'master' of /home/hunt2/OpenFOAM/OpenFOAM-dev 2008-09-28 19:27:13 +01:00
mattijs
0dc639e90a switch off functionObjects 2008-09-28 19:27:04 +01:00
mattijs
b973a688d3 added constness 2008-09-28 19:26:15 +01:00
henry
df283b54f2 Merge branch 'master' of ssh://hunt/home/hunt2/OpenFOAM/OpenFOAM-dev 2008-09-27 09:25:37 +01:00
henry
26f2c24d84 Added support for quadraticFit interpolation scheme.
Added the quadraticFit interpolation scheme.
2008-09-27 09:25:30 +01:00
mattijs
33e30cda6a Merge branch 'master' of /home/hunt2/OpenFOAM/OpenFOAM-dev 2008-09-26 15:00:48 +01:00
andy
1bf595225d adding minMaxFields 2008-09-26 14:29:17 +01:00
andy
4fb952b062 Merge branch 'master' of ssh://hunt/~OpenFOAM/OpenFOAM-dev 2008-09-26 13:41:46 +01:00
andy
6501c66731 updates to auto-creation of new wall function fields 2008-09-26 13:41:40 +01:00
mattijs
e548936cb0 revert to pipe - behaves better 2008-09-26 13:11:31 +01:00
mattijs
1ae6914a8e split off regular expressions 2008-09-26 13:10:27 +01:00
mattijs
749a4bb510 typo 2008-09-26 13:10:12 +01:00
mattijs
7411ec0af0 Merge branch 'master' of /home/hunt2/OpenFOAM/OpenFOAM-dev 2008-09-26 10:57:24 +01:00
mattijs
cbda73951c regular expression wrapping 2008-09-26 10:33:46 +01:00
mattijs
e81c5a29e3 annoying message 2008-09-26 10:33:25 +01:00
mattijs
d1260a58e9 no pointField construction 2008-09-26 10:33:00 +01:00
andy
d8f7b85fd9 Merge branch 'master' of ssh://hunt/home/hunt2/OpenFOAM/OpenFOAM-dev 2008-09-25 18:15:20 +01:00
andy
17d57889ba new min/max function object 2008-09-25 18:09:33 +01:00
andy
63d5360166 Merge branch 'master' of ssh://hunt/~OpenFOAM/OpenFOAM-dev 2008-09-25 13:00:33 +01:00
andy
b6fbaa042b bugfix: turb fields were not being written due to construction from tmp 2008-09-25 13:00:16 +01:00
mattijs
abd6c0dc31 Merge branch 'master' of /home/hunt2/OpenFOAM/OpenFOAM-dev 2008-09-25 12:00:24 +01:00
mattijs
9473b70895 snap to nearest 2008-09-25 12:00:20 +01:00
andy
c38198dc5e correcting nut dimensions 2008-09-25 11:32:51 +01:00
mattijs
16fefa2f14 Merge branch 'master' of /home/hunt2/OpenFOAM/OpenFOAM-dev
Conflicts:

	src/OpenFOAM/containers/Lists/DynamicList/DynamicListI.H
2008-09-25 09:56:08 +01:00
mattijs
b496cf9cec fixes for running with range checking on List 2008-09-25 09:45:47 +01:00
mattijs
bdec40f49b on-the-fly addressing 2008-09-25 09:43:38 +01:00
andy
19337533df fixing typo for incompressible RAS models 2008-09-25 09:32:02 +01:00
andy
8d142532a2 Merge branch 'master' of ssh://hunt/~OpenFOAM/OpenFOAM-dev 2008-09-24 17:05:36 +01:00
andy
0093a587c6 moved compatibility functions from RASModel classes to within turbulence namespace 2008-09-24 17:03:31 +01:00
andy
b76714f202 Merge branch 'olesenm' 2008-09-24 15:40:08 +01:00
andy
b2652f3cee moving headers from templates to main RASModel.H to avoid breaking compilation of solvers and utilities due to new template functions 2008-09-24 14:54:47 +01:00
andy
aacc33e946 removing spurious link to malloc 2008-09-24 13:43:13 +01:00
andy
d5c9c0ab43 models now create/modify turbulence fields automatically on constrcution to comply with new wall function specification 2008-09-24 12:43:29 +01:00
Mark Olesen
75fc90027c Revert "added massFlowRate bc to ease transition from OpenFOAM-1.4"
This reverts commit 248b15e7c7.
2008-09-24 13:34:51 +02:00
mattijs
7fe0ded9f8 changed to UPtrList 2008-09-24 11:28:30 +01:00
henry
8e4c7fb2c3 Corrected output of patch area. 2008-09-24 11:10:45 +01:00
mattijs
972190e98c incorrect non-blocking transfer 2008-09-23 17:56:42 +01:00
andy
4cf87c65bd updated structure for wall functions 2008-09-23 15:50:04 +01:00
andy
3d1f0e205d removing old include files 2008-09-23 15:48:58 +01:00
andy
9774bf2d0d updaing to include compressible case 2008-09-23 15:13:53 +01:00