- Jul 26, 2016
-
-
Andrew Heather authored
-
- Jul 22, 2016
-
-
Andrew Heather authored
-
- Jul 19, 2016
- Jul 11, 2016
-
-
Mattijs Janssens authored
Master update for adjusted config and compile with WM_LABEL_SIZE=64 See merge request !52
-
- Jul 07, 2016
-
-
sergio authored
-
Mark Olesen authored
- explicitly use List<int> instead List<label> for API compatibility, even when 64-bit labels are in use.
-
Mark Olesen authored
-
- Jul 06, 2016
-
-
Mark Olesen authored
-
- Jul 05, 2016
-
-
Mark Olesen authored
- many systems may not have boost or FFTW installed, or in an older version. Using ThirdParty for them should lead to a more robust build process.
-
Mark Olesen authored
-
- Jul 01, 2016
-
-
Mark Olesen authored
- triggered by dash.
-
Andrew Heather authored
-
- Jun 30, 2016
-
-
Andrew Heather authored
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
- the uncollated version becomes quite difficult to process. Caveat: cannot use "collateTimes true" for non-static geometries
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
- Jun 29, 2016
-
-
Mark Olesen authored
- conflicts resolved: src/conversion/ensight/file/ensightGeoFile.C
-
Mark Olesen authored
- regression introduced by ef9a14b2
-
Mark Olesen authored
- similar to foamToEnsightParts, provide a data/ subdirectory to hold the time-varying field information (collated output only). - widen data mask to avoid possible overflows with many time steps
-
Mark Olesen authored
- ensight does supports geometry in a separate file, but for the surface writer we claim that this is not true. This allows the field writers to control where the mesh/case files land. With 'true', the uncollated output would incidentally create things like this: Previous (w/ fields) | Now (w/ fields) ----------------------------+---------------------- 0.05/surf.case | 0.05/surf.mesh | 0.05/p/surf.case | 0.05/p/surf.case 0.05/p/surf.mesh | 0.05/p/surf.mesh 0.05/p/surf.0000.p | 0.05/p/surf.0000.p Previous (w/o fields) | Now (w/o fields) ----------------------------+---------------------- 0.05/surf.case | 0.05/surf.mesh 0.05/surf.case | 0.05/surf.mesh Move the separateGeometry() flag to the *.C code, where it is less likely to be mistakenly altered.
-
Andrew Heather authored
Feature noise New functionality includes: - run-time selectable noise models: point|surface - run-time selectable window models: Hanning (+ options symmetric, extended), uniform - calculates PSD (Pa^2/Hz) and dB/HZ; SPL (Pa^2) and dB - calculates 1/3 octave data, with centre frequency 1kHz surfaceNoise only: - reads ascii/binary ensight surface data (requires collateTimes option) - generates graphs for surface average quantities - operates in parallel See merge request !50
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
mattijs authored
-
Andrew Heather authored
-
Mark Olesen authored
- gcc/g++ always being used STYLE: spurious unsetenv WM_COMPILER_TYPE (csh only) - more stringent cleanup of ThirdParty settings for wmUNSET
-
mattijs authored
-
Mark Olesen authored
- better cleanup, avoid collisions between implicit and explicit cases
-