stardis

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

commit 8a56fd6a51ea677858b227a09cf2e0fed20712df
parent 6abd454ead439407f704ccd4870d0592812f1317
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Fri, 12 Feb 2021 17:25:16 +0100

Merge remote-tracking branch 'origin/develop' into feature_thermal_contact_resistance

Diffstat:
Msrc/stardis-parsing.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/stardis-parsing.c b/src/stardis-parsing.c @@ -337,7 +337,8 @@ init_args /* Set default values */ args->samples = STARDIS_DEFAULT_SAMPLES_COUNT; args->nthreads = SDIS_NTHREADS_DEFAULT; - d2(args->pos_and_time+3, STARDIS_DEFAULT_COMPUTE_TIME); + d2(args->pos_and_time+3, + STARDIS_DEFAULT_COMPUTE_TIME, STARDIS_DEFAULT_COMPUTE_TIME); args->ambient_temp = STARDIS_DEFAULT_AMBIENT_TEMP; args->ref_temp = STARDIS_DEFAULT_REFERENCE_TEMP; args->verbose = STARDIS_DEFAULT_VERBOSE_LEVEL;