-
|
Hello, I used list_available_api_data_csv(state) after api_data_fully_ready(state) to generate the available variables. If I search the csv I dont get any results for key words like sky, ... Is a request as a output variable necessary to call the variable during simulation? Many thanks to any help!! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Update: I added the stated variables to the requested outputs and they are mentioned in the csv file. My own logger in the API with if handle == -1: ->raise RuntimeError is NOT triggered. |
Beta Was this translation helpful? Give feedback.
-
|
Solution: Variables need to be requested as an output before. However Surface Outside Face Thermal Radiation to Sky Heat Transfer Coefficient in particular is not calculated for adiabatic surfaces and therefore does not exist. |
Beta Was this translation helpful? Give feedback.
Solution: Variables need to be requested as an output before. However Surface Outside Face Thermal Radiation to Sky Heat Transfer Coefficient in particular is not calculated for adiabatic surfaces and therefore does not exist.