stardis-solver

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

commit c290925514cde3303f56e1f1ae9e50e5ce195118
parent 1b91dafff1855a6fb2ec0fda0db3a0c26088f499
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 17 Jul 2024 11:01:53 +0200

Star-Enclosure-3D dependency version update

Set it to version 0.7.2. This version corrects a bug that resulted in
the incorrect detection of enclosures, which is all the more problematic
as the solver now relies heavily on enclosures: the paths use them to
find the environment in which they are located. An error on the
enclosures therefore leads to calculation errors.

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -55,7 +55,7 @@ SENC2D_VERSION = 0.5 SENC2D_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags senc2d) SENC2D_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs senc2d) -SENC3D_VERSION = 0.7.1 +SENC3D_VERSION = 0.7.2 SENC3D_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags senc3d) SENC3D_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs senc3d)