46dfc66c08
INT: Refactored waves mangrove interaction fvOptions
2018-06-14 11:35:37 +01:00
337aca5fd5
ENH: reduce some isoSurfaceCell regularise failures ( closes #870 )
...
- when the iso-surface (eg, a cut plane, or distanceSurface) passes
exactly through the cell centre, zero-sized triangles can occur.
These should be merged away.
2018-06-14 14:31:07 +02:00
e7d81dfe04
COMP: stop some icc warnings
...
- change "\%" -> "%" in plain string
2018-06-14 13:12:13 +02:00
7ca3da492e
COMP: single-precision build
2018-06-14 12:03:19 +02:00
e59d167ed3
ENH: addr2line for Darwin handles relative addresses for executables
2018-06-14 11:28:05 +02:00
25472673d9
ENH: prescribedRotation: fix testcase. Fixes #872 .
2018-06-13 17:43:36 +01:00
78418c875c
COMP: corrected field construct
2018-06-13 17:36:34 +01:00
2a29de0ff8
INT: Initial commit of Mangroves source from IH Cantabria
2018-06-13 15:10:44 +01:00
54ebae39de
STYLE: mention uniformity index in doxygen
2018-06-13 16:54:28 +02:00
07b573ad5a
BUG: missed parameter in dictionary::readCompat call
2018-06-13 16:09:49 +02:00
f0a92b11d1
STYLE: adjust AMI information (issue #860 )
...
- use "min:xxx" for consistency with other outputs
- adjust decompositionInformation as well
2018-06-13 15:26:59 +02:00
bab72d5139
ENH: multiple updates to interIsoFoam related code
...
- Updated tutorial headers
- Added copyright note to isoAdvector src
- Removed outcommented code lines in interIsoFoam solver
- Removed all LTS from interIsoFoam since this is not currently supported
- Confirmed that discInConstantFlow gives identical results with N subCylces and time step N*dt
- Confirmed that this also holds when nOuterCorrectors > 1.
2018-06-12 23:14:10 +02:00
25a7e4da7b
INT: Initial update of isoAdvector and interIsoFoam to work with AMR.
2018-06-11 17:51:54 +02:00
c909a5df25
GIT: resolved merge conflict
2018-06-13 14:20:18 +01:00
616b91c06e
Merge branch 'master' into develop
2018-06-13 14:17:47 +01:00
765c2051aa
BUG: fftw: missing normalisation. See #867 .
2018-06-13 14:09:37 +01:00
9258b558f4
ENH: Darwin adjustments
...
- link CGAL (clang version) without reference to mpfr,gmp libraries
- use offset address in printStack for Darwin as well
- alternative handling of feexcept on Darwin
2018-06-13 13:32:19 +02:00
53959e7e45
COMP: ambiguous construction from tmp (clang)
...
STYLE: more consistent use of dimensioned Zero
2018-06-13 12:46:15 +02:00
51c48fa9c9
BUG: non-uniform distribution for Random::position<label> ( closes #865 )
...
- use floor/truncate instead of round. Backport of changes in the
develop-pre-release branch.
2018-06-13 12:38:13 +02:00
a784afc87d
STYLE: floor/truncate instead of rounding for Random::position (issue #865 )
...
- affects random integer ranges.
Simpler to extend the range by one and floor (truncate) instead of
rounding using odd intervals.
2018-06-13 12:38:13 +02:00
4bafb6fd54
COMP: Added include file to enable derived code extensions
2018-06-13 10:52:08 +01:00
67310ed4ef
ENH: sort cellCentre output according to global cell index (issue #869 )
...
- replace SortableList with sortedOrder, to reduce some overhead
2018-06-13 11:08:58 +02:00
a7425273a0
INT: refactored wave model code
2018-06-13 12:45:40 +01:00
13d49f60fc
INT: Initial commit of the new irregular wave model
2018-06-12 17:21:28 +01:00
cf0a288ead
STYLE: typo in copyright dates
2018-06-12 09:03:30 +02:00
4e8fd19d3d
ENH: Refactored creation of simplified meshes for -dry-run operation
...
TODO: migrate singleCellFvMesh into simplified mesh framework (?)
2018-06-11 12:42:09 +01:00
b2b77c9c13
ENH: add 'cellCentre' sampledSet (issue #869 )
...
- samples on cell centres, can optionally limit based on a bounding box.
Can be used, for example, to extract volume fields into CSV format.
2018-06-12 23:22:23 +02:00
7402cd7b5a
ENH: make sampleSets setSamples movable - preliminary to issue #869
...
- add some more documentation
2018-06-12 19:19:10 +02:00
c05dab5e50
Merge branch 'develop-pre-release' of develop.openfoam.com:Development/OpenFOAM-plus into develop-pre-release
2018-06-12 08:30:23 -07:00
dcfaeef0ad
ENH: Droping tangential U on the master for the swirling fan BC.
2018-06-12 08:29:20 -07:00
5561307913
ENH: improve robustness of ensight surface reader (issue #868 )
...
- improve handling of model: ... line
- simplify parsing of xxx element: ... lines
2018-06-12 14:11:23 +02:00
642e5efdea
Merge remote-tracking branch 'origin/develop-pre-release' into develop-pre-release
2018-06-12 08:23:01 +02:00
3bcbb1615b
ENH: improve uniformity of Random::position<label>() ( closes #865 )
...
- start/end values were underrepresented due to rounding.
Now extend the range to include -0.5 and +0.5 beyond the usual
range to ensure the same number density.
2018-06-12 08:16:06 +02:00
c8d585b136
Merge branch 'develop-pre-release' of develop.openfoam.com:Development/OpenFOAM-plus into develop-pre-release
2018-06-11 16:16:28 -07:00
bb1fe5fcfc
STY: Modifying warning message
2018-06-11 16:15:38 -07:00
5848b0afd5
BUG: Fixing ray dAve and omega for 1D and 2D cases
2018-06-08 16:55:27 -07:00
ee06e8de33
STY: Cleaning Info statement in BC constructor
2018-06-08 12:20:48 -07:00
7602e04ca5
BUG: error with surfMesh transfer from triSurfaceMesh ( closes #862 )
...
- face/point ownership is transferred to the surfMesh, so use these
directly when sampling the interior.
2018-06-08 17:22:40 +02:00
63d07c9ef8
ENH: adjust AMI information for better log processing (issue #860 )
...
- now report as "min = XX max = YY average = ZZ"
instead of as "min/max/average = XX, YY, ZZ"
this makes it easier to parse any particular value
(eg, with foamLog)
2018-06-08 13:43:40 +02:00
10941280cb
BUG: incorrect bitSet auto-vivify in snappy
...
- should use bitSet::set() and not bitSet::operator[] to auto-vivify
out-of-range entries
- use bitSet::test() instead of bitSet::operator[] when testing
non-const variables - circumvents any potential out-of-range issues.
2018-06-07 14:43:10 +02:00
86cd37d144
ENH: check for excess tokens on dimensionedType, Enum (issue #762 )
...
- propagates check for lookupOrDefault etc.
2018-06-07 14:22:06 +02:00
e3ea3b0ce6
STYLE: remove unneeded includes (snappyRefineDriver)
2018-06-07 12:29:37 +02: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
c229bc8a05
ENH: Adding Fatal error if rEff is zero
2018-06-06 12:51:40 -07:00
0a62fb4593
ENH: postProcess: Clear dictionary to avoid merge warning. See #807 .
2018-06-06 09:07:32 +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
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