stardis

Perform coupled heat transfer calculations
git clone git://git.meso-star.fr/stardis.git
Log | Files | Refs | README | LICENSE

commit 5fdea15d394df019f7d3bb32ecc465b5c5ca9431
parent d379ffe902fb1b38f2e6de1ebeafc9a37654051e
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 11 Sep 2024 12:21:14 +0200

Merge branch 'release_0.11.1' into develop

Diffstat:
MREADME.md | 10++++++++++
Mconfig.mk | 2+-
2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -33,6 +33,16 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.11.1 + +- Corrects the writing of the RNG state when resolving a probe + temperature on the boundary: the RNG state was written to the file in + which the RNG state was read or it was not written at all, depending + on whether the RNG state to be read was defined or not, respectively. +- Corrects the emissivity of a programmable Dirichlet boundary + condition: it was set to a constant value, not the programmable value. +- Minor update of stardis man page typesetting. + ### Version 0.11 #### Programmable properties diff --git a/config.mk b/config.mk @@ -1,6 +1,6 @@ VERSION_MAJOR = 0 VERSION_MINOR = 11 -VERSION_PATCH = 0 +VERSION_PATCH = 1 VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH) PREFIX = /usr/local