Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations JAE on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Negative cross-coupling spring in ABAQUS

Status
Not open for further replies.

TEIF-RO

Mechanical
Joined
Apr 1, 2019
Messages
21
Location
CM
Hello everyone.
I will like to add a cross spring stiffness in my abaqus model. The value is KLR=-3.08E8. I have already consider the negative sign in the analytical model with no problem. Now my question is:
How to add spring with negative stiffness in abaqus since abaqus doesn't accept the (-) sign ?
Regards
 
Try specifying that negative stiffness directly in the input file/keyword editor instead of using Abaqus/CAE. Many things that can't be achieved in CAE are possible through .inp file.
 
@FEA WAY.I opened the .inp file and added the negative value then save it. but when I run the model an re-opened the .inp file, the added value was no more there plus my results remained unchanged.
So it did nor work
 
Did you open this .inp file in CAE after the changes ? If yes then probably these changes were removed by CAE. It often happens when something not supported by CAE is written in the imported input file.

Also did you try with nonlinear spring ?
 
1-I OPENED THE .inp file generated by my model using Textpad.

2-I modified and saved then I imported it in CAE and ran it.

my spring is not non linear its a cross-coupled spring(In fact it's a cross-coupling stiffness KLR for slender piles in an homogeneous soil)
 
That’s why it got deleted - importong to CAE causes that. Modify the input file and run it through command line without using CAE.
 
Please can you give the steps to run it through commands?
I'm new in this
Thanks
 
Sure. Just run the command line where input file is located (Shift + RMB and choose „Open command window here” to do it) and type:

abqXXXX j=input_file_name interactive cpus=number_of_available_processors

where XXXX is Abaqus version (for example 2017, 2018 or 2019)
 
THANKS
Its shows me ''Open PowerShell window here'' INSTEAD
 
I activated. and thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top