ccfb6e32a6
Corrected headers.
2010-06-23 16:54:54 +01:00
28b1a9e2c6
Merge branch 'olesenm'
2010-06-03 10:25:03 +01:00
c51a2b0f63
ENH: have MUST_READ_IF_MODIFIED on IOdictionary construction
2010-06-02 09:48:07 +01:00
895a077cb1
STYLE: fixup some dictionary headers
2010-05-18 11:38:07 +02:00
3fef72510e
STYLE: use switch value for 'writeCompression' in controlDict's
...
- simpler/clearer to use "on/off" instead of "compressed/uncompressed"
2010-04-09 13:12:35 +02:00
10141f907b
STYLE: use dict entry for function objects in controlDict
2010-04-09 12:23:25 +02:00
d29c438657
STYLE: use url for FSF license instead of postal address, switch to GPL v3
2010-03-29 14:07:56 +02:00
711e0a42dd
Updated function object example usage
2010-01-08 12:16:01 +00:00
3d9c822022
Added abortCalculation function object, exposed Time::stopAtControls
...
- still needs fine-tuning (testing) to see if it reacts as anticipated under
various conditions.
2009-11-06 17:18:32 +01: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
c6aaf9be58
minor formatting changes
2009-08-17 18:26:35 +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
e5dd634327
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-03-13 16:43:36 +00:00
156b71b9f1
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-03-12 17:22:35 +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
6820f33509
incorrect read option
2009-03-02 15:09:23 +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
c350f6958c
register averages
2009-02-13 11:30:03 +00:00
0685f59b4a
changed comment
2009-02-13 08:59:47 +00:00
3eb5b19447
mesh gets deleted before functionObject
2009-02-10 23:32:56 +00:00
8c48065e18
remove copy
2009-02-05 15:28:51 +00:00
654f844386
moved field-related function objects to field subfolder
2009-01-13 17:29:54 +00:00