Is there a way to do a high frequency analysis with volt boundary conditions?


Not directly, but following an electrostatic analysis for the volt boundary conditions, the electric field can be specified with the following commands:

allsel
nsle,u,corner ! Only apply bf values to edge nodes
*get,n_count,node,,count
nmin=0

*do,_iii,1,n_count,1
nmin=ndnext(nmin)
bf,nmin,ef,ef_vals(_iii,1),ef_vals(_iii,2),ef_vals(_iii,3)
*enddo
allsel





Show Form
No comments yet. Be the first to add a comment!