Sir,I am working on soil structure interaction problem.My soil domain is having 107666 nodes and 105000 elements.Elements are quadrilateral plain strain elements.Structure is also having around 100 nodes.Interface between soil and structure also modeled correctly.At the boundary nodes of soil Lysimer Kuhlemeyer boundary conditions are applied along with nodal reactions obtained from static analysis.Ground motion also applied the system. While analyzing the domain i.e linear time history analysis of displacements and forces in the structure nodes,I m getting message as follows. "This application has requested the run time to terminate it in an unusual way.Please contact the applications support team for more information." I m using the following analysis commands.Please check this commands and suggest me suitable commands for analysis.Your reply is extremely important for my thesis work.Right now I am at ending time of my thesis.I will be waiting for ur valuable reply.
constraints Transformation ;
numberer RCM ;
system UmfPack;
test NormDispIncr 1.0e-8 6;
algorithm Newton ;
integrator Newmark 0.5 0.25 ;
analysis Transient;
analyze 1000 0.02;
Runtime error occured at the analysis
Moderator: Moderators
-
- Posts: 38
- Joined: Thu Jun 17, 2010 7:08 am
- Location: L&T EDRC KOLKATA
Re: Runtime error occured at the analysis
you may be running out of memory .. the transformation method may be causing a lot of fill in the matrix equation .. try a Penalty method to see if the analysis oes through .. another option is to try SparseSYM solver to reduce the amount of memory required to store the matrix.