Author Topic: output files are not matching  (Read 2590 times)

manoj

  • New Member
  • *
  • Posts: 4
output files are not matching
« on: February 08, 2015, 11:40:38 PM »
Hello sir,

I have tried to run iblk27 input file in feappv which is given in feap website as FEAP  input/output file. The output file shown for me after compiling in feappv is different than your output file which you have given as oblk27. It’s showing different values in element connections, means its not showing 27 node element, its showing just 8 node element. Sir please go through that both output file which I have shown below.

Sir actually I want solve three dimensional plate problem with 20 or 27 brick node element.

I am looking forward for your response.

My output file.
 Elmt Mat Reg  1 node  2 node  3 node  4 node  5 node  6 node  7 node  8 node
                 9 node 10 node 11 node 12 node 13 node 14 node 15 node 16 node
                17 node 18 node 19 node 20 node 21 node 22 node 23 node 24 node
                25 node 26 node 27 node
      1   1   0       1       2      11      10      82      83      92      91
                      0       0       0       0       0       0       0       0
                      0       0       0       0       0       0       0       0
                      0       0       0
      2   1   0       2       3      12      11      83      84      93      92
                      0       0       0       0       0       0       0       0
                      0       0       0       0       0       0       0       0
                      0       0       0
      3   1   0       3       4      13      12      84      85      94      93
                      0       0       0       0       0       0       0       0
                      0       0       0       0       0       0       0       0
                      0       0       0
      4   1   0       4       5      14      13      85      86      95      94
                      0       0       0       0       0       0       0       0
                      0       0       0       0       0       0       0       0
                      0       0       0
      5   1   0       5       6      15      14      86      87      96      95
                      0       0       0       0       0       0       0       0
                      0       0       0       0       0       0       0       0
                      0       0       0
      6   1   0       6       7      16      15      87      88      97      96
                      0       0       0       0       0       0       0       0
                      0       0       0       0       0       0       0       0


YOURS OUTPUT file which you gave given in FEAP website as input/output files.
Elmt Mat Reg  1-node  2-node  3-node  4-node  5-node  6-node  7-node  8-node
                 9-node 10-node 11-node 12-node 13-node 14-node 15-node 16-node
                17-node 18-node 19-node 20-node 21-node 22-node 23-node 24-node
                25-node 26-node 27-node
      1   1   0       1       3      21      19     163     165     183     181
                      2      12      20      10     164     174     182     172
                     82      84     102     100      11     173      91      93
                     83     101      92
      2   1   0       3       5      23      21     165     167     185     183
                      4      14      22      12     166     176     184     174
                     84      86     104     102      13     175      93      95
                     85     103      94
      3   1   0       5       7      25      23     167     169     187     185
                      6      16      24      14     168     178     186     176
                     86      88     106     104      15     177      95      97
                     87     105      96
      4   1   0       7       9      27      25     169     171     189     187
                      8      18      26      16     170     180     188     178
                     88      90     108     106      17     179      97      99
                     89     107      98
      5   1   0      19      21      39      37     181     183     201     199
                     20      30      38      28     182     192     200     190
                    100     102     120     118      29     191     109     111
                    101     119     110
      6   1   0      21      23      41      39     183     185     203     201
                     22      32      40      30     184     194     202     192
                    102     104     122     120      31     193     111     113
                    103     121     112

Thank you.

Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2647
Re: output files are not matching
« Reply #1 on: February 09, 2015, 07:42:23 AM »
FEAPpv only supports 8-node elements in 3-d.  You need to code the 27 node shape functions and also the generation of 27 node elements from BLOCk yourself.