Hello everybody,
we are dealing with geotecnical erosion problems and would like to identify zones of dangerous hydraulic gradients.
We need the representation of the [b]directional components hydraulic gradient[/b].
Is there any routine similar to the IfmGetResults*VelocityValue which evaluates gradient rather than velocity?
I do not know exactly how those IfmGetResults*VelocityValue routines are coded, but since the velocity corresponds to the hydraulic gradient times conductivity the implementation seems straight forward (division of velocity with conductance matrix at the element level, after that summation over all nodes and division by the number of nodes at the patch?).
Of course one can figure out a name for the "babies":
hydgrdx = IfmGetResultsXhydgrdValue(pDoc, i)
hydgrdy = IfmGetResultsYhydgrdValue(pDoc, i)
hydgrdz = IfmGetResultsZhydgrdValue(pDoc, i)
Has such a routine yet been developed? Any volunteers for this?
Hector Montenegro