80707849f3
Merge branch 'master' into lagrangianDev
2009-02-20 16:36:38 +00:00
ef8ac6ff9e
message change
2009-02-19 22:41:23 +00:00
4f23395fb9
Added buoyancy effects
...
- NOTE: not included pRef - still needs to be done (somehow)
2009-02-19 17:58:25 +00:00
3c5afbfcac
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2009-02-18 17:08:00 +00:00
0e2f77b170
iso surface on coupled bc
2009-02-18 17:05:56 +00:00
a40999c586
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-02-18 12:30:33 +00:00
c2c0c66fd2
typo
2009-02-18 11:15:47 +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
aa6710901e
Added Time::loop() to allow the
...
while(runTime.loop())
{
...
}
idiom.
Demonstrated in the shallowWaterFoam solver.
2009-02-17 22:00:59 +00:00
19aa23d707
Merge commit 'OpenCFD/master' into olesenm
2009-02-17 16:35:00 +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
5e34369a32
using IOobjects for reading
2009-02-16 18:55:28 +00:00
c64902ea74
Use gSum rather than sum for parallel running.
2009-02-15 21:45:13 +00:00
8a474e2de1
Corrected typo.
2009-02-15 21:44:44 +00:00
6206a2e1a5
Stabilised the models by forcing the production of k and epsilon to be positive
...
even when the dot-product of the Reynolds stress and the gradient of velocity is
negative. Currently this is done by taking the magnitude, another alternative
would be to take only the positive part.
2009-02-15 21:43:06 +00:00
f266f17adf
Updates from Niklas:
...
Better properties for CH4N2O
Limiting the temperature to the boiling-point in parcel
2009-02-15 21:39:20 +00:00
c063d04a3d
Small cleanup.
2009-02-15 21:37:29 +00:00
e51f57c708
Merge branch 'tutorials'
2009-02-13 19:11:40 +00:00
3ec6e289ed
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-02-13 19:06:54 +00:00
5e7339fe15
Merge commit 'OpenCFD/master' into olesenm
2009-02-13 16:05:16 +01:00
d21869b580
cosmetics
2009-02-13 14:13:51 +00:00
e03979ad3b
functionObjectList added manualStart()/manualExecute()
...
- can call start()/execute() manually regardless of the execution status
2009-02-13 15:10:22 +01:00
94bec509ce
acos bounds
2009-02-13 12:39:40 +00: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
a13be52006
initialisation order
2009-02-13 08:59:33 +00:00
d4dcd5bd55
delayed transformation calculation
2009-02-13 08:59:22 +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
b1f65a8254
new BC for compressible density
2009-02-12 18:34:17 +00:00
d8ec3376fc
avoid calling functionObjectList twice with Time::operator+=()
...
- make functionObjectList mutable so it can change behind our back
2009-02-12 16:01:39 +01:00
b5a1f09321
functionObjectList with SHA1Digest tracking
2009-02-12 10:51:30 +01:00
c39c135b64
general update + enabled absolute/specific option
2009-02-11 15:25:27 +00:00
ac084b840b
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-02-11 12:45:17 +00:00
3d126aca51
Merge commit 'OpenCFD/master' into olesenm
2009-02-11 10:37:22 +01:00
28872c4432
moved SHA1::Digest class to SHA1Digest to allow forward declarations
2009-02-11 10:34:45 +01:00
adfd825441
SHA1, dictionary improvements
...
- added class OSHA1stream for a stream-based calculation method
- dictionary gets digest() method
- dictionaryEntry tweak: avoid trailing space after dictionary keyword
2009-02-11 00:46:01 +01:00
3eb5b19447
mesh gets deleted before functionObject
2009-02-10 23:32:56 +00:00
9eaaff14c4
included subtract method
2009-02-10 18:38:01 +00:00
5235d41622
single operations only
2009-02-10 17:39:00 +00:00
5f82861d41
meshTools dependency on decomposition lib
2009-02-10 17:38:09 +00:00
c3cf5fd7e5
separate mpi-dependent build files
2009-02-10 16:49:30 +00:00
7bc85824aa
typos
2009-02-10 16:49:03 +00:00
c4ddbe1b59
improved error message
2009-02-10 14:33:43 +00:00
8e3b458231
added SHA1 class
2009-02-10 13:58:00 +01:00
096b9f3bc1
typo
2009-02-09 16:53:19 +00:00
b7e06b2c33
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-02-09 16:11:31 +00:00
f29b065ea7
cyclics handling
2009-02-09 15:58:41 +00:00
f4d1f6fa09
added dimEnergy
2009-02-09 13:19:39 +00:00