Please wait...
×

Error



Posted 9 years ago by adacovsk
Hi,

I thought I read somewhere about some new Timeseries ifm functions but I can't find anything.

Also, through FEFLOW, I'm trying to use Nodal expressions to assign timeseries, but I seem to be doing it wrong. What is the syntax to assign timeseries values via the expressoin editor?

Edit: Okay, so I figured out this: TS.1@(Time) works, but does not update until the expression is applied again to the nodes... Trying to figure out how to automatically update for each timestep.

Thanks,

Adam
Posted 9 years ago by Denim Umeshkumar Anajwala
Hi Adam;
Please check out the following API functions for manipulating time-series data via IFM:

IfmGetPowerCurve , IfmDeletePowerCurve , IfmGetPowerInterpolationKind , IfmSetPowerInterpolationKind , IfmIsPowerCyclic , IfmSetPowerCyclic , IfmGetPowerComment , IfmSetPowerComment , IfmFindPowerCurve , IfmGetNumberOfPowerPoints , IfmGetPowerPoint , IfmSetPowerPoint , IfmDeletePowerPoint , IfmInterpolatePowerValue

'Time Series' used to be called 'Power Functions' in earlier versions of FEFLOW, thus the 'Power' in the function names.

Cheers,
Peter
Posted 4 years ago by Assaf Wunsch
I know this post is old, but I found it both useful and incorrect, so others may find useful...

It appears that the function names related to power functions (time series) now have the word "power" always coming first:
So "InterpolatePowerValue" is now "powerInterpolateValue", "SetPowerPoint" is now "powerSetPoint" etc. (see image)

Posted 4 years ago by Peter Schätzl Grundwassermodellierer
I might be wrong, but I think the situation is even more confusing: To my knowledge, the C++ API functions are still called as written in my earlier post, while the (newer) Python functions are named as cited by Assaf.
Posted 4 years ago by Sophie Gruschka
The correct python functions can be found in our python API documentation on Github:
https://dhi.github.io/ifm/search.html?q=power&check_keywords=yes&area=default

You must be signed in to post in this forum.