What are the methods to define slope in level set models #15873
-
|
Hello everyone, Thank you for response. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
If you want to run level set in fds with slope you need to define a terrain (either with a terrain GEOM or OBSTs). In order to do this parametrically varying your terrain, you will need to write a script that builds the input files with these objects for the different cases. Look at the file Verification/WUI/LS_ellipse_5ms_30deg.fds for a simple description of a terrain geom with 4 points. |
Beta Was this translation helpful? Give feedback.
If you want to run level set in fds with slope you need to define a terrain (either with a terrain GEOM or OBSTs). In order to do this parametrically varying your terrain, you will need to write a script that builds the input files with these objects for the different cases. Look at the file Verification/WUI/LS_ellipse_5ms_30deg.fds for a simple description of a terrain geom with 4 points.
You can also simulate tilted floors changing the gravity vector gvec, but that will not work with level set.