Skip to content

Commit 4ffe8bb

Browse files
testing mapdl functionality
1 parent 82068f2 commit 4ffe8bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/00-systemcoupling/cht_pipe.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
4444
4545
The flow is smooth inside the pipe and the outer wall of the pipe is adiabatic. Fluid enters
46-
at an initial temperature of 300K while the outside pipe of the wall is at 400K.
46+
at an initial temperature of 300K while the outside pipe of the wall is at 400K.
4747
The setup is simulated for a few iterations to allow the examination
4848
of the temperature field in the pipe.
4949
@@ -96,7 +96,7 @@
9696

9797
# # %%
9898
# # Create hollow pipe
99-
# mapdl.cyl4(0, 0, rad1=r_in, rad2=r_out, depth=l)
99+
# mapdl.cyl4(0, 0, rad1=r_in, rad2=r_out, depth=l)
100100
# mapdl.esize(0.002)
101101
# mapdl.vsweep(1)
102102
# print(mapdl.geometry.anum)

0 commit comments

Comments
 (0)