ProductsAbaqus/Standard GETEVENTSERIESSLICEPROPERTIES—query properties of a slice of the event series dataUtility routine interface#include <aba_evs_param.inc> CHARACTER*80 EVSNAME, CPROPS(n_evsC_size) DIMENSION IPROPS(n_evsI_size), RPROPS(n_evsR_size) ... CALL GETEVENTSERIESSLICEPROPERTIES(EVSNAME, IPROPS, RPROPS, CPROPS) Variables to be provided to the utility routine
Variables returned from the utility routine
GETEVENTSERIESSLICELG—get the sequence of all events in the sliceUtility routine interface#include <aba_evs_param.inc> CHARACTER*80 EVSNAME DIMENSION EVSTIME(MAXEVENTS), EVSCOORD(3,MAXEVENTS), EVSFIELD(NUMFIELDS,MAXEVENTS) ... CALL GETEVENTSERIESSLICELG(EVSNAME, NUMEVSPOINTS, EVSTIME, EVSCOORD, EVSFIELD) Variables to be provided to the utility routine
Variables returned from the utility routine
GETEVENTSERIESSLICELGLOCATIONPATH—get the list of path segments of the slice events that are within the provided distance to a center pointUtility routine interface#include <aba_evs_param.inc> CHARACTER*80 EVSNAME DIMENSION XCENTER(3), EVSPATHTIME(2,MAXEVENTS), EVSPATHCOORD(3,2,MAXEVENTS), EVSPATHFIELD(NFIELDSIZE,2,MAXEVENTS) ... CALL GETEVENTSERIESSLICELGLOCATIONPATH(EVSNAME, XCENTER, RADIUS, NFIELDSIZE, NUMSEGMENTS, EVSPATHTIME, EVSPATHCOORD, EVSPATHFIELD) Variables to be provided to the utility routine
Variables returned from the utility routine
|