dc521b95df
STYLE: consistent use of '= delete'
2018-05-30 12:03:17 +02:00
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
5848b0afd5
BUG: Fixing ray dAve and omega for 1D and 2D cases
2018-06-08 16:55:27 -07:00
698a6d59e0
STY: Tide of chockedNozzle tutorial
2018-06-08 12:22:15 -07:00
ee06e8de33
STY: Cleaning Info statement in BC constructor
2018-06-08 12:20:48 -07:00
fdfc5bd0e9
BUG: Changing naming for log to total heat
2018-06-06 13:24:37 -07:00
46e7dab0cb
ENH: Adding stabilizationSchemes FO and tutorial
2018-06-06 12:54:34 -07:00
47d7405d62
ENH: Updating interFoam/RAS/motorBike tutorial
2018-06-06 12:53:21 -07:00
c229bc8a05
ENH: Adding Fatal error if rEff is zero
2018-06-06 12:51:40 -07:00
82fed8f877
GIT: interDyMFoam: moved tutorial. See #856 .
2018-06-06 13:55:20 +01:00
0a62fb4593
ENH: postProcess: Clear dictionary to avoid merge warning. See #807 .
2018-06-06 09:07:32 +01:00
a7f076385c
ENH: twistingColumn: change decomposition method
2018-06-06 09:06:41 +01:00
d98c901ca4
Merge branch 'develop-pre-release' of develop.openfoam.com:Development/OpenFOAM-plus into develop-pre-release
2018-06-05 10:45:25 -07:00
9d31ff4436
BUG: Update mixture type in tutorials
2018-06-05 10:44:41 -07:00
ea4c4f1b2f
BUG: Correct EP ID 693. Avoid sum flux over proc patches twice
2018-06-05 10:43:46 -07:00
8df0a7022a
STYLE: Minor code update
2018-06-05 16:42:03 +01:00
3530711219
ENH: Refactored the dummyFvMesh code
2018-06-05 16:10:04 +01:00
a3228f861a
ENH: GAMG agglom - more robust treatment for small meshes
2018-06-05 15:13:13 +01:00
67d4736a16
COMP: fvMesh: add hasDb() member
2018-06-05 10:54:58 +01:00
cf9209e42c
GIT: Removed unused files
2018-06-01 15:39:41 +01:00
5162b9b2b3
TUT: Updated residuals FO usage for field output
2018-05-24 15:50:43 +01: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
b393c60d86
ENH: vtk: fix reading of inverted prisms. Fixes #850 .
2018-05-31 12:42:43 +01:00
cd8b67844f
ENH: snappyHexMesh: Remove cells inside any limitRegion with level -1. Fixes #852 .
2018-05-31 10:05:02 +01:00
1c030f441d
STYLE: missing newline in correctPhi.H
2018-05-30 16:18:20 +02:00
12553a2e43
COMP: include /usr/local in search for system headers/libraries
...
- this is consistent with compiler defaults, and helps Darwin users
2018-05-30 14:45:12 +02:00
e43ae3f23f
ENH: detect excess tokens when looking up a dictionary value (issues #762 )
2018-05-30 14:43:48 +02:00
2aaae74ee1
STYLE: consistent ordering of "inline explicit" vs. "explicit inline"
...
- resolve in favour of "inline explicit", which had marginally more
uses and provides consistent prefixing for inline methods.
2018-05-30 12:11:13 +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
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
3de9b2f675
COMP: resolve size ambiguity (Darwin)
2018-05-29 12:36:12 +02:00
14e9ef34e5
Merge remote-tracking branch 'origin/develop' into develop
2018-05-29 10:28:28 +01:00