Hello,
I am running a static analysis with the below subcases :
$$------------------------------------------------------------------------------$
$$ Case Control Cards $
$$------------------------------------------------------------------------------$
$
SUBCASE 10
LABEL loadstep10
ANALYSIS STATICS
SPC = 10
PRETENSION = 11
$
$HMNAME LOADSTEP 11"loadstep11" 1
$
SUBCASE 11
LABEL loadstep11
ANALYSIS STATICS
SPC = 10
LOAD = 127
PRETENSION = 11
$
BEGIN BULK
$$
$$
$$ PTADD cards
$$
$HMNAME LOADCOL 11"All_pretensions"
$HWCOLOR LOADCOL 11 35
PTADD 11 1.0 1.0 9 1.0 8 1.0 7
+ 1.0 6 1.0 5 1.0 1 1.0 3
+ 1.0 4 1.0 2
$$
$$
$$ LOADADD cards
$$
$HMNAME LOADCOL 127"All_pressures"
$HWCOLOR LOADCOL 127 17
$$ This is pressure loads
LOADADD 127 1.0 1.0 89 1.0 100 1.0 93
+ 1.0 108 1.0 104 1.0 126 1.0 116
+ 1.0 112
The solution solved without errors, but I get strange animation for subcase 11...
I got the below warning message in the outfile....
*** WARNING # 312
In static load case 11
the compliance is negative or large 1.05465e+16.
Optimization/buckling analysis cannot be performed.
due to possible rigid body mode.
Is there any problem in my model.
Please let me know how to slove this,