stardis

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

commit 76988fbbf58d36ecc3691320e7c27659d423fc75
parent 93a2e35550e86918238f249e4e14baabc577d53a
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Wed, 13 Oct 2021 15:24:57 +0200

Fix a typo

Diffstat:
Msrc/stardis-intface.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/stardis-intface.c b/src/stardis-intface.c @@ -295,7 +295,7 @@ create_intface ASSERT(!front_med); front_med = media[ext_id]; } - /* The imposed T is for the 2 sides (until there is contact resistnces) */ + /* The imposed T is for the 2 sides (until there is contact resistances) */ interface_shader.front.temperature = interface_get_temperature; interface_shader.back.temperature = interface_get_temperature; if(connect->type == DESC_BOUND_T_FOR_SOLID) {