@@ -6,9 +6,9 @@ Harmonic analysis using the frequency-sweep Krylov method
6
6
=========================================================
7
7
8
8
This example shows how to use the frequency-sweep Krylov method
9
- method implemented in PyMAPDL. For more information, including the
9
+ implemented in PyMAPDL. For more information, including the
10
10
theory behind this method, see `Frequency-Sweep Harmonic Analysis via the Krylov Method
11
- <https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/v222/en/ans_str/str_Krysweep.html > `_
11
+ <ansys_krylov_sweep_harmonic_analysis_ > `_
12
12
in the **Structural Analysis ** guide for Mechanical APDL.
13
13
14
14
Overview
@@ -118,7 +118,7 @@ four segments for uniform generation of the mesh in each segment.
118
118
# Extrude the circular area to generate a cylinder of specified length
119
119
mapdl.vext("ALL", dx=cyl_L)
120
120
121
- # Split the cylinder into four segments to create a more uniform mesh
121
+ # Split the cylinder into four segments to create a more uniform mesh
122
122
mapdl.vsbw("ALL", keep='DELETE')
123
123
mapdl.wprota(thzx=90)
124
124
mapdl.vsbw("ALL", keep='DELETE')
@@ -303,7 +303,7 @@ Obtain the shape of the reduced solution generated.
303
303
304
304
.. code :: ipython3
305
305
306
- result = dd.expand(residual_computation=True, residual_algorithm="l2",return_solution = True)
306
+ result = dd.expand(residual_computation=True, residual_algorithm="l2", return_solution = True)
307
307
308
308
Plot the pressure distribution as a function of length
309
309
------------------------------------------------------
0 commit comments