stardis-solver

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

commit 7cbda99fe90864f6b4bd1d5b1570fc303fd6e2ba
parent 03868ab2b876c366c7233339b6ebfd1300b16cb7
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Fri, 19 Oct 2018 13:40:47 +0200

Change constant for no volumic power to 0

Diffstat:
Msrc/sdis.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sdis.h b/src/sdis.h @@ -41,7 +41,7 @@ * as CPU cores */ #define SDIS_NTHREADS_DEFAULT (~0u) -#define SDIS_VOLUMIC_POWER_NONE DBL_MAX /* <=> No volumic power */ +#define SDIS_VOLUMIC_POWER_NONE 0 /* <=> No volumic power */ #define SDIS_FLUX_NONE DBL_MAX /* <=> No flux */ /* Forward declaration of external opaque data types */