0fedb6b861
STYLE: corrected comment
2010-03-17 17:47:28 +00:00
35cd2e49b8
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-03-17 11:49:50 +00:00
56acb3752c
STYLE: changed comment
2010-03-17 11:18:48 +00:00
263e9e3361
ENH: have transform mode without automatic ordering
...
Still has automatic transformation tensor calculation
2010-03-17 11:14:28 +00:00
dbe29112e3
MULES limitation removed: sub-cycling time now supported on morphing meshes
...
Support for cell-volume interpolation during time sub-cycling now provided and
used in the MULES VoF solver to allow sub-cycling on morphing meshes.
2010-03-15 17:02:12 +00:00
e4b4bf2bf0
ENH: UIPstream when reaches eof deletes the underlying buffer.
...
Only in PstreamBuffers mode. This makes sure that data from other processors
already handled gets deleted.
2010-03-04 15:03:10 +00:00
bdab648191
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-03-02 09:51:53 +00:00
1c100735cc
BUG: overwrite option does not require an argument.
2010-03-02 09:50:34 +00:00
22ce56db17
Merge branch 'olesenm'
2010-03-01 15:55:30 +00:00
45fdd0e573
ENH: use non-blocking comms
2010-03-01 14:51:54 +00:00
e794f35c86
ENH: moved read index out of UIPstream into PstreamBuffers
...
So now we can read multiple times (using UIPstream) from PstreamBuffers
PstreamBuffers pBufs
UIPstream str1(procI, pBufs);
str1>> ..
UIPstream str2(procI, pBufs);
str1>> ..
2010-02-19 12:49:48 +00:00
91532a8bcb
STYLE: removed unused variable.
2010-02-19 12:47:01 +00:00
07d070b1fc
STYLE: move some doxygen documentation from foamVersion.H -> foamDoc.H
...
- avoids a full rebuild for simple documentation changes
2010-02-19 06:18:19 +01:00
e49e95a53b
Merge branch 'olesenm'
2010-02-17 16:48:44 +00:00
827d7d7a8f
Merge branch 'volPointInterpolation'
2010-02-17 15:20:56 +00:00
62637d8471
ENH: initial overhaul of volPointInterpolation.
...
- removed globalPointPatch*
- removed pointPatchInterpolate*
since all is now inside volPointInterpolation.
2010-02-17 14:01:44 +00:00
3989723067
STYLE: Changed comment
2010-02-17 13:59:30 +00:00
0720fb7466
ENH: Have on coupledPolyPatch per face information on which are collocated
2010-02-17 13:58:46 +00:00
7425942742
DOCU: add date of deprecation to deprecated methods/classes
2010-02-17 12:48:19 +01:00
689d4b2860
ENH: provide operator[] for accessing argList options.
...
- operator[] with label -> get args at index
- operator[] with word -> get named option
2010-02-17 11:43:42 +01:00
b61537bd28
Merge commit 'OpenCFD/master' into olesenm
2010-02-17 09:32:41 +01:00
a7c6b2a547
ENH: Added dummy operation, nopEqOp so gather/scatter becomes scatter only
2010-02-16 18:37:03 +00:00
ce9e29688b
ENH: Added syncPointData routine to apply combineReduce op to shared points.
2010-02-16 18:35:41 +00:00
f5918e7eb0
DOCU: add Doxygen @mainpage information (in foamVersion.H)
...
- also update links from opencfd.co.uk -> openfoam.com
2010-02-16 18:32:17 +01:00
d857d671ac
STYLE: use new argList argRead() method and operator[] for cleaner code.
...
- deprecate argList::additionalArgs() method and remove uses of it
2010-02-16 17:57:49 +01:00
51039eab00
ENH: provide argRead() method and operator[] for accessing argList arguments.
...
- also provide size() method, which returns the number of arguments
2010-02-16 13:11:46 +01:00
ee293cde8e
ENH: add usage information for '-overwrite' option.
...
- make centrally available via #include "addOverwriteOption.H"
2010-02-16 11:44:27 +01:00
bd58fa5322
BUG: globalMeshData::mergePoints was assuming patch was on master processor.
...
Each collocated set of coupled points has a single master assigned to it.
However when doing mergePoints on a patch the master does not have to be
on the patch. So now it returns mesh point labels, not patch point labels.
2010-02-12 12:45:00 +00:00
8cf3f429a5
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-02-11 09:09:54 +00:00
33f36f684f
STYLE: removed extraneous printing.
2010-02-10 14:39:16 +00:00
0bae7febff
STYLE: plane. Wrong constructor description in FatalErrorIn.
2010-02-09 17:49:14 +00:00
7b3da686d8
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-02-08 19:13:37 +00:00
d2b8b58b5c
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-02-08 17:59:06 +00:00
f1ee3d3d6b
BUG: mergePoints on mesh subset (e.g. patch) did not address points correctly.
2010-02-08 17:34:32 +00:00
69215358f6
STYLE: Minor code style corrections
2010-02-08 15:51:20 +00:00
2f0692e002
Merge commit 'OpenCFD/master' into olesenm
2010-02-08 15:01:48 +01:00
3eb95ac527
ENH: New shared point addressing.
...
Now mapDistribute structure to pull data from slaves to master and vice versa.
2010-02-08 11:38:51 +00:00
514aff79a3
ENH: dump .obj file in case of mismatched processor patch.
2010-02-08 11:16:47 +00:00
573bd8ae76
Merge commit 'gitbundle/home' into olesenm
2010-02-08 11:55:21 +01:00
00616b72ff
ENH: Add functionEntry '#calc' to dictionary
...
- handles basic operations, references to other dictionary entries
(with '$name' syntax) and assorted mathematical functions:
pi(), degToRad, radToDeg, asin, acos, atan, sin, cos, tan, log,
log10, mag, atan2, pow
The basic syntax: #calc{ ... };
NOTE the trailing ';' is required for the primitiveEntry to be
properly defined.
2010-02-07 13:58:10 +01:00
8505ac08dd
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-02-04 11:51:50 +00:00
76c0a7bfb9
STYLE: Minor coding style tweaks
2010-02-03 19:08:18 +00:00
ab54683904
ENH: Automatically increase the time precision to make timeNames differ.
...
Before two timesteps could get the same timeName and start overwriting old results.
2010-02-03 16:56:06 +00:00
a562969196
STYLE: use more efficient ++iterator instead of iterator++ in string class.
2010-02-03 17:44:35 +01:00
8426ca1a8c
Merge commit 'OpenCFD/master' into olesenm
2010-02-03 17:40:37 +01:00
d0f2aeb010
STYLE: define derived dimensionSets by calculating from existing ones
2010-02-03 11:36:42 +00:00
1ebc06fda3
Merge branch 'sixDofPatch'
2010-02-02 13:30:39 +00:00
a3caa33ef4
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-01-29 10:29:34 +00:00
8b7f6666ca
ENH: sets are now searched for.
...
Some tools now output sets at the pointsInstance (if relating to geometry),
some at the facesInstance (if relating to topology).
So when loading them we now search for them from current time down
to facesInstance. They cannot be beyond facesInstance.
Adapted Time::findInstance to take optional limiting instance. Adapted
topoSet to use this. Adapted all uses of IOobjectList on sets to do the
same.
2010-01-29 10:25:13 +00:00
6fb475b439
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-01-28 16:08:17 +00:00