stardis

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

commit 6c69e8fa98488a0ec102ad3a20a99696359cd305
parent 5aa8950a44e9fe6e0843602d8179ec5bc3396979
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Fri, 11 Jun 2021 10:58:48 +0200

Fix boundary computation whith TCR always on front side

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

diff --git a/src/stardis-compute.c b/src/stardis-compute.c @@ -620,7 +620,7 @@ compute_probe_on_interface(struct stardis* stardis, struct time* start) args.nrealisations = stardis->samples; args.iprim = iprim; d3_set(args.uv, uv); - args.side = SDIS_FRONT; + args.side = compute_side; d2_set(args.time_range, stardis->time_range); if(stardis->mode & (MODE_BIN_GREEN | MODE_GREEN)) {