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!

Distributed loads in Ansys Workbench

Status
Not open for further replies.

JGillett

Mechanical
Joined
May 25, 2008
Messages
1
Location
US
Is there a way to apply non-uniform distributed loads in Workbench 10? Currently I'm using a pressure but it only allows a constant pressure across the entire surface. The actual load is closer to a triangular distribution from one end to the other. Thanks.
 
Hi,
in v.10 the only way you have to apply spatially-variable pressure load is via APDL in a Commands snippet:

/PREP7
CSYS,nn
SFGRAD,PRES,nn,z,0_location,grad_slope
NSEL,s,...
SF,all,PRES,0 (or add a constant part to the gradient)
allsel
SFGRAD,PRES,0,z,0,0 (resets the gradient)
/SOLU

You can make it easier to select the loaded nodes if you previously make a Named Selection with Area scope: say it is named "A_P", you just call the command:
CMSEL,s,A_P
and all the nodes of this area(s) are selected.

Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top