commit 1c15ef901058ae5d973b8e69f4dea1a18b5e0f73
parent f0ee6619921d111b4e46364a33f8b318a1faef52
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 5 Sep 2025 11:59:42 +0200
Comment on the flux convention
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/sdis.h b/src/sdis.h
@@ -377,7 +377,7 @@ struct sdis_interface_side_shader {
/* Fixed temperature/flux. May be NULL if the temperature/flux is unknown
* onto the whole interface */
sdis_interface_getter_T temperature; /* [K]. SDIS_TEMPERATURE_NONE = Unknown */
- sdis_interface_getter_T flux; /* [W.m^-2]. SDIS_FLUX_NONE = no flux */
+ sdis_interface_getter_T flux; /* Toward solid. [W.m^-2]. SDIS_FLUX_NONE = no flux */
/* Control the emissivity of the interface. May be NULL for solid/solid
* interface or if the emissivity is 0 onto the whole interface. */