Replies: 3 comments 2 replies
-
Please post the whole input file. I cannot tell what your grid resolution is. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
-
Hare for me to tell without seeing the mesh. Toggle "g" to see the mesh (defaults to y orientation, hit "x" and/or "z" to see other planes). Toggle "o" to see mesh outline. Toggle "q" to see OBST as specified and what FDS snaps to the grid. These may help show what is going on. |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I am trying to create a cylindrical obstruction using OBST and MULT following FDS User's Guide. However, the cylinder is not created correctly or as expected. I would appreciate the help to know what I am doing wrong. Here is how I am defining the cylinder:
&MULT ID='cylinder', DX=0.00125,DY=0.00125,DZ=0.00125,I_UPPER=31,J_UPPER=31,K_UPPER=31 / &OBST XB=-0.01905,-0.0178,-0.003175,-0.001925,0.00125,0.0025, MULT_ID='cylinder', SURF_ID='vegetation', SHAPE='CYLINDER', RADIUS=0.003175, HEIGHT=0.0381, ORIENTATION=1,0,0, XYZ=-0.01905,0,0.004425/
The cylinder should be parallel to X axis, its bottom should be placed 0.00125 above ground (Z=0.00125).
Attached is what I am getting with the provided definition, which does not look right (see the two flange-like shape and overall cuboid shape)
Here is the input files as well. The main input is "InputFile_MeshAdjust32.txt", the mesh detail is available in "MeshAdjust128.txt", and the cylinder material is in "vegetation_model.txt". Sorry for the messy input. The model is still in development/calibration phase.
InputFile_MeshAdjust32.txt
MeshAdjust128.txt
vegetation_model.txt
Thank you for your help in advance!
Beta Was this translation helpful? Give feedback.
All reactions