stardis-solver

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

commit fc5b8162c4d4f99d9a9f9fbcd1edf3f54b87eb60
parent 6664e5d23995ed9893ef028d8b8f3b5c258228ec
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 24 Apr 2019 09:13:48 +0200

Remove up ad hoc test code

Diffstat:
Msrc/sdis_heat_path_conductive_Xd.h | 14--------------
1 file changed, 0 insertions(+), 14 deletions(-)

diff --git a/src/sdis_heat_path_conductive_Xd.h b/src/sdis_heat_path_conductive_Xd.h @@ -341,20 +341,6 @@ XD(conductive_path) ++istep; -#if 0 - { -#define Tf 100.0 -#define Power 10000.0 -#define H 50.0 -#define LAMBDA 100.0 -#define DELTA 0.4/*(1.0/2.0)*/ - - T->value += -Power / (2*LAMBDA) * rwalk->vtx.P[1]*rwalk->vtx.P[1] + Tf + Power/(2*H) + Power/(8*LAMBDA); - T->done = 1; - break; - } -#endif - /* Keep going while the solid random walk does not hit an interface */ } while(SXD_HIT_NONE(&rwalk->hit));