commit f518a97ce3dc88d91c63941b35c8687a6aef9119 parent 7afcf6b3a1a3649c1a4d3bbed51d2d4204aa4411 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Fri, 5 Oct 2018 11:11:26 +0200 Merge branch 'release_0.5' into develop Diffstat:
| M | README.md | | | 11 | +++++++++++ |
| M | cmake/CMakeLists.txt | | | 2 | +- |
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -23,6 +23,17 @@ variable the install directories of its dependencies. ## Release notes +### Version 0.5 + +Add support of fluid enclosure with unknown uniform temperature. + +- The convection coefficient of the surfaces surrounding a fluid whose + temperature is unknown can vary in time and space. Anyway, the caller has to + ensure that for each triangle of the fluid enclosure, the convection + coefficient returned by its `struct sdis_interface_shader` - at a given + position and time - is less than or equal to the `convection_coef_upper_bound` + parameter of the shader. + ### Version 0.4 Full rewrite of how the volumetric power is taken into account. diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -47,7 +47,7 @@ rcmake_append_runtime_dirs(_runtime_dirs RSys Star3D StarSP StarEnc StarEnc2D) # Configure and define targets ################################################################################ set(VERSION_MAJOR 0) -set(VERSION_MINOR 4) +set(VERSION_MINOR 5) set(VERSION_PATCH 0) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})