8752f77ab9
ENH: adjust output format of profiling (issue #157 )
...
- output as dictionary format instead of PtrList.
Makes it easier to manipulate (changeDictionaryDict, foamInfoExec).
2016-06-28 15:52:58 +02:00
b9bb92b65d
ENH: provide configuration settings for FFTW
2016-06-28 15:27:11 +02:00
8549012947
ENH: Added new syntheic turbulence inlet boundary condition for LES/DES
...
Reference:
Poletto, R., Craft, T., and Revell, A.,
"A New Divergence Free Synthetic Eddy Method for the
Reproduction of Inlet Flow Conditions for LES",
Flow Turbulence Combust (2013) 91:519-539
2016-06-28 14:23:17 +01:00
c233552dda
ENH: cachedRandom - added 'shuffle' function to shuffle list inplace
...
BUG: cachedRandom - updated how generator is (re)initialied
2016-06-28 13:55:58 +01:00
1bef3ab2e6
functionObjects::fieldExpression: Standardized warning message
2016-06-28 13:52:10 +01:00
9c37e165f7
utilities particleTracks, steadyParticleTracks: Updated and corrected
2016-06-27 20:44:11 +01:00
d328fba605
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2016-06-27 11:36:25 -07:00
248af9e43a
Fixing set up for verticalChannelLTS
2016-06-27 11:33:32 -07:00
1988e4bb60
STYLE: avoid backticks for getApplication
2016-06-27 17:50:55 +02:00
1ab64a0dd9
rigidBodyMeshMotion: Check for attempted assignment of patches to a merged body
2016-06-27 16:31:51 +01:00
dd60cfcd06
FIX: provide restore0Dir function to fix issue #159
...
- makes it easier to ensure the correct behaviour, consistently
2016-06-27 16:33:55 +02:00
ca9923932a
BUG: decomposePar: force creation of uniform dir. Fixes #163
2016-06-27 11:18:06 +01:00
cbc169adba
ENH: insideCells: does not run parallel. Fixes #162 .
2016-06-27 10:14:18 +01:00
850013e732
functionObjects::XiReactionRate: Writes the turbulent flame-speed and reaction-rate volScalarFields for the Xi-based combustion models
...
Replaces the obsolete and 'wdot' utility.
2016-06-27 08:58:36 +01:00
28f049e9b9
writeCellCentres utility: Replaced by writeCellCentres functionObject
...
postProcess -func writeCellCentres
2016-06-27 07:51:19 +01:00
704cfa1e0a
ENH: add timing/memory info to foamToEnsight, foamToEnsightParts, foamToVTK
...
- useful for performance comparisons
2016-06-26 15:39:43 +02:00
4e09a6e598
foamGraph.*: Simplified scripts
...
Added a 'deprecated' comment and recommendation to use 'foamLog'
2016-06-25 22:14:25 +01:00
6bf368c925
bin/foamGraph.*: Converted to POSIX shell
2016-06-24 22:32:50 +01:00
6a2a5cbd24
foamListSourceFiles: keep .orig files
2016-06-24 22:32:22 +01:00
c28a45a8c5
Corrected file permissions
2016-06-24 22:32:08 +01:00
dea6a3c6e8
wmake/Allwmake: Completed support for targetType 'objects'
...
Patch contributed by Mattijs Janssens
2016-06-24 15:25:11 +01:00
186b2c1c69
potentialFoam: simplify the Phi BCs to use only fixedValue and zeroGradient by default
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2129
2016-06-24 15:16:51 +01:00
09819c52e0
tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel: Updated entrainment BC
2016-06-24 14:06:30 +01:00
a1b524f8bc
etc/config.sh/aliases: For backward-compatibility unalias wmRefresh if it is defined as an alias
2016-06-24 10:36:04 +01:00
8ba70962b2
Merge branch '3rdparty-updates' into 'develop'
...
3rdparty updates
See merge request !49
2016-06-24 10:09:19 +01:00
6b6a73d9b2
applications/utilities/mesh/generation/Allwmake: Build foamyHexMesh if FOAMY_HEX_MESH is set
2016-06-24 08:48:29 +01:00
56985cdae8
Doxygen: Updated header
2016-06-23 16:06:12 +01:00
bd64b4059f
CGAL: Set to use the system CGAL installation by default
2016-06-23 16:05:44 +01:00
d8fcf89570
Doxygen: Cleanup 'dot' files
2016-06-23 16:05:19 +01:00
e680a2716b
Updated header
2016-06-23 16:05:11 +01:00
f7801bd815
Corrected file permissions
2016-06-23 16:05:02 +01:00
4b7056acf9
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2016-06-23 15:46:30 +01:00
92f833db75
ENH: snappyHexMesh: walk through faceZones without attached cellZone
...
If a side is not yet assigned to a cellZone (but the neighbour is)
and the surface is not related to a faceZone, assign the neighbour cellZone.
Fixes #156
2016-06-23 15:44:41 +01:00
32a6697728
Merge remote-tracking branch 'origin/develop' into develop
2016-06-23 16:16:38 +02:00
95c9e53a14
STYLE: remove echo to stdout for profiling::writeNow()
2016-06-23 16:15:27 +02:00
53d1084723
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2016-06-23 14:54:07 +01:00
4d95d6e8d9
BUG: Continuation of #155 - further fix for accessing data object
2016-06-23 14:53:50 +01:00
ea58a523da
ENH: use long for number of calls in profiling (issue #157 )
...
- provide a static profiling::print(Ostream&) method to output
values to a log file.
2016-06-23 14:34:45 +02:00
eb3ba2479a
BUG: disturbing warning about multiple initialization of profiling
...
- For example, decomposePar use multiple simultaneous Times.
So permit multiple initialization without a warning. (issue #157 )
2016-06-23 14:18:17 +02:00
08be9fcb5d
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2016-06-22 09:19:36 -07:00
36ad131dc9
ENH: Correcting T.particles outlet BC for fluidsedBed
2016-06-22 09:18:58 -07:00
9aa3681dcc
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2016-06-22 16:52:39 +01:00
cc68190167
BUG: runTimePostProcessing - set the appropriate cell or point data type. Fixes #155
2016-06-22 16:52:16 +01:00
85e246b8f2
BUG: profiling dictionary could be binary/compressed ( fixed #157 )
...
BUG: memInfo not activated by -profiling option (fixed #157 )
2016-06-22 17:20:15 +02:00
2ca4082852
ENH: snappyHexMesh: add profiling of snappyHexMesh
2016-06-22 16:12:18 +01:00
3cf049a88b
Merge branch 'feature-AMIMethod' into 'develop'
...
mapNearestAMI: move normalisation to AMIMethod.
Avoids cells shared among processors to be counted multiple times and having
weights > 1.
See merge request !37
2016-06-22 14:59:09 +01:00
b0b25c5f7e
Merge branch 'feature-mapFields' into 'develop'
...
mapping constraint patches
See merge request !48
2016-06-22 14:48:45 +01:00
a8b0552338
Merge branch 'feature-profiling' into 'develop'
...
high-level profiling/timing functionality
See merge request !47
2016-06-22 14:46:50 +01:00
b10a913332
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2016-06-22 11:25:18 +01:00
b8edbb9fe1
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2016-06-22 11:24:30 +01:00