--
You received this message because you are subscribed to the Google Groups "FDS and Smokeview Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fds-smv+unsubscribe@googlegroups.com.
To post to this group, send email to fds...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fds-smv/1484669a-c80b-4abd-a346-785df3a39d2d%40googlegroups.com.
Hi Adam,
I am glad to hear about your interest in fds2ftmi.
Please read the fds2ftmi User's Guide, it will not close all your doubts, but I will help you to know what your questions are.
Trying to make a brief description of the process:
In Ansys (or any other FEM model) you have a collection of nodes and elements (at the moment, fds2ftmi works with shell and solid elements).
The main tasks are:
1) Define the nodes at the boundary, i.e., the surface nodes exposed to fire condition;
2) Create a file with boundary nodes and new elements (surface effect elements) information;
3) Collect this information from FDS output; and
4) Apply this boundary condition in FEM model.
How to follow this steps:
To complete 1 – In order to build your model, you have AREAS, or VOLUMES where you created your MESH (this is the same in all FEM models). Please isolate the AREAS where you intend to create the boundary condition.
To complete 2 - At “fds-smv\fds\Utilities\Structural_Interaction\fds2ftmi\scripts” you have 2 scripts that can help you to convert your boundary into fds2ftmi format (ansys2ftmi.gem if you are using solid elements and ansys2ftmi_shell.geom if you are using shell elements). These script are written in ansys format, to execute you need to go to File>Read Input from.
To complete 3 – Run fds2ftmi to collect info from FDS, the files elements.dat and nodes.dat were created at step 2.
To complete 4 – In ansys, Read the file generated after run fds2ftmi (Go to File>Read input from)
In time: Steps 1 and 2 can be done without the ansys script, in User’s Guide you have information about the format of the files fds2ftmi need to run.
After this, your FEM model will have all the boundary condition calculated from FDS simulation and it will be ready to Thermal and Structural analysis or Thermo-Structural analysis depending of your FEM application or elements.
Twowaycode is not working with the latest versions of FDS because IBM is under development and had a major changing recently.
I am open to any questions,
I hope you enjoy fds2ftmi,
Best Regards,
Julio Cesar Silva
--
You received this message because you are subscribed to the Google Groups "FDS and Smokeview Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fds-smv+unsubscribe@googlegroups.com.
To post to this group, send email to fds...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fds-smv/c9455833-74bb-41a1-bca5-7b261b6a8b9f%40googlegroups.com.
Hi Salah,
Yes, I am around. Unfortunately, I do not have access to forum in my working hours. I will do my best to reduce delay time for answers.
When you read the file generated by fsd2ftmi, are you resuming your model first? I mean, File>Resume Jobname.db or any other similar command.
Without your model, it is hard to check the problems.
Keyopt command intends to set parameters to surface effect elements created.
Your file has two parts, in the second part; it is trying to create as element type numbered as zero, which is not allowed.
I think the problem is in previous steps.
Why not use the examples in the fds2ftmi folder?
Have you tried to run these examples without the automated script and using ansys GUI?
In the scripts, I am running everything on the background. That is the idea of scripts, right?
Let’s start using simple_panel_hot:
1) open ansys, read
fds-smv\fds\Utilities\Structural_Interaction\fds2ftmi\examples\simple_panel_hot\ read_geometry_hot.ans
You will be able to see the model generated.
Last task of this file is to use the script ansys2ftmi.geom to generate elements.dat and nodes.dat
2) run fds2ftmi with this files. Command is
fds2ftmi_win_64 simple_panel_hot 0.05 2 0 600 2 0 0 1 simple_panel_hot_to_ansys
3) then you can run ansys thermal analysis with the results from fds2ftmi. Take a look at “run_simple_panel_hot.ans”
Basically, it resumes the model, read the file simple_panel_hot_to_ansys generated in step 2, then run the ansys solver.
All the instructions that come after the solver are intended to generate images for User’s Guide.
Gold Hint: You can copy lines from the script and paste into ansys GUI command prompt, and watch all the magic happens.
Adam, maybe you should follow the same path.
Regards, Julio
To view this discussion on the web visit https://groups.google.com/d/msgid/fds-smv/CABK0Y1kd-B0X-a2Z%3D9n%2BohdBdkLPWZ%3D2vs-x129Wa5U6qfOHyg%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "FDS and Smokeview Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fds-smv+unsubscribe@googlegroups.com.
To post to this group, send email to fds...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fds-smv/2f7126d3-3a8f-44a7-95e9-3bb8d81454d8%40googlegroups.com.
Yes, you need to compile it.
On 18 January 2018 at 12:56, Ilias Zilakos <izil...@gmail.com> wrote:
I am also a new user of FDS and I have been trying to get the FDS2FTMI utility working on a windows 7 (64-bit) system. Although I have been through the user's guide, I have not managed to get it working. The APDL scripts that generate the nodes.dat and elements.dat files (for ANSYS coupling) seem to work fine. However the coupling process as described in subchapter 2.3 is not clear to me and particularly the practical implementation. Since there is not an .exe file available, is the user supposed to build one through the source codes? Is a FORTRAN compiler a prerequisite for realizing the FDS-ANSYS coupling?I have also read the steps that Julio mentioned in his previous post, explaining how the coupling process is realized but I think I am missing smth when it comes to "...run fds2ftmi step". Probably it needs some kind of previous system/environment setup that I haven't figure out.Any hint or tip will be much appreciated...
Τη Τρίτη, 9 Μαΐου 2017 - 8:10:13 μ.μ. UTC+2, ο χρήστης Adam Jakubowski έγραψε:I'm an undergraduate student studying FPE at the University of New Haven (CT). I'm currently working with the Dept. of Civil Engineering on a small research project analyzing he structural response of a bridge under exposure to fire. I am new to FDS but I have created several models in the past. This research project requires a transfer of FDS outputs to ANSYS for the analysis of the structural interaction. I am looking for help (i.e., somewhat explicit instructions) on how to execute the FDS2FTMI utility. I have the user's guide for this utility but I am still quite confused.Can anyone direct me to more concrete instructions on this?
--
You received this message because you are subscribed to the Google Groups "FDS and Smokeview Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fds-smv+u...@googlegroups.com.
To post to this group, send email to fds...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to fds-smv+unsubscribe@googlegroups.com.
To post to this group, send email to fds...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fds-smv/73838bf6-3d65-4d4d-a226-4943ff7c92fe%40googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "FDS and Smokeview Discussions" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/fds-smv/-j4YFLClL2g/unsubscribe.
To unsubscribe from this group and all its topics, send an email to fds-smv+unsubscribe@googlegroups.com.
To post to this group, send email to fds...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fds-smv/CABK0Y1nMnisBj8XFANVCWvc9E6N_Y6zubEVKKUxvNpzYFcfbqA%40mail.gmail.com.