• Skip to Main Content
  • Go to the Website's Home
  • Go to Website News
  • Go to About this site
  • Skip to Audience Navigation Menu
  • About
    • Welcome to the College
    • Facts and Figures
    • Message from the Dean
    • Visit Us
    • College Administration
    • News Center
  • Research
    • Research Home
    • Departments
    • Centers & Labs
    • Faculty Directory
    • Opportunities for Undergraduates
  • Admissions
    • Undergraduate Admissions
    • Undergraduate Recruiting
    • Graduate Admissions
  • Academics
    • Departments
    • Undergraduate Programs and Degrees
    • Graduate Programs and Degrees
    • Course Guide/Bulletin
    • Teaching
    • Support Services
  • Departments
    • Aerospace Engineering
    • Atmospheric, Oceanic and Space Sciences
    • Biomedical Engineering
    • Chemical Engineering
    • Civil and Environmental Engineering
    • Electrical Engineering and Computer Science
    • Industrial and Operations Engineering
    • Interdisciplinary Professional Programs
    • Materials Science and Engineering
    • Mechanical Engineering
    • Naval Architecture and Marine Engineering
    • Nuclear Engineering and Radiological Sciences
  • Support the College
    • Giving
    • Involve Yourself
    • Corporate Relationships
  •   

College of Engineering

Center for Advanced Computing

  • Welcome
  • About
  • Getting Started
    • Getting Started
    • Learning About HPC
    • CAC Training Courses
  • Resources
    • Resources
    • Systems
    • Software
    • Storage
    • Networking
    • Visualization
    • Teragrid
  • Academics
  • Contact Us
  • Frequently Asked Questions
Follow Us On Twitter

Contact Information

[Contact] Center for Advanced Computing
College of Engineering
cac-support@umich.edu Link

Center for Advanced Computing  /  Resources  /  Software  /  Ansoft Hfss

Ansoft Hfss

HFSS is the industry-standard software for S-parameter, Full-Wave SPICE traction, and 3D electromagnetic field simulation of high-frequency and high-speed components. Engineers rely on the accuracy, capacity, and performance of HFSS to design on-chip embedded passives, IC packages, PCB interconnects, antennas, RF/microwave components, and biomedical devices.

Setup Hfss

Please watch the following video to demonstrate the first use of hfss on the CAC clusters. The number of CPUs set the the GUI must match the ppn= value in the PBS script. Once you have setup hfss options as in the video you can now run Hfss in PBS.



Ansoft Hfss PBS File

To access hfss on the clusters, you must first type: module load hfss

A sample PBS script that shows a 4-CPU hfss job looks like this:

 

					#!/bin/bash
	#PBS -N hfss
	#PBS -q route
	#PBS -l nodes=1:ppn=4,mem=1gb,walltime=24:00:00
	#PBS -M your-email-address
	#PBS -m abe
	#PBS -V
	#
	echo "I ran on:"
	cat $PBS_NODEFILE
	#
	#link hfss setup directory from one of the login nodes,
	#There are two login nodes nyx-login1 and nyx-login2
	#check which one you were on by ls ~/.mw/core_data
	mynode=`head -n1 $PBS_NODEFILE`
	ln -s ~/.mw/core_data/nyx-login1.engin.umich.edu ~/.mw/core_data/${mynode}.engin.umich.edu
	#cd to your execution directory first
	cd /home/your-user-name/your-hfss-directory
	#
	hfss -Ng -batchsolve input.hfss
	#
	

 



CSS 2.1 Valid
University of Michigan
  • Home
  • Contact Us
  • Site Map
  • Site Feedback
  • Accessibility
  • Emergency Procedures
  • Jump to top of the page
© 2009 College of Engineering, University of Michigan