Author Topic: Tplot Reac, Sum, Disp in parFEAP v8.2  (Read 5227 times)

simapise

  • New Member
  • *
  • Posts: 6
Tplot Reac, Sum, Disp in parFEAP v8.2
« on: December 15, 2017, 02:50:57 AM »
Dear FEAP Admin.

I am successfully using Tplot command for to get reaction, displacement and sums in the serial input file. I tried to use the same with parFeap V8.2. I am getting all output files for each partition but all values are 0.

Could you please guide me how could i get all the right values. 

I am using batch command as below

batch
tplot,,1
end
disp,660,2
sums,2,2,1,0.000001
reac,660,2
show 

Best Regards


Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2649
Re: Tplot Reac, Sum, Disp in parFEAP v8.2
« Reply #1 on: December 15, 2017, 11:07:28 AM »
This command has not been coded specially for the parallel version.

Can you try the following please:

1. put the SUMS command first.
2. specify nodal points by coordinate location.

report findings.

simapise

  • New Member
  • *
  • Posts: 6
Re: Tplot Reac, Sum, Disp in parFEAP v8.2
« Reply #2 on: December 18, 2017, 03:52:35 AM »
Respected Prof. Taylor,

thanks a lot for a suggestion.

It is working perfectly for disp and reac commands and gives only one file w. r. to the particular partition in which the node lies.

Sums command works good but for large no of partition it gives files for all partition but only some of them contain non-zero values. The addition of values from all sums file will give the final and correct value.

batch
tplot,,1
end
sums,2,2,1,0.000001
disp,,1,0.04511002,1.0
reac,,1,0.04511002,1.0
show