LEVEL SET model running question #12661
Unanswered
LinKaiyi-design
asked this question in
Q&A
Replies: 3 comments 3 replies
-
4 |
Beta Was this translation helpful? Give feedback.
1 reply
-
There are no limits in FDS, but I would guess that your computer has run out of memory. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Have you set your stack memory to unlimited?
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Could you please tell me the highest accuracy level for the LEVEL SET model in FDS that is currently available? I encountered a program interruption issue when running the FDS file with the LS model on HPC. I'm not sure if it's because my mesh resolution is too high.
LEVEL_SET_TEST.fds
&HEAD CHID='LEVEL SET TEST'/
&TIME T_END=3600.0/
&DUMP DT_RESTART=300.0, DT_DEVC=0.02,DT_SL3D=10,NFRAMES=18000/
&MISC TMPA= 23,HUMIDITY= 41,LEVEL_SET_MODE=4,/
&WIND speed=2,DIRECTION=130 /
&REAC FUEL='CELLULOSE', C=6, H=10, O=5, SOOT_YIELD=0.01, HEAT_OF_COMBUSTION=16400. /
&MESH MULT_ID='mesh', IJK=125,125,8, XB=0.0,125,0,125,0.0,8.0/
&MULT ID='mesh', DX=125.0, DY=125.0, DZ=8, I_UPPER=14, J_UPPER=14, K_UPPER=1 /
&VENT MB='XMAX', SURF_ID='OPEN' /
&VENT MB='XMIN', SURF_ID='MIRROR' /
&VENT MB='YMIN', SURF_ID='MIRROR' /
&VENT MB='YMAX', SURF_ID='MIRROR' /
&VENT MB='ZMAX', SURF_ID='MIRROR' /
&SURF ID='Barren',RGB=133,153,156/
&DEVC ID='tower_2m', XYZ=1100.0,885.0,2.0, QUANTITY='U-VELOCITY'/
&DEVC ID='tower_2m', XYZ=1100.0,885.0,2.0, QUANTITY='V-VELOCITY'/
&DEVC ID='tower_2m', XYZ=1100.0,885.0,2.0, QUANTITY='W-VELOCITY'/
&DEVC ID='tower_6m', XYZ=1100.0,885.0,2.0, QUANTITY='U-VELOCITY'/
&DEVC ID='tower_6m', XYZ=1100.0,885.0,2.0, QUANTITY='V-VELOCITY'/
&DEVC ID='tower_6m', XYZ=1100.0,885.0,2.0, QUANTITY='W-VELOCITY'/
&CATF OTHER_FILES='l2g_vegetation.txt' /
Beta Was this translation helpful? Give feedback.
All reactions