solstice

Compute collected power and efficiencies of a solar plant
git clone git://git.meso-star.com/solstice.git
Log | Files | Refs | README | LICENSE

commit d9604b0e67ac38c5f86ae4aeb8189459192a5477
parent 9bea6476104c9ff1a1dd2602b4ddecf757d2260f
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 21 Sep 2017 15:10:16 +0200

Merge branch 'release_0.5'

Diffstat:
MREADME.md | 5+++++
Mcmake/CMakeLists.txt | 6+++---
2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -60,6 +60,11 @@ informations on CMake. ## Release notes +### Version 0.5 + +- Improve the performances of the solver up to 50% in situations where the + radiative random walks bounce on many surfaces. + ### Version 0.4.1 - Update the name of the outputted data in the solstice-output man page. diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -45,7 +45,7 @@ find_package(LibYAML REQUIRED) find_package(RCMake 0.2.3 REQUIRED) find_package(RSys 0.4 REQUIRED) find_package(SolAnim 0.2 REQUIRED) -find_package(SolSolver 0.4 REQUIRED) +find_package(SolSolver 0.5 REQUIRED) find_package(Star3DUT 0.2 REQUIRED) find_package(StarSP 0.4 REQUIRED) find_package(StarSTL 0.3.1 REQUIRED) @@ -96,8 +96,8 @@ configure_file(${SOLSTICE_SOURCE_DIR}/../doc/solstice.1.txt.in ${CMAKE_CURRENT_BINARY_DIR}/doc/solstice.1.txt @ONLY) set(VERSION_MAJOR 0) -set(VERSION_MINOR 4) -set(VERSION_PATCH 1) +set(VERSION_MINOR 5) +set(VERSION_PATCH 0) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) configure_file(${SOLSTICE_SOURCE_DIR}/solstice_version.h.in