-
Notifications
You must be signed in to change notification settings - Fork 2
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
Visualize 3D Smoke for EVACUATION_MC_MODE=.TRUE. #6
Comments
Original Question by Michele: Answer by Timo
EVA5 2 1.0000 And below is the same one, but with no fire meshes: EVA5 1 1.0000
EVA5 2 1.0000 NOTE: Now we have "EVA5 2" and "testrun2_0001.prt5" so the Well, there is also easier way, you could just copy the |
Below is the Fortran code about how I_EVAC is specified in evac.f90. However, it does not help to solve the problem. I just paste the code here for quick reference. Code from line 989 in evac.f90
|
About dump.f90:
|
Add a judgement In dump.f90
In main.f90
|
The goal is obtained in fds6_dump205.exe. |
The probelm refers to multiple evacuation runs for the same fire/smoke scenario. When users give EVACUATION_MC_MODE=.TRUE., FED file is directly read in, not recalculated, but it turns out that 3D smoke cannot be shown in smokeview. There is no load/unload->3Dsmoke.
Current solution is given as below. However, it is not a convenient method.
https://groups.google.com/forum/?fromgroups#!searchin/fds-smv/FDS$2BEVAC$3A$20Smokeview$20visualization/fds-smv/EQqIu2mDYzs/WmZinTftrP4J
It seems that no fire/smoke data will be changed when EVACUATION_MC_MODE=.TRUE.
So why 3D smoke cannot be visualize directly?
The text was updated successfully, but these errors were encountered: