looking around I decided to use the method outlined to the discussion:
https://www.cad3d.it/forum1/threads/saldature-in-ansys-wb.15133/
solo che nella sezione "comment" ho scritto (avendo 6 saldature):
"
! commands inserted into this file will be executed immediately after the ansys /post1 command.
! if a set command is issued, results from that load step will be used as the basis of all
! result objects appearing in the solution folder.
! active unit system in workbench when this object was created: metric (mm, kg, n, c, s)
csys,0
! define the names of the components, the name must match the component names defined
*dim, cm_weld, char, 50,1
cm_weld(1)='weld_a' ! local,12
cm_weld(2)='weld_b' ! local,13
cm_weld(3)='weld_c' ! local,14
cm_weld(4)='weld_d' ! local,15
cm_weld(5)='weld_e' ! local,16
cm_weld(6)='weld_f' ! local,17
/post1
! print out nodal loads for nodal components
*do,i,1,6,1
cmsel,s,%cm_weld(i)%
csnum=11+i
*get,csx,cdsy,csnum,loc,x
*get,csy,cdsy,csnum,loc,y
*get,csz,cdsy,csnum,loc,z
rsys,csnum
spoint,,csx,csy,csz ! change the moment summation point to the local cs origin
/output,%cm_weld(i)%_fsum,lis,, , ! print the nodal forces and moments to a text file
fsum,rsys,,
/output,term
*enddo "
ma i file dei risultati mi riportano la scritta:
"
*** warning *** cp = 20.641 time= 15:31:42
no element nodal forces available. the fsum command is ignored.
"
e cercando nel file "err" ho il seguente errore:
"
*** error *** cp = 1.469 time= 15:50:25
component weld_a is not defined.
/com,ansys release release 16.0 build 16.0 up20141203 15:53:51
"
come posso risolvere?
ps: come si salva la simulazione in un database ( file .wbdb)?