Extraction of results from a path in large strain mode

In extracting a settlement profile through a line, I have used fish, for example:


which extracts the results through a line. However, if I change the -0.3 for 0, which corresponds to the z-coordinate of the free surface, the extraction misses the deformed mesh and no result is obtained. Is there another way in which I can extract results through a set of gridpoints that doesn’t necessarily remain close to a straight line or near its initial configuration? Thanks in advance!

1 Like

If the input vector (coordinates) is not in any zone, the field data will be zero.
If your wish to track field data of a particular gridpoint, try this zone.field.get.gp(gp.near(x,0,0), zone.near(x,0,0)).

1 Like