-
Notifications
You must be signed in to change notification settings - Fork 631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SPREAD_RATE issue with T_BEGIN #13729
Comments
This seems to be the relevant section in the user guide, though, it still does not make things crystal clear to me: "When a time-base RAMP is evaluated, the time used for the RAMP is the time since the item (e.g., VENT, At any rate, we went round and round with thinking about modifying the ramp inputs in Issue #13234 and the accepted answer seems to be to use CTRLs to do anything that is different from what is coded up. |
Okay, I guess my confusion came from the exact meaning of the vent being 'active', but its just a lack of familiarity since I'm used to using RAMPs in the context of wind where things are absolute. |
I think I wrote that text back when devices were first added. This is what it is trying to say: &SURF ID='MY SURF',HRRPUA=1000,RAMP_Q='MY RAMP'/ This vent is active at the start of the simulation (there is no CTRL_ID or DEVC_ID). T in the RAMP will be the net simulation time. This vent is not active until 10 s. T in the RAMP will be the current simulation time - 10. |
So I think in the guide we could say something like (instead of "actual time") we could say "the T in the time ramp is evaluated as the current simulation time minus the activation time" and somewhere add "unless otherwise controlled, a VENT will activate at T_BEGIN". Do I have this right? |
That sounds right. |
I'm trying to use a
SURF
that has aSPREAD_RATE
but also a customRAMP
for hrr/mass. But it seems like the ramp ends up using time relative toT_BEGIN
rather than absolute.As an example, I modified the
circular_burner.fds
case:The burner activates at a different times if I set
T_BEGIN
. I would expect it to start at T=2 regardless.circular_burner.txt
The text was updated successfully, but these errors were encountered: