56615ec465
Merge remote-tracking branch 'origin/develop' into feature-alltoall
...
Conflicts:
src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionaryIO.C
src/OpenFOAM/db/IOstreams/Pstreams/Pstream.H
src/OpenFOAM/db/IOstreams/Pstreams/PstreamBuffers.C
src/OpenFOAM/db/IOstreams/Pstreams/PstreamBuffers.H
src/OpenFOAM/db/IOstreams/Pstreams/UPstream.C
src/OpenFOAM/db/IOstreams/Pstreams/UPstream.H
src/OpenFOAM/db/IOstreams/Pstreams/combineGatherScatter.C
src/OpenFOAM/db/IOstreams/Pstreams/exchange.C
src/OpenFOAM/db/IOstreams/Pstreams/gatherScatter.C
src/OpenFOAM/db/IOstreams/Pstreams/gatherScatterList.C
src/OpenFOAM/db/regIOobject/regIOobjectRead.C
src/Pstream/dummy/UPstream.C
src/Pstream/mpi/UPstream.C
src/lagrangian/basic/Cloud/Cloud.C
src/meshTools/regionSplit/regionSplit.C
2016-06-02 15:07:51 +01:00
2a07e34fb0
ENH: vtkSurfaceWriter: user-specifiable precision.
...
Partly solves #65 . Ensight writer is fixed but all the other ones probably
need doing as well.
2016-06-01 17:43:14 +01:00
8a7880af2e
BUG: ensightBinaryStream: avoid overflow. Fixes #132
2016-06-01 14:44:30 +01:00
8c35c8b611
BUG: Allwmake: using old Make/ location
2016-06-01 13:31:07 +01:00
42519734c7
ENH: snappyHexMeshDict: improved comment
2016-06-01 12:52:09 +01:00
e8d73e5546
BUG: snappyHexMesh: zoning would set unset regions to back ground region
...
instead of removing them. Now done similar to 23x:
- in 'removing unreachable parts of mesh' keep regions unset (so they get removed)
- in final zoning set to background region
See Gitlab #66 .
2016-05-18 14:14:41 +01:00
ecdc2b2a60
Merge branch 'feature-iotweaks' into 'develop'
...
Feature iotweaks
Enhancements for #114 and #115 . Tagged as WIP, since there may be some need for discussion/rework prior to merging.
See merge request !35
2016-05-13 06:52:11 +01:00
5f73cb6170
Merge branch 'merge-foundation' into 'develop'
...
Merge foundation
Integrating latest code from the OF Foundation - main changes:
Lots of renaming/refactoring:
- to retrieve reference from tmp, now need to use tmp.ref() as opposed to tmp()
- fvc::flux function to replace fvc::interpolate(<field>) & mesh.Sf()
- integration of new c++ features: no more spaces between closing template braces, e.g. class1<class2<Type> > becomes class1<class2<Type>>
- DataEntry renamed to Function1
New functionality:
- Updated 6DoF
- fvOptions support in turbulence models
See merge request !33
2016-05-10 14:33:15 +01:00
26e1b299f6
Merge branch 'RunFunctions' into 'merge-foundation'
...
ENH: added -decomposeParDict as argument to getNumberOfProcessors()
Continuing discussion at
1507178a1b (note_1093)
Now the Allrun script could be
```
runParallel -decomposeParDict system/decomposeParDict-6 snappyHexMesh -overwrite
```
Thanks @Mattijs
See merge request !36
2016-05-06 11:04:45 +01:00
e0a0f94e6f
ENH: added -decomposeParDict as argument to getNumberOfProcessors()
2016-05-06 11:25:11 +05:30
62144e4dd7
Revert "Change boundaryRadiationProperties and boundaryRadiationPropertiesPatch to mesh object and changing tutorials accordingly"
...
This reverts commit 662f9242e9 .
Note: functionality moved to feature-boundaryRadiationProperties branch
2016-05-05 12:21:23 +01:00
f4af153381
BUG: bashrc: correct WM_PROJECT, set WM_MPLIB to SYSTEMOPENMPI,
2016-05-05 11:26:08 +01:00
b6270e821c
COMP: metisDecomp: change processor weights to float
2016-05-05 11:22:22 +01:00
713f71088c
Merge branch 'merge-foundation' of develop.openfoam.com:Development/OpenFOAM-plus into merge-foundation
2016-04-29 15:53:31 -07:00
a15b03e5e2
source scotch in etc/bashrc
2016-04-29 15:53:07 -07:00
662f9242e9
Change boundaryRadiationProperties and boundaryRadiationPropertiesPatch to mesh object and changing tutorials accordingly
2016-04-29 15:51:08 -07:00
48caf88af9
STYLE: corrected header
2016-04-29 15:47:35 +01:00
79254ff222
BUG: bashrc - added missing _foamSource scotch
2016-04-29 08:55:53 +01:00
57d0c9bdda
STYLE: boundaryRadiationProperties updates
2016-04-28 17:24:50 +01:00
97eb58fa74
STYLE: Minor code clean-up
2016-04-28 14:18:17 +01:00
158a925235
ENH: Updated xxx::zero->Zero
2016-04-28 14:17:06 +01:00
af14c117a9
ENH: Integration updates
2016-04-28 09:57:03 +01:00
f0b404748d
ENH: Further tutorial update
2016-04-27 09:41:27 +01:00
d1e4b6dbec
ENH: More tuorial updates
2016-04-26 16:57:35 +01:00
1d5854a4b1
Merge branch 'merge-foundation' of develop.openfoam.com:Development/OpenFOAM-plus into merge-foundation
2016-04-26 15:06:56 +01:00
58513c63bb
ENH: Tutorial updates
2016-04-26 15:04:42 +01:00
41f52d8425
ENH: Tutorial updates
2016-04-26 15:04:42 +01:00
f84c4ba8a2
BUG: boundaryRadiationProperties - updated to use caseConstant() for parallel usage and updated style
2016-04-26 14:35:01 +01:00
90ee8d433f
ENH: Integration updates
2016-04-26 14:34:27 +01:00
9a0bd5831a
ENH: runTimePostProcessing - updated to use c++0x and replaced DataEntry by Function1
2016-04-26 14:33:21 +01:00
16dfd33db8
ENH: Tutorials - updates
2016-04-26 14:32:19 +01:00
a7dcf8fc61
ENH: Tutorials - updated use of -log to use -s
2016-04-26 09:31:44 +01:00
51380edd52
Merge branch 'merge-foundation' of develop.openfoam.com:Development/OpenFOAM-plus into merge-foundation
2016-04-25 17:30:58 +01:00
b9313ef2fe
ENH: Consistency updates after Foundation merge and code tidying
2016-04-25 16:46:56 +01:00
d3157ac905
ENH: snappyHexMesh: Renamed auto* to snappy* to be consistent with latest Foundation changes
2016-04-25 11:52:18 +01:00
fd9d801e2d
GIT: Initial commit after latest foundation merge
2016-04-25 11:40:48 +01:00
69ae5a9a78
GIT: Resolve merge conflict
2016-04-22 13:31:37 +01:00
7854e426cc
BUG: runTimePostProcessing - updated warning message for #99
2016-04-22 13:13:20 +01:00
a592347b91
BUG: functionObjectState required update when accessed via execFlowFunctionObjects- fixes #54
2016-04-22 13:01:21 +01:00
e5a029c187
tutorials/multiphase/interDyMFoam/ras/damBreakWithObstacle: Added alphaPhi to correctFluxes
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=2062
2016-04-21 21:19:01 +01:00
294379d421
tutorials/incompressible/pisoFoam/les/motorBike: Corrected typos
...
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=2061
2016-04-21 21:13:10 +01:00
870d75c2d3
dictionary: Corrected topDict()
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=2060
2016-04-21 21:08:56 +01:00
9d0f4997d3
Tensor, SymmTensor: Simplified invariantII
...
Now the calculation of the 2nd-invariant is more efficient and
accumulates less round-off error.
2016-04-21 21:07:39 +01:00
5f13806591
Updated headers
2016-04-21 21:07:28 +01:00
0aaf154100
utilities/mesh/manipulation: Rationalized "End" message
2016-04-21 21:06:45 +01:00
d57464a99d
transformPoints: Added "End" message
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=2059
2016-04-21 21:05:47 +01:00
ef29ad4ca1
Merge branch 'feature-AMIMethod' into 'develop'
...
ENH: cyclicAMI: added 'method' specification
See merge request !31
2016-04-21 15:09:25 +01:00
a661bf281e
BUG: Function objects - added missing Make entry for residuals function object - fixes #94
2016-04-21 15:07:41 +01:00
810e847265
BUG: runTimePostProcessing - corrected handling of position in scene.C - fixes #99
2016-04-21 15:04:43 +01:00
9b3009e25f
Merge branch 'master' of develop.openfoam.com:Development/OpenFOAM-plus
2016-04-21 13:03:10 +01:00