Are negative time values allowed in RAMP? #13945
mst-parkhachev
started this conversation in
General
Replies: 1 comment 2 replies
-
A great way to become more proficient with using FDS is to get into the habit of making short little test cases to explore the effects of different inputs. For example with this case you could do something like a simple 10 x 10 x 10 cell box 1 m on a side with a burner on the floor. Run the case with RAMP 1 and then with RAMP 2 and see if you get the same or different results and see if you get errors for having negative time values. Same with your other RAMPs. You could just try them and see if the result is what you expect or not. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear colleagues!
Will the FDS behavior be the same for the following RAMPs?
&RAMP ID='RAMP_1' T=0 F=0/
&RAMP ID='RAMP_1' T=1 F=1/
&RAMP ID='RAMP_2' T=-1 F=-1/
&RAMP ID='RAMP_2' T=1 F=1/
Linear interpolation gives the same result for positive time values. However, are negative values of T allowed in the FDS?
I understand that there is no need to use negative time values. However, I have a set of already generated files that use negative time values. In some cases, the time values are not symmetrical around zero. For example, there are cases like this:
&RAMP ID='RAMP_3' T=-2 F=-1/
&RAMP ID='RAMP_3' T=-1 F=1/
&RAMP ID='RAMP_3' T=1 F=1/
&RAMP ID='RAMP_4' T=-1 F=-1/
&RAMP ID='RAMP_4' T=1 F=-1/
&RAMP ID='RAMP_4' T=2 F=1/
Can I use them? Will RAMP always give the correct result for positive times?
Beta Was this translation helpful? Give feedback.
All reactions