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 cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

apply non-uniform distributed load

Status
Not open for further replies.

S0606

Mechanical
Joined
Nov 16, 2006
Messages
28
Location
GB
hi
I am a new ABAQUS user, I need to apply non-uniform pressure load (function) on a surface.How could I do that?
Anybody would please show me the steps to do this.
Thanks
 
First the modern option. Use /CAE V6.6 (it's been out for more about a year now, so you should have it).

In the pressure dialog there is an option for "distribution". Next to it is a button "Create". Use the create and you'll get taken to an expression editor. Write your analytical expression for the field (in terms of global or local coordinates) using standard Python syntax. The dialog actually shows the valid operators. In any case, it should be pretty obvious... Things like sin(X/pi), pow(X,2)+pow(Y,2) and so on are all valid.

You'll notice that once you've created an Analytical Field, it will appear in the model tree (for further editing etc).

These Analytical Fields can be used on more loads/fields/BCs than just pressure. Whenever it is valid you'll see the "Distribution" option in the dialog box.

The other option, and no doubt old timers will write in as it being *the* solution ;) is to use the DLOAD user subroutine. Sure, you can do that too...
 
Thanks for your replay I realy appreciate it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top