cc_staff
1,863
edits
mNo edit summary |
mNo edit summary |
||
Line 1,288: | Line 1,288: | ||
:::: <code>module load SnEnv ansysedt/2021R2</code> | :::: <code>module load SnEnv ansysedt/2021R2</code> | ||
::: Type <code>ansysedt</code> in the terminal and wait for the gui to start | ::: Type <code>ansysedt</code> in the terminal and wait for the gui to start | ||
::: The following | ::: The following only needs to be done once: | ||
:::: | :::: click <code>Tools -> Options -> HPC and Analysis Options -> Options</code> | ||
:::: | :::: change <code>HPC License</code> pulldown to <b>Pool</b> (allows > 4 cores to be used) | ||
:::: | :::: click <code>OK</code> | ||
::: To copy the Antennas examples directory into your account | ::: ---------- EXAMPLES ---------- | ||
:::: | ::: To copy the 2023R2 Antennas examples directory into your account: | ||
:::: | :::: login to a cluster such as graham | ||
:::: | :::: <code>module load ansysedt/2023R2</code> | ||
:::: <code>mkdir -p ~/Ansoft/$EBVERSIONANSYSEDT; cd ~/Ansoft/$EBVERSIONANSYSEDT; rm -rf Antennas</code> | |||
:::: | :::: <code>cp -a $EBROOTANSYSEDT/v232/Linux64/Examples/HFSS/Antennas ~/Ansoft/$EBVERSIONANSYSEDT</code> | ||
:::: | ::: To run an example: | ||
:::: open a simulation .aedt file then click <code>HFSS -> Validation Check</code> (if errors are reported close and reopen) | |||
:::: | :::: click <code>Project -> Analyze All</code> to run simulation | ||
::: If the program crashes and won't restart try running the following commands: | |||
:::: <code>pkill -9 -u $USER -f "ansys*|mono|mwrpcss|apip-standalone-service"</code> | :::: <code>pkill -9 -u $USER -f "ansys*|mono|mwrpcss|apip-standalone-service"</code> | ||
:::: <code>rm -rf ~/.mw</code> (ansysedt will re-run first-time configuration on startup) | :::: <code>rm -rf ~/.mw</code> (ansysedt will re-run first-time configuration on startup) | ||
:::: | :::: click <code>File -> Close -> No </code> to not save the converged solution | ||
=== Ensight === <!--T:1678--> | === Ensight === <!--T:1678--> |