About the application of the external control module to change the ventilation volume(Python Scripts+external control) #14566
Unanswered
dynamism-prog
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Assuming that your input file has &RAMP ID='VEL_RAMP',EXTERNAL_FILE=T,INITIAL_VALUE=T/, then that ramp will take on the value in the control_input.csv file. If you want to force FDS to wait for a new input file, then see the discussion on EXTERNAL_HEARTBEAT in the guide. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
control_input.csv
simple_tunnel_control_results.csv
simple_tunnel_devc.csv
simple_tunnel_steps.csv
At the moment I am trying to change the ventilation volume using the external control module in FDS to change the wind velocity at the same time as the FDS simulation, that is, to change the amount of wind volume.
I modified it in real time via python code
control_input.csv value, but I don't know if this modified value can be applied to fds to generate a new air volume for further simulation.
At the same time, if I want to update the control_input.csv file, fire simulation and temperature detection, and wind speed update are all real-time, how is the time processing arranged? In other words, if the FDS simulation is fast, but the Python wind speed calculation is slow, what should I do?
Beta Was this translation helpful? Give feedback.
All reactions