Hi,
I would like to know if there is any IFM interface to get to time dependent material data, such as "IN(+)/OUT(-)FLOW ON TOP/BOTTOM", which can implement time-varying recharge. I am using FEFLOW 6.0 for now.
With a FEFLOW problem that implements time-varying properties
[list]
[li]IfmGetMatFlowSinkSource - returns 0.0 for all elements[/li]
[li]IfmGetMatFlowRechargeValue - returns the correct values for the initial values in (in the ASCII format, under MAT_I_FLOW, 107 0.000000e+00 "In/outflow on top or bottom", ...).[/li]
[/list]
It appears that the time dependent material data is inaccessible from the IFM interface, at least from version 6.0. In the ASCII FEM file format, this data is in the MMLIST section. Is there a current hack for 6.0? Is there an IFM interface for this type of data in 6.1?
Lastly, what's the difference between IfmGetMatFlowSinkSource and IfmGetMatFlowRechargeValue?
Thanks.