Author Topic: error-Insufficent storage to allocate TANGS  (Read 6215 times)

ashish

  • New Member
  • *
  • Posts: 6
error-Insufficent storage to allocate TANGS
« on: January 21, 2015, 09:25:49 PM »
hello sir,
sir i am trying to solve 3-dimensional plate problem by modal analysis.I need to validate my result with feappv for that i want fine mesh of plate.But feappv software showing some error after 10500 node.

Error
Insufficent storage to allocate TANGS         
check data or choose another option.

either FEAPpv have some limitation means  can we solve upto 10500 node only???         
I am looking forward for your responce.

Thank you very much.


FEAP_Admin

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 993
Re: error-Insufficent storage to allocate TANGS
« Reply #1 on: January 22, 2015, 07:03:31 AM »
The problem is not FEAP it is your computer.  Your computer has insufficient memory to solve the equations.  You could try using the iterative solver (ITER); please see the manual.

Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2649
Re: error-Insufficent storage to allocate TANGS
« Reply #2 on: January 22, 2015, 08:54:55 AM »
Also, is the mesh irregular.  Be careful how you number nodes.  FEAPpv does not have an iterative solver.

FEAP_Admin

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 993
Re: error-Insufficent storage to allocate TANGS
« Reply #3 on: January 22, 2015, 09:57:49 AM »
If one looks in pmacr.f and pmacr1.f, one sees the iters (diagonal preconditioner) option.  So I think it is there.

ashish

  • New Member
  • *
  • Posts: 6
Re: error-Insufficent storage to allocate TANGS
« Reply #4 on: January 26, 2015, 08:33:36 PM »
Thank you very much sir.