stardis-solver

Solve coupled heat transfers
git clone git://git.meso-star.fr/stardis-solver.git
Log | Files | Refs | README | LICENSE

commit e5936fc0d7f3ab0e914a26a07af540edfe5c2297
parent f6ed1900819edd4c5939152321a20f2f4b7398a6
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri,  5 Oct 2018 11:09:26 +0200

Write the 0.5 release note

Diffstat:
MREADME.md | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

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.