Ansys: Difference between revisions

Jump to navigation Jump to search
136 bytes removed ,  9 months ago
m
no edit summary
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 step only needs to be done once:
::: The following only needs to be done once:
:::: - click <code>Tools -> Options -> HPC and Analysis Options -> Options</code>
:::: click <code>Tools -> Options -> HPC and Analysis Options -> Options</code>
:::: - change <code>HPC License</code> pulldown to Pool (allows > 4 cores to be used)
:::: change <code>HPC License</code> pulldown to <b>Pool</b> (allows > 4 cores to be used)
:::: - click <code>OK</code>
:::: click <code>OK</code>
::: To copy the Antennas examples directory into your account, login to a cluster and run:
::: ----------  EXAMPLES  ----------
:::: 1a) module load StdEnv/2023 ansysedt/2021R2
::: To copy the 2023R2 Antennas examples directory into your account:
:::: 1b) mkdir -p ~/Ansoft/$EBVERSIONANSYSEDT; cd ~/Ansoft/$EBVERSIONANSYSEDT; rm -rf Antennas
:::: login to a cluster such as graham
:::: 1c) cp -a $EBROOTANSYSEDT/AnsysEM21.2/Linux64/Examples/HFSS/Antennas ~/Ansoft/$EBVERSIONANSYSEDT
:::: <code>module load ansysedt/2023R2</code>
:::: 2a) module load StdEnv/2023 ansysedt/2023R2
:::: <code>mkdir -p ~/Ansoft/$EBVERSIONANSYSEDT; cd ~/Ansoft/$EBVERSIONANSYSEDT; rm -rf Antennas</code>
:::: 1b) mkdir -p ~/Ansoft/$EBVERSIONANSYSEDT; cd ~/Ansoft/$EBVERSIONANSYSEDT; rm -rf Antennas
:::: <code>cp -a $EBROOTANSYSEDT/v232/Linux64/Examples/HFSS/Antennas ~/Ansoft/$EBVERSIONANSYSEDT</code>
:::: 2c) cp -a $EBROOTANSYSEDT/v232/Linux64/Examples/HFSS/Antennas ~/Ansoft/$EBVERSIONANSYSEDT
::: To run an example:
:::: 3) open simulation then click <code>HFSS -> Validation Check</code> close and repeat if fails
:::: open a simulation .aedt file then click <code>HFSS -> Validation Check</code> (if errors are reported close and reopen)
:::: 4) click <code>Project -> Analyze All</code> to run simulation
:::: click <code>Project -> Analyze All</code> to run simulation
:::: If the program crashes and won't restart try running the following commands:
::: 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)
:::: 5) click <code>File -> Close -> No </code> to not save the converged solution
:::: click <code>File -> Close -> No </code> to not save the converged solution


=== Ensight === <!--T:1678-->
=== Ensight === <!--T:1678-->
cc_staff
1,863

edits

Navigation menu