Shelby86
Mechanical
- Mar 13, 2015
- 11
Hello,
I am currently running a 12 step static structural problem. I want to be able to solve the first load step, go into POST1 and retrieve an X-location (for Fluid Pressure Penetration) then apply that as a set parameter for the next load step and repeat until complete. I am using the following code at the end of my solution APDL (this is set for allsteps)
outres,all,all,
/post1
inres,all
subset,last,last
NSORT,cont,fprs,
NSEL,S,CONT,FPRS,11.16,11.16
NSORT,cont,fprs,,,,SELECT
*get,cont_min,sort,,min
*get,cont_min_nd,sort,,imin
*get,xFPP,NODE,cont_min_nd,Loc,x
/sol
Running this script I keep getting an error being 'An error occurred while attempting to open the results file file.rst.'
Can someone shed some light on this issue I am having?
Thanks
Shelby86
I am currently running a 12 step static structural problem. I want to be able to solve the first load step, go into POST1 and retrieve an X-location (for Fluid Pressure Penetration) then apply that as a set parameter for the next load step and repeat until complete. I am using the following code at the end of my solution APDL (this is set for allsteps)
outres,all,all,
/post1
inres,all
subset,last,last
NSORT,cont,fprs,
NSEL,S,CONT,FPRS,11.16,11.16
NSORT,cont,fprs,,,,SELECT
*get,cont_min,sort,,min
*get,cont_min_nd,sort,,imin
*get,xFPP,NODE,cont_min_nd,Loc,x
/sol
Running this script I keep getting an error being 'An error occurred while attempting to open the results file file.rst.'
Can someone shed some light on this issue I am having?
Thanks
Shelby86