Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Force calculations using Maxwell stress tensor in electrostatic field

Status
Not open for further replies.

petersjohn

Electrical
Aug 9, 2007
8
Hello;

I am just beginning using ANSYS. I need to calculate force that acts on the surface of a sphere in an electrostatic field. My model is axis-symmetric. I have created an axis-symmetric 2D model and the computer calculated the electric field and the charges, etc on the surface of the sphere. I need to calculate the force on the surface of the sphere using Maxwell stress tensor. To do this I've done the following:

Code:
!code from pre-processor 
rsys,0
csys,11,0,0,0
nsel,loc,x,0.95*r,1.05*r
esln
cm,cname, [COLOR=red]!As I understand, now, I have to write some components of the elements, which?[/color]
fmagbc,'cname'
Solution works.
post-processor:
fmagsum,'cname' - here it says that the componenets of the elemetns are not selected thus fmagsum is equal 0.

Sincerely,

John
 
Replies continue below

Recommended for you

Hello,

Looking at your code, I see you have already selected nodes and elements on nodes. I suppose you want to compute the magnetic force acting on those elements. For this you have to define an elements component:

cm,cname,elem

It is important that those elements are surrounded by air elements, see the help on fmagbc.

After solution, make sure that all elements are selected and then use fmagsum.

Regards
Alex
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor