@@ -267,16 +267,15 @@ def gen_sector(mapdl, sectors):
267267# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
268268# Note how the harmonic indices of these modes goes up to 10, or N/2 where N is
269269# the number of sectors.
270- #
271270
272271print ("C. Index Harmonic Index" )
273272for i , hindex in zip (range (result .n_results ), result .harmonic_indices ):
274273 print (f"{ i :3d} { hindex :3d} " )
275274
276275
277276###############################################################################
278- # Plot Nodal First Bend for Nodal Diameter 2
279- # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
277+ # Plot First Bend for Nodal Diameter 2
278+ # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
280279# Note how you can clearly see two nodal lines for this mode shape since it's
281280# nodal diameter 2.
282281
@@ -286,10 +285,10 @@ def gen_sector(mapdl, sectors):
286285
287286
288287###############################################################################
289- # Animate Nodal First Bend for Nodal Diameter 2
290- # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
288+ # Animate First Bend for Nodal Diameter 2
289+ # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
291290# Let's end this example by animating mode 12, which corresponds to first bend
292- # 2nd nodal diameter for this example.
291+ # for the 2nd nodal diameter of this example model .
293292
294293_ = result .animate_nodal_displacement (
295294 12 ,
0 commit comments