21 September 2023
Version 3.12.9 - alpha (#535)
Blue Kenue community tickets:
- This alpha does not address any
Open Telemac forum posts:
1. [sandip.lc] Problem creating OPEN and CLOSED lines
-
www.opentelemac.org/index.php/kunena/blu...ue-closed-line-issue
2. [sandip.lc] Calculator crashing Blue Kenue
-
www.opentelemac.org/index.php/kunena/blu...sed-line-issue#43163
- Operators tested: PLUS, MINUS, DIVIDE and MULTIPLY
Enhancements:
1. - When creating a 3D line from a 2D line, the default Z value is now always the "Value" associated with the 2D line
- Previously, the default was hardcoded to be 0.0 in some situations
Bug fixes:
1. - EnSim Ticket #531 - Blue Kenue cannot open t3s file
2. - EnSim Ticket #532 - Blue Kenue cannot read the elevation (z-component) in a line file (i3s)
- Z is read; the issue is only that the colour scale cannot be associated with Z
- Likely, the expectation is that the default "Value" attribute should be the same as the internal Z value
- At the moment, for this file type, only the "Value" attribute can be selected for the colour scale
- This is a work in progress and in the future it will be possible to select X, Y, Z or "Value" for the colour scale
3. - EnSim Ticket #533 - Blue Kenue cannot create a "New Open Line"
- Duplicate of [sandip.lc]'s report via the Open Telemac forum
4. - EnSim Ticket #534 - Show Attribute Table fails
5. - EnSim Ticket #518 - Unable to open a 3D selafin file in BlueKenue
- The file can now be opened, however, the 3D Tetra Scalar Mesh and 3D Tetra Vector Mesh have not transitioned over to the
new way of using attributes. This means that the X,Y,Z values are correct but the colour scale cannot be associated with
the Z value. This is similar to the problem observed with 3D Line Sets in #532.
6. - EnSim Ticket #1 - Crash when saving multiframe SLF file
- A multi-frame scalar SLF file was loaded and saved to a second file. That second file was successfully loaded and seems
to match the first loaded file.
- Since this ticket is 12 years old, likely the issue is no longer present in Blue Kenue and the ticket can be closed.
Internal changes:
1. - Moved non-default constructors to factory methods for
- 2D Line
- 3D Line
- Cross Section
2. - A few robustness improvements added related to copying XYZ Point Sets
EnSim Development Statistics:
- 12 code commits (81 changed paths) to CHyMS from 11 July 2023 to 21 September 2023 (3.12.9-alpha)
- 327 unit tests pass.