Andrew Heather
7d389bcead
STYLE: Consistency in Copyright statement
2016-06-27 22:38:50 +01:00
Andrew Heather
efb39a8790
ENH: (further) Doxygen documentation updates for module support
2016-06-27 20:34:19 +01:00
Andrew Heather
4a0c74d292
ENH: readFields function object - read fields on construction
2016-06-27 20:32:12 +01:00
Andrew Heather
d13b2aac5d
STYLE: renamed autoRefineMesh->snappyRefineMesh
2016-06-27 19:32:13 +01:00
Andrew Heather
ae11551ed2
ENH: fvOptions - added new acousticDampingSource to damp spurious pressure perturbations
2016-06-27 19:31:45 +01:00
Andrew Heather
53d1084723
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2016-06-23 14:54:07 +01:00
Andrew Heather
4d95d6e8d9
BUG: Continuation of #155 - further fix for accessing data object
2016-06-23 14:53:50 +01:00
Mark Olesen
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
Mark Olesen
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
sergio
08be9fcb5d
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2016-06-22 09:19:36 -07:00
sergio
36ad131dc9
ENH: Correcting T.particles outlet BC for fluidsedBed
2016-06-22 09:18:58 -07:00
Andrew Heather
9aa3681dcc
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2016-06-22 16:52:39 +01:00
Andrew Heather
cc68190167
BUG: runTimePostProcessing - set the appropriate cell or point data type. Fixes #155
2016-06-22 16:52:16 +01:00
Mark Olesen
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
mattijs
2ca4082852
ENH: snappyHexMesh: add profiling of snappyHexMesh
2016-06-22 16:12:18 +01:00
Andrew Heather
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
Andrew Heather
b0b25c5f7e
Merge branch 'feature-mapFields' into 'develop'
...
mapping constraint patches
See merge request !48
2016-06-22 14:48:45 +01:00
Andrew Heather
a8b0552338
Merge branch 'feature-profiling' into 'develop'
...
high-level profiling/timing functionality
See merge request !47
2016-06-22 14:46:50 +01:00
mattijs
b10a913332
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2016-06-22 11:25:18 +01:00
Andrew Heather
b8edbb9fe1
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2016-06-22 11:24:30 +01:00
mattijs
bcb17b23b1
ENH: createPatch: removed createPatch after snappyHexMesh to remove zero-sized patches
...
This is now handled inside snappyHexMesh with the keepPatches setting.
2016-06-22 11:21:00 +01:00
mattijs
606b952246
ENH: wallBoiling: underrelax mass transfer, solve intermediates tighter
...
Fixes wallBoiling mentioned in #141
2016-06-22 10:20:42 +01:00
mattijs
72652f2781
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2016-06-22 10:06:21 +01:00
mattijs
facb1457f2
ENH: snappyHexMesh: move locationInMesh away from rotor.
...
snappyHexMesh filters out zero-sized patches so no more createPatches.
Fixes part of #152
2016-06-22 10:04:48 +01:00
sergio
48edad64e5
ENH: Improving BC description
2016-06-21 08:45:02 -07:00
sergio
c1a3ad4f00
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2016-06-21 08:24:20 -07:00
sergio
244ec265e2
BUG: Setting transient to true when cloud is not active.
2016-06-21 08:10:21 -07:00
Mark Olesen
db467dbcf8
BUG: foamToVTK produces invalid files ( fixes #154 )
...
- broken by commit 2027059b
(2016-03-09) where the pTraits
nComponents type was changed from int to Foam::direction
2016-06-21 10:21:17 +02:00
mattijs
3fc2ec183d
ENH: potentialFoam: construct Phi with only types() so does not work
...
for initialising 'complex' bcs. Instead now 'clone' from p. Fixes #153 .
2016-06-20 20:57:47 +01:00
Mark Olesen
cbc4e0d96f
ENH: add maxMem information to profiling
...
- value corresponds to the max memory when the corresponding profiling
is started.
Only used when the top-level profiling has memInfo active.
- memInfo is disabled by default, since the new maxMem functionality
otherwise adds overhead with every call.
tutorial:
/lagrangian/reactingParcelFoam/verticalChannelLTS
2016-06-20 21:21:43 +02:00
Mark Olesen
37bf28c249
STYLE: rename Profiling -> profiling
2016-06-20 21:20:31 +02:00
mattijs
5583b78d9d
ENH: snappyHexMesh: revert zoneing back to e8d73e5546
...
since growing single cells just makes the zoneing inconsistent with the
surface intersections (so you don't have a patch when converting surface
intersections to baffles)
2016-06-20 16:39:34 +01:00
mattijs
b1d755aca1
ENH: mapFieldsPar: map (global) constraint patches
2016-06-20 11:25:38 +01:00
mattijs
ae74a9ba6c
COMP: solidChemistryModel: accessing tmp
2016-06-20 11:21:51 +01:00
Mark Olesen
e86d3f2e0e
ENH: add preliminary profiling items into snappyHexMesh
...
- needs more refinement, but provides the general idea.
2016-06-18 01:00:55 +02:00
Mark Olesen
be73d81a22
ENH: support '-profiling' command-line option
...
- this option overrides any controlDict settings as a convenient means
to selecting profiling without messing with the controlDict.
- provide Profiling::writeNow() to emit profiling for utilities that
don't have any natural time increment mechanism to trigger it.
2016-06-17 23:45:03 +02:00
Andrew Heather
e57a0e68a2
ENH: (further) Doxygen documentation updates for module support
2016-06-17 17:41:04 +01:00
Andrew Heather
d31adaeb5e
ENH: (further) Doxygen documentation updates for module support
2016-06-17 17:41:04 +01:00
Andrew Heather
b6ad46e139
GIT: Resolved conflict
2016-06-17 14:20:45 +01:00
Andrew Heather
9e84deeb09
STYLE: Updated template code
2016-06-17 14:11:59 +01:00
Andrew Heather
86cb17b443
ENH: Doxygen documentation updates for module support
2016-06-17 11:53:31 +01:00
Mark Olesen
a39ffa66f2
STYLE: remove unneeded sourcing of scotch
2016-06-16 10:22:58 +02:00
sergio
ad73063ebd
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2016-06-15 17:01:27 -07:00
sergio
6f9a8f5b5a
BUG: Fixing wideBandDiffusiveRadiationMixed in calculation of incident radiation on wall for wide band model.
2016-06-15 17:00:30 -07:00
Mark Olesen
2dc31390df
ENH: add some system information when outputting profiling
...
- basic cpuInfo (model identification, MHz, etc)
- process memInfo
- profiling is activated via the case system/controlDict by
adding a "profiling" sub-dictionary.
Simply add the following (everything enabled):
profiling
{}
Which corresponds to the longer form:
profiling
{
active true; // default: true
cpuInfo true; // default: true
memInfo true; // default: true
sysInfo true; // default: true
}
This can be used to selectively disable any extra information
(eg, you don't want anyone else to know what hardware was used).
2016-06-15 20:17:44 +02:00
Andrew Heather
f029bda6d2
Merge branch 'feature-conservativeACMI' into 'develop'
...
BUG: cyclicACMI: make conservative and remove faceAreas0
Need to review cyclicACMI patch non-overlap values
- values here preserve initial values only
- snGrad - used?
- wall functions - no longer call updateCoeffs with ACMI weights (?)
See merge request !46
2016-06-15 16:16:43 +01:00
mattijs
afbca24927
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2016-06-15 15:51:42 +01:00
mattijs
3819cf1659
BUG: streamlines: failure on muttley, not on local machine.
...
The problem was the demand-loading of the functionObjectProperties
IOdictionary which can cause parallel communication (if timeStampMaster
it scatters the headerOk status). So call setProperty on all processors!
Fixes #118 .
2016-06-15 15:48:38 +01:00
Mark Olesen
c7b27f5af9
ENH: provide basic cpu-information
...
- can be useful later when trying to interpret run-times etc.
Contains only the most basic information.
2016-06-15 12:38:46 +02:00
Mark Olesen
e2d01c02e3
GIT: remove stray (unused) memInfoIO.C file
2016-06-15 11:29:11 +02:00