Hi,
I would like to obtain the OP2 results in more than one set that are already defined in the FEM model.
Run file:
$
$ -------------------------------- I/O OPTIONS --------------------------------
VELOCITY(OP2)=1034
VELOCITY(OP2)=1047
VELOCITY(OP2)=1049
$
ASSIGN,H3DDMIG,AX,Cond.h3d
ASSIGN,EXCINP,ALL,SOL111.INP4
$
$ --------------------------- CASE CONTROL SECTION ----------------------------
$
SUBCASE 10
LABEL=Frequency 1000rpm
ANALYSIS=DFREQ
$
$ ----------------------------- BULK DATA SECTION -----------------------------
$
BEGIN BULK
$
ENDDATA
in this case, I've only obtained the results in the last set "1049". However I would like in all three sets that I forgot to define the set of the combination of the three sets previously in the FEM file.
Thanks