stardis-solver

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

commit 14fcbcac64581c169127923e228428eef18b5088
parent ba74ba198c5816d594eb288ccfed29846729c4cf
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon,  6 May 2019 09:21:29 +0200

Adjust a comment

Diffstat:
Msrc/sdis_heat_path_boundary_Xd.h | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/sdis_heat_path_boundary_Xd.h b/src/sdis_heat_path_boundary_Xd.h @@ -25,9 +25,9 @@ #include "sdis_Xd_begin.h" /* Emperical scale factor applied to the challenged reinjection distance. If - * the distance to reinject is less than this adjusted value, the solver - * switches from 2D reinjection scheme to the 1D reinjection scheme in order to - * avoid numerical issues. */ + * the distance to reinject is less than this adjusted value, the solver will + * try to discard the reinjection distance if possible in order to avoid + * numerical issues. */ #define REINJECT_DST_MIN_SCALE 0.125f /*******************************************************************************