5aa955c9d2
GIT: include submodules in develop-pre-release branch
2018-06-11 11:53:29 +02:00
6b15244de3
STYLE: Enum instead of NamedEnum for fileOperation
2018-06-11 11:40:40 +02:00
f9fe71815a
STYLE: consistent use of '= delete' for removed constructors/assignments
...
- make the purpose more explicit, and reduces some work for the
compiler as well.
2018-05-30 12:03:17 +02:00
6b6b36afd3
STYLE: revert bitSet/HashSet setMany() to set() method (issue #837 )
...
- improves backward compatibility and more naming consistency.
Retain setMany(iter1, iter2) to avoid ambiguity with the
PackedList::set(index, value) method.
2018-05-29 17:38:02 +02:00
3de9b2f675
COMP: resolve size ambiguity (Darwin)
2018-05-29 12:36:12 +02:00
eeb725715d
BUG: decomposeParDict: ignores mesh region. Fixes #848 .
2018-05-29 10:26:22 +01:00
fe21322939
BUG: Corrected ConeNozzleInjection injected posisions in parallel operation. See #840
2018-05-30 14:05:53 +01:00
e747024c34
BUG: Corrected header documentation - see #831
2018-05-29 15:28:44 +01:00
ffe8048e04
BUG: COxidationIntrinicRate - corrected eta. See #842
2018-05-29 15:10:19 +01:00
5e9ba0bc72
ENH: Darwin emulation for addr2line
2018-05-29 11:21:59 +02:00
bd33a382ee
COMP: define additional UIndirectList iterator member types ( closes #847 )
...
- required for std::iterator_traits specialization, which is used by
the std::max_element algorithm on Darwin.
2018-05-29 08:56:08 +02:00
30309e9a65
COMP: 64-bit label ambiguity
2018-05-29 11:16:20 +02:00
7e270fc482
STYLE: formatting of scotch options
2018-05-29 09:57:30 +02:00
14e9ef34e5
Merge remote-tracking branch 'origin/develop' into develop
2018-05-29 10:28:28 +01:00
ca6b6cee8d
BUG: decomposeParDict: ignores mesh region. Fixes #848 .
2018-05-29 10:26:22 +01:00
7df0608306
STYLE: inline shorterPath function for printStack
2018-05-28 17:44:26 +02:00
d318a630b6
ENH: add directive '#sinclude' (or '#includeIfPresent' as long name)
...
- consistency with make and more succinct.
- reduce code duplication in findEtcFiles.
2018-05-28 13:38:03 +02:00
e3bb7ffd25
STYLE: avoid mix of 'sinclude' and '-include' in make files
2018-05-28 10:46:40 +02:00
5162b9b2b3
TUT: Updated residuals FO usage for field output
2018-05-24 15:50:43 +01:00
26bb05d6f0
BUG: cyclicPeriodic: wrong indexing. Fixes #838 .
2018-05-24 13:29:43 +01:00
417a2f6a73
BUG: reference FO: allocate interpolator on all processors. Fixes #823 .
2018-05-24 09:52:33 +01:00
cb1cd96b04
ENH: snappyHexMesh: directional refinememt.
...
Basic directional refinement:
- only for coordinate aligned meshes
- only for refinementRegions
See the mesh/snappyHexMesh/aerofoilNACA0012_directionalRefinement
tutorial.
2018-05-21 16:51:57 +01:00
85ecb009d7
TUT: Updated input value
2018-05-18 09:57:12 +01:00
d8ea41e7bd
STYLE: foamPwd (posix) function with some env replacements (issue #844 )
...
- the current working path with replacements for base-level
OpenFOAM env variables such as FOAM_RUN, WM_PROJECT_DIR,
WM_PROJECT_USER_DIR etc
Can be used directly from the command-line or embedded into a
command prompt. For example,
PS1='$(foamPwd)\n\u\$ '
- aliases for user solver/utilities located under "$WM_PROJECT_USER_DIR":
(ufoam, uapp, usol, uutil)
2018-05-17 15:33:59 +01:00
66df3369dc
BUG: ConeInjection - corrected number of parcels injected for multiple injector positions
2018-05-17 09:04:00 +01:00
1844ce5ab2
BUG: wrong sizing index for VTK legacy polyhedrals ( closes #829 )
2018-05-16 15:57:49 +01:00
c18a2a6370
BUG: compiler-specific INTELMPI not always found ( closes #830 )
...
- tie the MPI rules to the base compiler type *without* its version.
Eg, linux64Gcc (which exists) instead of linux64Gcc81
2018-05-16 12:36:29 +01:00
5b9c4ceae5
ENH: rigidbodyDynamics: prescribed rotation + testcase
...
See:
src/rigidBodyDynamics/restraints/prescribedRotation
tutorials/multiphase/overInterDyMFoam/boatAndPropeller
2018-04-19 17:54:24 +01:00
430367b25a
STYLE: shm: indentation
2018-03-01 17:09:39 +00:00
e5d4fbcd72
BUG: snappyHexMesh: cutting imcompatible with corner-point detection
2018-02-21 11:08:21 +00:00
9b330a9e68
ENH: updated residuals function object field output
...
Fields now correspond to the initial residual for the first solver
iteration
2018-01-17 13:19:36 +00:00
6312f80918
ENH: residuals function object - extended to write residual fields
...
Residual fields can be written using the new 'writeFields' entry, e.g.
functions
{
residual
{
type residuals;
libs ("libutilityFunctionObjects.so");
fields (".*");
writeControl writeTime;
writeFields true;
}
}
Fields currently correspond to the initial residual for the last solver
iteration.
2018-01-16 12:13:11 +00:00
08193a50fa
ENH: Pair collision model - added ramp time to bleed-in force contributions
2018-05-22 10:05:36 +01:00
885c47150e
ENH: chemFoam - updated mesh creation
2018-01-11 21:34:27 +00:00
aec949d7cc
ENH: Consistency improvement for setting postProcessing directory name
2018-02-27 14:37:05 +00:00
853b9abb79
ENH: Utilities - add -region option when creating meshes
2018-01-16 12:10:20 +00:00
66ba2dd674
ENH: check case tool - updated command line arguments:
...
-dry-run : perform check only and no writing
-dry-run-write: perform check and write to the next time step. This
also triggers function objects that fire on the call to write()
2018-02-26 11:46:03 +00:00
b50bbc7ef2
ENH: Added new dry-run options to solvers
2018-01-11 14:23:17 +00:00
1791a3a334
ENH: Added tools to generate simplified meshes used to check case set-ups
2018-01-11 14:21:51 +00:00
a2762d16fa
ENH: Field - read error if insufficient values provided, but allow if more are available
2018-01-12 14:19:46 +00:00
eedb266c72
ENH: polyBoundaryMeshEntries - respect IOobject read flags
2018-01-11 14:19:39 +00:00
a1e5e4abcb
COMP: move error trap to within debug scope
2018-01-12 10:03:47 +00:00
8dadd181c1
ENH: surfaceInterpolation - improved robustness when dealing with empty patches
2018-01-11 14:20:26 +00:00
27888bf7aa
ENH: Updated mechanism to create empty sets and zones
2018-05-22 10:10:48 +01:00
34606f54b9
COMP: Updated createDpDt for moving meshes
2018-06-01 15:39:28 +01:00
f51ee9a0e2
Merge remote-tracking branch 'origin/develop' into develop-pre-release
2018-05-31 17:34:16 +01:00
ec5d9cdf01
Merge remote-tracking branch 'origin/develop' into develop-pre-release
2018-05-29 12:13:58 +01:00
d703f09d11
BUG: fileOperation: avoid par syn in uncollated. Fixes #846 .
2018-05-29 12:13:13 +01:00
9d5cb5751e
ENH: additional methods for tmpNrc (as per tmp)
...
- move constructable
- factory methods: New, NewFrom
- reset methods
2018-05-28 17:01:03 +02:00
369604e935
Merge branch 'develop-pre-release' of develop.openfoam.com:Development/OpenFOAM-plus into develop-pre-release
2018-05-22 14:06:07 -07:00