stardis-solver

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

commit dccaa691cefada50a1a47ee04789a4b68b6e150a
parent 4ce03f703682c6cdc518206d843b13e9df53d37a
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Tue, 29 Sep 2020 16:50:16 +0200

Merge branch 'develop' into feature_unsteady_green

Diffstat:
Msrc/sdis_solve_probe_boundary_Xd.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/sdis_solve_probe_boundary_Xd.h b/src/sdis_solve_probe_boundary_Xd.h @@ -496,6 +496,7 @@ XD(solve_probe_boundary_flux) /* Compute hr and hc */ frag.time = time; + frag.side = fluid_side; epsilon = interface_side_get_emissivity(interf, &frag); hc = interface_get_convection_coef(interf, &frag); hr = 4.0 * BOLTZMANN_CONSTANT * Tref * Tref * Tref * epsilon;