Dear Prof. Taylor, dear FEAP community,
I would like to export node forces. But I am not sure if I do the right. So, I've created in pouta.f following block:
...
character filetype*4
filetype='.dat'
...
elseif(pcomp(array,'nfrc',4)) then
prth = .false.
node_output = 4
call setcount(array,nnfrc,i)
open(unit = iow,file = trim(array)//filetype,status = 'unknown')
rewind(iow)
call prtdis(hr(np(43)),hr(np(40)),ttim,prop,ndm,ndf,
& start,ende,inkr,node_output,ndf1,ndf2,prth)
close(iow)
...
The export starts only from the fourth node, but this is currently unimportant. My question is whether this approach is correct.
Thanks in advance.
Best regards
serkuz