Posted Thu, 25 May 2017 01:42:20 GMT by Ki-hoon Kim
I wish to import data from fracman's some data files into feflow 7.0.
Can i get ifm dll to import data from fracman to feflow?  :)
Posted Fri, 26 May 2017 08:05:16 GMT by Björn Kaiser
If you want to use FEFLOW as a module I suggest to write a Python script. Here is one way how you can import FEFLOW as a module in your script:
[font=courier][color=blue] sys.path.append('C:\\Program Files\\DHI\\2017\\FEFLOW 7.1\\bin64')
import ifm
[/color][/font]

In case you use FEFLOW 7.0 you have to use another path: [font=courier][color=blue] sys.path.append('C:\\Program Files\\DHI\\2016\\FEFLOW 7.0\\bin64') [/color][/font]
The same is valid for FEFLOW 6.2: [font=courier][color=blue] sys.path.append('c:\\program files\\wasy\\feflow 6.2\\bin64')[/color][/font]

Alternatevly, you may also work with environment variables.
Posted Mon, 29 May 2017 15:36:49 GMT by Björn Kaiser
I was informed a plugin already exist for this case. The plugin is called IfmMatProp. You may contact the FEFLOW support: https://www.mikepoweredbydhi.com/support. They would provide the plugin.

You must be signed in to post in this forum.