commit a986592dd0e2161501b47e5a22572a4598c5e7fa
parent c6b6ba86fe0f596505abc6787e9ba7371d409c37
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Tue, 29 Sep 2020 16:49:32 +0200
Fix previous commit
Diffstat:
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
@@ -500,6 +500,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;