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!

Reading Current Density off a Model

Status
Not open for further replies.

JonLueke

Mechanical
Joined
Mar 29, 2003
Messages
10
Location
CA
Hey all,

I am modeling a simple RF MEMS cantelever switch on Ansys, and I would like to be able to extract the current density off the model. Anyone have any ideas how to go about this?

Thanks.
Jonathan Lueke
 
Oh yeah.. just to clarify, I want the current density for the whole switch, not just a single element/node combination.

Thanks.

Jonathan Lueke
 
Hi Jonathan.

You have to select the elements of a section of the conductor. Then create a table with the current densities (ETABLE,table_name,JS,SUM). After that, add all the values in the table (SSUM). Finally get the sum into a variable (*GET,parameter_name,SSUM,0,ITEM,table_name). Now you have the total current density in a variable named parameter_name.

Best regards.
Jorge
 
Hi again Jonathan.

The previous process works if all the elements of the section have the same area.

Best regards,
Jorge
 
A better solution:

-Select the cross-section area
-Select the nodes attached to this area
-List results -> Reaction solu...
-Choose Elec currnt AMPS
-At the end of the list you'll find the total current
-And finally you konw how to calculate the current density
 
Thanks a bunch.. worked like a charm

Jonathan Lueke
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top