Commit Graph

108 Commits

Author SHA1 Message Date
4387f7be17 code structuring 2009-10-29 10:56:48 +00:00
42f82562b6 added weighted average option 2009-10-27 16:02:21 +00:00
9221793088 Changing
deltaT().value() to deltaTValue()
and
    deltaT0().value() to deltaT0Value()
across the whole code - faster to return especially if being used
often, in each call to a submodel for example.
2009-10-21 16:36:07 +01:00
6062a1ef66 updates/improvements to the cloud IO system and using new constants 2009-09-04 16:19:57 +01:00
4e1dc5ffe1 removed faceZonesIntegrationFunctionObject - functionality offered by fieldValuesFunctionObject 2009-09-04 10:25:31 +01:00
906a0458da added pressure reference 2009-09-02 17:55:42 +01:00
aabd9bbea8 Back again 2009-08-28 18:21:57 +01:00
47ac4180c9 Corrected handling of the initial time and header. 2009-08-28 17:55:25 +01:00
b9e8d0fa82 corrected comment 2009-08-28 12:35:58 +01:00
b8e6998969 debug printing 2009-08-25 17:41:23 +01:00
3355c8d9eb initial streamlines functionobject 2009-08-25 12:35:48 +01:00
5623ba449a added fieldValues to field function objects library 2009-08-24 17:10:53 +01:00
77a08ec131 added field face/cell values function objects 2009-08-24 16:20:31 +01:00
91fca60f79 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-08-19 16:43:40 +01:00
71b7f89329 more sensible variable names 2009-08-19 11:47:52 +01:00
2d1398b319 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-08-18 17:18:09 +01:00
0c8ca47199 Added support for variable density incompressible solvers. 2009-08-18 17:13:22 +01:00
c6aaf9be58 minor formatting changes 2009-08-17 18:26:35 +01:00
e4727a4860 refactoring 2009-08-17 12:49:32 +01:00
6059bc7cc1 reduce synchronisation 2009-08-10 11:39:51 +01:00
31c76da40f Changed the runtime-selection tables to output a sorted toc. 2009-08-06 18:01:28 +01:00
90b50529ae Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-24 17:41:23 +01:00
d7f5c905c2 updates to copyright dates 2009-07-24 17:36:32 +01:00
816f6b3488 Updated the headers. 2009-07-24 17:01:31 +01:00
ce79182495 Minor reformatting. 2009-07-14 21:11:36 +01:00
9f8271c3ed adding Sergio's faceZonesIntegration function object 2009-07-06 19:47:41 +01:00
222852c523 renamed output field to pStatic 2009-07-06 19:45:31 +01:00
42c240b97e cosmetics/code-tidying 2009-06-11 17:09:19 +01:00
10c2f6bee0 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-05-21 10:13:42 +01:00
8edf105c45 cleanup of time handling (cosmetic changes), used timeSelector in more places 2009-05-20 15:40:30 +02:00
58871d4368 adding writeRegisteredObject 2009-05-19 18:18:56 +01:00
886cab29a0 Merge branch 'master' into dsmc 2009-04-09 10:58:32 +01:00
6d265b0a5f Modifying dsmcFields to allow negative rhoNMean values, only cheching for min(mag(rhoNMean)) < VSMALL 2009-03-18 10:29:05 +00:00
e5dd634327 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-03-13 16:43:36 +00:00
c5b894cf01 minor clean-up 2009-03-13 15:35:18 +00:00
156b71b9f1 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-03-12 17:22:35 +00:00
ccb4adc73c Added to the forces functionObject the ability to read a force density (fD) volVectorField directly rather than a p and U field. To use, the following entries go in the controlDict directForceDensity true; fDName fDMean; 2009-03-12 12:16:36 +00:00
ded140c2e8 Added a resetOnOutput switch to fieldAverage to allow the averaging to be only of the preceding writeInterval for transient cases. 2009-03-11 12:27:51 +00:00
e49d70a85a Created new functionObject for dsmcFields, renamed post processing utility dsmcFields to dsmcFieldsCalc and calling function object from there. 2009-03-09 19:29:08 +00:00
6820f33509 incorrect read option 2009-03-02 15:09:23 +00:00
6b3e3c6597 dynamicPressure -> staticPressure 2009-02-24 16:47:24 +00:00
4b60453cf1 use while (runTime.loop() { .. } where possible in solvers
- change system/controlDict to use functions {..} instead of functions (..);
  * This is internally more efficient
- fixed formatting of system/controlDict functions entry

- pedantic change: use 'return 0' instead of 'return(0)' in the applications,
  since return is a C/C++ keyword, not a function.
2009-02-18 08:57:10 +01:00
663e9b7abf start simplification of fieldAverage
- track previous time index and to avoid recalculating averages.
- make sure averages are up-to-date before calling write
2009-02-17 16:21:41 +01:00
fee6e312b9 Time and functionObject updated for end()
- added end() method to functionObject, functionObjectList & associated classes
- moved outputFilters from src/sampling -> src/OpenFOAM/db/functionObjects
2009-02-17 12:48:10 +01:00
5e7339fe15 Merge commit 'OpenCFD/master' into olesenm 2009-02-13 16:05:16 +01:00
c350f6958c register averages 2009-02-13 11:30:03 +00:00
5ce9333c4c Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-02-13 09:01:17 +00:00
0685f59b4a changed comment 2009-02-13 08:59:47 +00:00
fafb3e8885 functionObjectList and Time modifications
- added clear() method to functionObjectList. It also gets called by ~Time().
  This should destroy function objects before anything else gets
  destroyed (eg, objectRegistry).
2009-02-12 22:13:30 +01:00
3eb5b19447 mesh gets deleted before functionObject 2009-02-10 23:32:56 +00:00