CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS

Load step continuation problems - Ansys Mechanical; APDL

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 8, 2017, 10:21
Default Load step continuation problems - Ansys Mechanical; APDL
  #1
New Member
 
X
Join Date: May 2017
Posts: 5
Rep Power: 8
Lapis1 is on a distinguished road
I am simulating a load plate using Ansys Mechanical, paired with APDL commands for the entire thing. Due to hardware limitations only one fourth of the entire load plate is being simulated, simulating the rest of the model using symmetry boundary conditions.



Loading the model is done in two steps.

1. Preloading of bolts in the load cells.
2. Applying force on the load plate's top plate, resting above the load cells.



Preloading of bolts is done in two different formats.

1.1 Three distinct f commands simulating constant pretension on relatively unimportant sections. These are applied explicitly during the solution phase of my APDL code, done as seen below.

1.2 Two COMBIN14 spring elements acting on points which are of greater interest. Pretension forces applied by these elements occur automatically once the "solve" line is issued in the solution processor.



The solving part of my APDL code consists of the following.

Code:
! ----------SOLVING #1 - PRETENSION
/solu

	antype,static
!	NLGEOM,ON 
	time,1
	autots,on
	nsubst,20,1000,20
	outres,all,all
	neqit,100



! CONSTRAINTS
! Constraints for base
	d,	...
	d,	...
	allsel



! Constraints for plate (symmetry)
	d,	...
	d,	...
	allsel



! STATIC BOLT PRETENSION
	f,	...
	f,	...
	allsel



/solu
	time
	solve





! ----------SOLVING #2 - LOADING TOP PLATE
/solu
	f,	...

	allsel
	time
	solve



! POST PROC
/post1
	...
	...


The intention of the above commands is that the code first applies preloading by itself for both the static preloads and the COMBIN14 elements. The next load step loads the top plate separately, with the previously defined preload kept in place.

The problem with this code is that if I step out of the /solu processor (either to go into the general postproc or into the preprocessor), the second load step will completely ignore the preloading. Instead, the second load step consists of preloading from scratch AND loading the top plate, at the same time, irrespective of what happened during the first step.

Is it possible to continue where the first load step left off, without having to run the simulation again if I were to step into any other processor?


Thank you in advance!
Lapis1 is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
ANSYS Mechanical APDL mechanicaldesign ANSYS 2 December 30, 2018 02:44
Plate with stiffeners - ANSYS APDL Mechanical GTroina Structural Mechanics 1 February 22, 2017 18:40
Ansys mechanical APDL problem. russogianluca90 ANSYS 0 October 13, 2014 07:38
Ansys mechanical APDL launcher license for CFX mohammad CFX 1 June 30, 2011 09:15
IcoFoam parallel woes msrinath80 OpenFOAM Running, Solving & CFD 9 July 22, 2007 02:58


All times are GMT -4. The time now is 02:37.