From 3f2f8acd18f5261be6a0cd24f96ba63347c87e71 Mon Sep 17 00:00:00 2001 From: Alexandre Barbosa Bruno Date: Wed, 18 Dec 2024 12:08:39 -0300 Subject: [PATCH 1/3] update documentation --- src/alfasim_sdk/alfasim_sdk_api/api.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/alfasim_sdk/alfasim_sdk_api/api.h b/src/alfasim_sdk/alfasim_sdk_api/api.h index c056a72c..7c4202f5 100644 --- a/src/alfasim_sdk/alfasim_sdk_api/api.h +++ b/src/alfasim_sdk/alfasim_sdk_api/api.h @@ -470,6 +470,7 @@ DLL_EXPORT int get_state_variable_array( - `"A_eff"`: Cross-sectional Area Effective in each control volume, considering the internal deposit layers [m2] - `"dv_eff"`: Effective Volume of the control volume, considering the internal deposit layers [m3] - `"volumetric_flow_rate"` : Volumetric flow rate [m3/s] + - `"T_outer" : Outermost wall temperature (environment temperature) [K]` It is important to know that the listed `variable_name`s are no available in all #MultiFieldDescriptionScope and #GridScope. Because of that, the #error_code must be checked. From 23b56b1f6922e04802fcd3d4c49ee8f33a366a44 Mon Sep 17 00:00:00 2001 From: Alexandre Barbosa Bruno Date: Fri, 27 Dec 2024 11:48:21 -0300 Subject: [PATCH 2/3] update documentation --- 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 7c4202f5..d4ccef0b 100644 --- a/src/alfasim_sdk/alfasim_sdk_api/api.h +++ b/src/alfasim_sdk/alfasim_sdk_api/api.h @@ -470,7 +470,7 @@ DLL_EXPORT int get_state_variable_array( - `"A_eff"`: Cross-sectional Area Effective in each control volume, considering the internal deposit layers [m2] - `"dv_eff"`: Effective Volume of the control volume, considering the internal deposit layers [m3] - `"volumetric_flow_rate"` : Volumetric flow rate [m3/s] - - `"T_outer" : Outermost wall temperature (environment temperature) [K]` + - `"T_env" : Environment temperature [K]` It is important to know that the listed `variable_name`s are no available in all #MultiFieldDescriptionScope and #GridScope. Because of that, the #error_code must be checked. From da85fb6c194a39f9a2dcc72147eb4583c49438ff Mon Sep 17 00:00:00 2001 From: Alexandre Barbosa Bruno Date: Fri, 3 Jan 2025 09:38:54 -0300 Subject: [PATCH 3/3] fix documentation --- 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 d4ccef0b..4b99fb11 100644 --- a/src/alfasim_sdk/alfasim_sdk_api/api.h +++ b/src/alfasim_sdk/alfasim_sdk_api/api.h @@ -470,7 +470,7 @@ DLL_EXPORT int get_state_variable_array( - `"A_eff"`: Cross-sectional Area Effective in each control volume, considering the internal deposit layers [m2] - `"dv_eff"`: Effective Volume of the control volume, considering the internal deposit layers [m3] - `"volumetric_flow_rate"` : Volumetric flow rate [m3/s] - - `"T_env" : Environment temperature [K]` + - `"T_env"` : Environment temperature [K] It is important to know that the listed `variable_name`s are no available in all #MultiFieldDescriptionScope and #GridScope. Because of that, the #error_code must be checked.