From 046a716516632151a5aaa04395ddbb9c12a0f07d Mon Sep 17 00:00:00 2001 From: Thales Carl Date: Wed, 4 Sep 2024 17:09:47 -0300 Subject: [PATCH] Update docs : ks available to all GridScope We've added the ks (roughness) variable to the CENTER GridScope, besides the FACE GridScope. DCC-229 --- src/alfasim_sdk/alfasim_sdk_api/api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/alfasim_sdk/alfasim_sdk_api/api.h b/src/alfasim_sdk/alfasim_sdk_api/api.h index 740d2029..41d53842 100644 --- a/src/alfasim_sdk/alfasim_sdk_api/api.h +++ b/src/alfasim_sdk/alfasim_sdk_api/api.h @@ -463,7 +463,7 @@ DLL_EXPORT int get_state_variable_array( - `"D"`: Pipe Inner Diameter [m] - `"A"`: Cross-sectional Area in each control volume [m2] - `"theta"`: Inclination of each control volume [rad] - - `"ks"`: Pipe roughness. Only available for FACE GridScope [m] + - `"ks"`: Pipe roughness [m] - `"dx"`: Control Volume Length along the Pipe Axis [m] - `"dv"`: Volume of the control volume [m3] - `"D_eff"`: Effective Pipe Inner Diameter, considering the internal deposit layers [m]