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:
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
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'
post-processor:
fmagsum,'cname' - here it says that the componenets of the elemetns are not selected thus fmagsum is equal 0.
Sincerely,
John