stardis-solver

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

commit 8d14fad63d3168547de300e78e71101168540d48
parent 85b1e65151b36eb3b286a8d6929a30d283758fde
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 18 Apr 2018 16:04:09 +0200

Write the 0.3 release note

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

diff --git a/README.md b/README.md @@ -23,6 +23,22 @@ variable the install directories of its dependencies. ## Release notes +### Version 0.3 + +- Some interface properties become double sided: the temperature, emissivity + and specular fraction is defined for each side of the interface. Actually, + only the convection coefficient is shared by the 2 sides of the interface. + The per side interface properties are grouped into the new `struct + sdis_interface_side_shader` data structure. +- Add the support of fixed flux: the flux is per side interface property. + Currently, the flux can be fixed only for the interface sides facing a solid + medium. +- Update the default comportment of the interface shader when a function is not + set. +- Rename the `SDIS_MEDIUM_<FLUID|SOLID>` constants in `SDIS_<FLUID|SOLID>`. +- Rename the `enum sdis_side_flag` enumerate in `enum sdis_side` and update its + values. + ### Version 0.2 - Add the support of volumic power to solid media: add the `volumic_power`