Commit Graph

488 Commits

Author SHA1 Message Date
e6108fa205 forces: switch-off logging by default 2013-11-06 23:20:23 +00:00
1864c92db5 ENH: nearWallFields: use tracking 2013-11-04 16:33:24 +00:00
7ecf8fa307 Update headers 2013-10-31 10:23:28 +00:00
6df8f705ae 6-DoF solid body motion: Support PIMPLE iteration and acceleration relaxation 2013-10-31 10:22:26 +00:00
81c36f6142 ENH: writeRegisteredFunctionObject - updated to use wordReList for object names 2013-10-11 14:47:51 +01:00
89100a1d25 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-10-04 16:48:35 +01:00
837ca32397 ENH: function obejct updates 2013-10-04 16:44:58 +01:00
2851ad4b4b STYLE: IOFunctionObjectsDoc: typo 2013-10-03 17:24:14 +01:00
27c830958e ENH: forces/forceCoeffs function objects - name output 2013-09-25 16:43:00 +01:00
4a37b52dca Revert "ENH: Updated forces and forceCoeffs bin writing"
This reverts commit 1e711927a7.
2013-09-25 16:12:06 +01:00
34f78234d5 ENH: Updated warning 2013-09-19 17:15:37 +01:00
4c4fb677ce ENH: yPLusRAS function object - store result on mesh database 2013-09-19 15:16:37 +01:00
0b2b703760 ENH: yPlusLES function object - store result on mesh database 2013-09-19 15:16:07 +01:00
500315b17b ENH: wallShearStress function object - store result on mesh database 2013-09-19 15:15:53 +01:00
ec66f480c7 ENH: DESModelRegions function object - store result on mesh database 2013-09-19 15:15:34 +01:00
1083de70a6 STYLEL: Updated copyright dates 2013-09-19 15:15:08 +01:00
c969be872c ENH: regionSizeDistrubtion: optional coordinateSystem for vectorFields 2013-09-18 16:01:08 +01:00
6daff22a52 ENH: writeRegisteredObject: changed default to false 2013-09-12 10:18:06 +01:00
2d773bc089 ENH: adding hook adjustTimeStep to function objects. The hook is called in
Time::adjustDeltaT(). It allows function objects to manipulate the time step to
    dump at adjustable times. The following options are available for output in
    function objects: timeStep, outputTime, adjustableTime, runTime, clockTime
    and cpuTime.
2013-09-09 14:13:21 +01:00
98cc307aec ENH: Function objects - notify when writing results 2013-08-14 11:10:27 +01:00
efa127642d ENH: forces - removed unused entry 2013-08-14 09:52:29 +01:00
10e5fae325 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-08-06 17:19:59 +01:00
10a7220b51 STYLE: partialWrite: typo in comment 2013-08-06 17:16:22 +01:00
7694ad7e81 ENH: fieldAverage - extended to include surface fields 2013-07-30 16:02:50 +01:00
1e711927a7 ENH: Updated forces and forceCoeffs bin writing 2013-07-29 13:09:41 +01:00
2952c7c150 ENH: Updated forces and forceCoeffs so that p and U fields need not exist on construction 2013-07-26 16:08:05 +01:00
d1b98c0d23 ENH: forcesCoeffs - updated writing of data to file 2013-07-26 15:24:42 +01:00
a82d85791f ENH: forces - updated writing of data to file 2013-07-26 15:24:28 +01:00
4f7d70efc6 ENH: pressureTools - updated so that (reference) pressure field not necessary on construction 2013-07-23 14:03:55 +01:00
d339f8217f BUG: fieldAverage - corrected restart behavikour - mantis #898 2013-07-23 12:34:35 +01:00
a6f17edeeb BUG: Corrected transportModel handling in Peclet function object 2013-07-19 12:00:18 +01:00
72ea7b4680 transportModel: remove IOdictionary base-class so that it is entirely abstract 2013-07-07 22:54:33 +01:00
ea94da2168 ENH: Documentation updates 2013-06-13 12:58:03 +01:00
1aefea9df7 BUG: codedFunctionObject: add timeSet functionality 2013-06-10 11:18:17 +01:00
6f40272339 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-07 10:11:37 +01:00
a50d78ea93 EMH: Adding a hook to functionObject called 'timeSet' at the
end of Time::operator++. This allows to know if the next timeIndex will be
a dumping time. The function object "partialWrite" modifyes the write option
of the those fields which will be written down at given intervals of the overall
outout times.
2013-06-07 10:11:07 +01:00
2e1ccf40b7 ENH: Adding a hook to functionObject called 'timeSet' at the
end of Time::operator++. This allows to know if the next timeIndex will be
a dumping time. The function object "partialWrite" modifyes the write option
of the those fields which will be written down at given intervals of the overall
outout times.
2013-06-07 10:08:03 +01:00
3a1c19f2ac Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-05-30 10:30:22 +01:00
5ed7767054 BUG: Updated fieldAverage function object for restart - mantis 854 2013-05-29 11:00:40 +01:00
289049c6df BUG: forces: construct from components does not size 2013-05-29 08:57:23 +01:00
99eb5ad5b4 BUG: Corrections to fieldAverage 2013-05-28 17:18:51 +01:00
0a24a4765e ENH: pressureTools function object - storing pressure result on database 2013-05-28 16:44:17 +01:00
43a8629a99 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-05-22 09:23:34 +01:00
bfc3b12920 ENH: faceSource|cellSource function objects: added warning if field not processed 2013-05-22 09:23:24 +01:00
099ad24c21 STYLE: structuredRenumber: indentation 2013-05-20 09:18:23 +01:00
1ecf2b471a ENH: updated initialisation for fieldAverage function object - mantis #841 2013-05-13 15:32:04 +01:00
c6d61b0179 ENH: Forces function object - refactored divRhoEff function 2013-05-13 12:10:27 +01:00
18d3b81960 ENH: pressurTools function object - simplified usage 2013-05-13 09:38:08 +01:00
02a3327998 ENH: Extended forces and forceCoeffs to include porosity contributions 2013-05-08 17:19:09 +01:00
98a1262035 ENH: Pass fields by reference instead of copy 2013-05-08 12:43:27 +01:00