- Jul 26, 2016
-
-
Mark Olesen authored
The pre-processor macro 'OPENFOAM_PLUS' is defined with a numerical value equal to the currently compatible version number. This can be used judiciously within user coding to help with minor differences between OpenFOAM versions. For example, #ifdef OPENFOAM_PLUS #if (OPENFOAM_PLUS >= 1612) ... #endif #endif or simply #if (OPENFOAM_PLUS >= 1612) ... #endif
-
- Jul 25, 2016
-
- Jul 18, 2016
- Jul 15, 2016
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- Jul 13, 2016
-
-
mattijs authored
-
- Jul 12, 2016
-
-
Mark Olesen authored
- remove old VTK_CONVEX_POINT_SET code, since VTK_POLYHEDRON exists since several years ENH: improve robustness of paraFoam script - only check the relevant plugin types, fallback to native reader if needed/possible.
-
Mark Olesen authored
- no engrid development since 2013
-
Mark Olesen authored
- return 0 if not under git, since nothing particular can be said about the build number. - explicitly define which git-dir is to be used. This ensure we don't accidentally get some values from some unrelated project in the parent directory.
-
- Jul 07, 2016
-
-
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
-
mattijs authored
-
Mark Olesen authored
-
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
-