9a93918e1d
Measuring temperature by the average kinetic energy per degree of freedom to allow for a mix of linear, mono-atomic and 6dof molecules in a case.
2009-01-27 14:47:49 +00:00
c048dd88c7
use new IOobject constructor: blockMesh, surfaceCoordinateSystemTransform(beta)
2009-01-27 15:12:19 +01:00
defe13e205
fileName gets additional convenience methods
...
- exists() = forward to OSspecific exists(...)
- isDir() = forward to OSspecific dir(...)
- isFile() = forward to OSspecific file(...)
- IOobjectComponents() - split into instance, local, name following rules
set out for IOobject.
- added IOobject(path, registry, ...) constructor that uses
fileName::IOobjectComponents(). This hides the complexity we otherwise need.
2009-01-27 13:28:45 +01:00
20d0e54aee
Writing XYZ on field write. Reading in and storing siteMasses on constantProperties construction.
2009-01-26 18:37:40 +00:00
1a1a919c70
Minor format change.
2009-01-26 13:27:03 +00:00
038c199051
Corrected the implementation of the spectral function.
2009-01-26 13:26:42 +00:00
1d46bf6fb0
Corrected the handling of no transformation.
2009-01-26 13:26:07 +00:00
295d503d83
PackedList tweaks
...
- set() handles overflow as max_value() - the principle of least surprise.
- use pointers in iterator to avoid any assignment issues. Allows default
bitwise copy/assignment.
2009-01-26 10:16:37 +01:00
94dc33da2e
Merge commit 'bundle/home' into olesenm
2009-01-26 08:28:15 +01:00
84ec272d23
PackedList changes
...
- added Mattijs' speed tests
- optimized resize() and assignment operators to avoid set() method
- add const_iterator and re-did the proxy handling.
Reading/writing by looping across iterators is still somewhat slow, but
might be acceptable.
2009-01-26 00:33:28 +01:00
a922f81999
one-off warning for unsorted boundaries
2009-01-23 17:57:30 +00:00
ce14f243c6
Removed handling of single-quoted strings.
2009-01-23 15:17:01 +01:00
42c04b8505
Merge commit 'OpenCFD/master' into olesenm
2009-01-23 12:51:45 +01:00
f86636edd1
Merge commit 'OpenCFD/master' into olesenm
2009-01-23 10:24:02 +01:00
41c1239a74
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2009-01-23 08:59:39 +00:00
6bd41c513d
missing assignment operator
2009-01-23 08:59:28 +00:00
45bfb91afb
thisDb to get at objectRegistry
2009-01-23 08:46:54 +00:00
55c48861b3
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-01-23 08:35:38 +00:00
3be01b9e86
Added "max" and "min" constants to the primitive types which represent the
...
largest and smallest representable values. Accessible directly and via pTraits.
2009-01-23 08:35:29 +00:00
e78671dea4
Select OpenMPI-1.3.
2009-01-23 08:33:33 +00:00
3684da1bc3
Merge commit 'OpenCFD/master' into olesenm
2009-01-23 08:26:50 +01:00
cc4cd0a171
PackedList: encapsulate calculations in an iterator
...
- eliminated previous PackedBitRef class, the iterator does all of that and
can also be used to (forward) traverse the list
- no const_iterator yet
- Note that PackedList is also a bit like DynamicList in terms of storage
management and the append() method. Since the underlying storage in
integer, any auto-vivified elements will also flood-fill the gaps with
zero.
2009-01-23 01:40:55 +01:00
e788f80b86
Writing XYZ to individual time directories
2009-01-22 21:01:14 +00:00
40c1c2b2af
XYZ files should be in angstroms, scaling appropriately.
2009-01-22 20:30:38 +00:00
bd4d8db171
Added XYZ site writer
2009-01-22 19:39:57 +00:00
1b9bef5dd3
Adding vectors for global pi and tau as well as a triplet of orientation vectors to visualise rotational motion to written fields for post-processing.
2009-01-22 17:20:48 +00:00
5140b7c577
renamed directory
2009-01-22 17:07:49 +00:00
173607fd2d
PackedList gets functionality akin to DynamicList
2009-01-22 16:24:05 +01:00
8ccd361f56
promoted omega0 and omegaSmall to RASModel to be consistent with epsilon0 and epsilon0
...
- removed Cmu from kOmegaSST models - not used
- general tidying up
2009-01-22 10:42:48 +00:00
7040c42e53
Weighing parameter change
2009-01-21 18:39:53 +00:00
9ea81f2883
Blank line removal
2009-01-21 18:02:28 +00:00
fbe607811a
Adding relaxation calculation that adjusts to changes in runTime controls during a run. Experimenting with primary alignment rotations to achieve boundary alignment. Altering template depth back to 60 after master merge conflict resolution.
2009-01-21 17:48:27 +00:00
0b859cba7d
updated incompressible models so that fields that are looked-up can be optionally specified
2009-01-21 17:00:04 +00:00
c48d6279a5
updated compressible models so that fields that are looked-up can be optionally specified
2009-01-21 16:58:54 +00:00
7fe6fca4df
added helper function for writing entries if not default
2009-01-21 16:55:25 +00:00
6d57bb4e7b
added PackedBoolList typedef (used everywhere) and improved PackedList
...
- new members: capacity(), two-argument resize()/setSize(), const storage()
- new static members: max_value(), packing(), etc.
2009-01-21 11:30:10 +01:00
e5f370136d
Reinstating CV2D and CV3D meshers after conflict resolution.
2009-01-21 10:06:38 +00:00
8cf808c2e6
Merging master, conflict with removed test case
2009-01-21 10:05:30 +00:00
8bb395dbf4
Removing CV files temporarily for conflict resolution
2009-01-21 10:04:01 +00:00
f1fbee1fa5
Removing CV2D test case from source tree
2009-01-21 09:26:16 +00:00
4da086b141
Merge commit 'bundle/home' into olesenm
2009-01-21 08:36:37 +01:00
0690c64d31
PrimitivePatchExtra orientation fixed and improved face::edgeDirection()
2009-01-21 01:19:31 +01:00
29db6a6517
Merge commit 'OpenCFD/master' into olesenm
2009-01-20 18:56:29 +01:00
2723998c7b
Merge branch 'master' into molecularDynamics
2009-01-20 17:24:45 +00:00
bbade8795a
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2009-01-20 17:11:07 +00:00
4f87d60530
rename dictionary variable
2009-01-20 16:34:10 +00:00
c44f8aee42
Choosing mine.
2009-01-20 16:33:31 +00:00
b308b17b89
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2009-01-20 16:32:33 +00:00
f97160ba7a
Choosing Andy's
2009-01-20 16:31:48 +00:00
d29e728814
Upgraded.
2009-01-20 16:28:26 +00:00