stardis-solver

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

commit 071e07722348df13f627b06755d0fa3796c6fa3d
parent ae1c884e299b19c401830dc8c5c7512e5c08faab
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 14 Mar 2024 16:46:18 +0100

Minor correction to a test comment

Diffstat:
Msrc/test_sdis_unstationary_atm.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test_sdis_unstationary_atm.c b/src/test_sdis_unstationary_atm.c @@ -26,7 +26,7 @@ * The physical configuration is the following: a slab of fluid with known * thermophysical properties but unknown temperature is located between a * "ground" and a slab of solid, with also a unknown temperature profile. On - * the other side of the solid slab, is a "atmosphere" with known temperature, + * the other side of the solid slab, is an "atmosphere" with known temperature, * and known radiative temperature. * * Solving the system means: finding the temperature of the ground, of the @@ -35,7 +35,7 @@ * reference) * * The reference for this system comes from a numerical method and is not - * analytic. Thus the compliance test MC VS reference is not the usual |MC - + * analytic. Thus the compliance test MC VS reference is not the usual |MC - * ref| <= 3*sigma but is |MC -ref| <= (Tmax -Tmin) * 0.01. * * 3D 2D