Johan Roenby
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
Johan Roenby
83b8032dcc
TUT: Modified tutorials and added cyclic test case.
2018-06-12 14:01:25 +02:00
Johan Roenby
25a7e4da7b
INT: Initial update of isoAdvector and interIsoFoam to work with AMR.
2018-06-11 17:51:54 +02:00
Andrew Heather
c909a5df25
GIT: resolved merge conflict
2018-06-13 14:20:18 +01:00
Andrew Heather
616b91c06e
Merge branch 'master' into develop
2018-06-13 14:17:47 +01:00
Andrew Heather
387ee6b2ad
ENH: Updated example usage in header. Fixes #859
2018-06-13 14:11:51 +01:00
mattijs
765c2051aa
BUG: fftw: missing normalisation. See #867 .
2018-06-13 14:09:37 +01:00
Alexey Matveichev
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
Mark Olesen
e3f85039a0
CONFIG: set API version number to 1806 for pre-release branch
2018-06-13 13:10:14 +02:00
Mark Olesen
53959e7e45
COMP: ambiguous construction from tmp (clang)
...
STYLE: more consistent use of dimensioned Zero
2018-06-13 12:46:15 +02:00
Mark Olesen
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
Mark Olesen
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
Andrew Heather
4bafb6fd54
COMP: Added include file to enable derived code extensions
2018-06-13 10:52:08 +01:00
Mark Olesen
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
Andrew Heather
22a7c8bb7f
INT: Updated and added Gabi's irregular multi-direction tutorial
2018-06-13 13:32:56 +01:00
Andrew Heather
a7425273a0
INT: refactored wave model code
2018-06-13 12:45:40 +01:00
Gabriel Barajas
13d49f60fc
INT: Initial commit of the new irregular wave model
2018-06-12 17:21:28 +01:00
Mark Olesen
cf0a288ead
STYLE: typo in copyright dates
2018-06-12 09:03:30 +02:00
Andrew Heather
8f22683615
STYLE: Renamed source files to reflect solver names
2018-06-11 13:44:25 +01:00
mattijs
071d561224
BUG: refineWallLayer: incorrect handlign of useSet option. Fixes #864 .
2018-06-11 13:13:44 +01:00
Andrew Heather
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
sergio
0643a2a941
Merge branch 'develop-pre-release' of develop.openfoam.com:Development/OpenFOAM-plus into develop-pre-release
2018-06-12 18:27:04 -07:00
sergio
b2bb46c39d
ENH: Tutorial modifications for Medium Test - 12.06.2018
2018-06-12 18:26:17 -07:00
Mark Olesen
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
Mark Olesen
7402cd7b5a
ENH: make sampleSets setSamples movable - preliminary to issue #869
...
- add some more documentation
2018-06-12 19:19:10 +02:00
sergio
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
sergio
dcfaeef0ad
ENH: Droping tangential U on the master for the swirling fan BC.
2018-06-12 08:29:20 -07:00
Mark Olesen
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
Mark Olesen
642e5efdea
Merge remote-tracking branch 'origin/develop-pre-release' into develop-pre-release
2018-06-12 08:23:01 +02:00
Mark Olesen
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
sergio
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
sergio
bb1fe5fcfc
STY: Modifying warning message
2018-06-11 16:15:38 -07:00
Mark Olesen
f19b88a53e
GIT: spurious prefix for catalyst submodule naming
2018-06-11 11:49:05 +02:00
Mark Olesen
8b614d4a46
CONFIG: incorrect Qt5 detect (csh variant)
...
- bump to ParaView 5.5.1
2018-06-11 11:48:09 +02:00
sergio
5848b0afd5
BUG: Fixing ray dAve and omega for 1D and 2D cases
2018-06-08 16:55:27 -07:00
sergio
698a6d59e0
STY: Tide of chockedNozzle tutorial
2018-06-08 12:22:15 -07:00
sergio
ee06e8de33
STY: Cleaning Info statement in BC constructor
2018-06-08 12:20:48 -07:00
Mark Olesen
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
Mark Olesen
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
Mark Olesen
c611bd6f94
CONFIG: add hostCollated for -fileHandler completion
...
- in anticipation of future change,
hard-coded choice within bash_completion
2018-06-07 15:43:46 +02:00
Mark Olesen
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
Mark Olesen
86cd37d144
ENH: check for excess tokens on dimensionedType, Enum (issue #762 )
...
- propagates check for lookupOrDefault etc.
2018-06-07 14:22:06 +02:00
Mark Olesen
e3ea3b0ce6
STYLE: remove unneeded includes (snappyRefineDriver)
2018-06-07 12:29:37 +02:00
sergio
fdfc5bd0e9
BUG: Changing naming for log to total heat
2018-06-06 13:24:37 -07:00
sergio
46e7dab0cb
ENH: Adding stabilizationSchemes FO and tutorial
2018-06-06 12:54:34 -07:00
sergio
47d7405d62
ENH: Updating interFoam/RAS/motorBike tutorial
2018-06-06 12:53:21 -07:00
sergio
c229bc8a05
ENH: Adding Fatal error if rEff is zero
2018-06-06 12:51:40 -07:00
mattijs
82fed8f877
GIT: interDyMFoam: moved tutorial. See #856 .
2018-06-06 13:55:20 +01:00
mattijs
0a62fb4593
ENH: postProcess: Clear dictionary to avoid merge warning. See #807 .
2018-06-06 09:07:32 +01:00
mattijs
a7f076385c
ENH: twistingColumn: change decomposition method
2018-06-06 09:06:41 +01:00