Skip to content

Commit

Permalink
DOCS: Temporary comment analyze part in example (#5027)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelopez-ansys authored Aug 9, 2024
1 parent 766e10e commit 641d92f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/04-Icepak/Sherlock_Example.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,15 +215,15 @@
# Analyze the model
# ~~~~~~~~~~~~~~~~~

ipk.analyze(cores=4, tasks=4)
# ipk.analyze(cores=4, tasks=4)
ipk.save_project()

###############################################################################
# Get solution data and plots
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~

plot1 = ipk.post.create_fieldplot_surface(ipk.modeler["COMP_U10"].faces, "SurfTemperature")
ipk.post.plot_field("SurfPressure", ipk.modeler["COMP_U10"].faces, show=False, export_path=ipk.working_directory)
# ipk.post.plot_field("SurfPressure", ipk.modeler["COMP_U10"].faces, show=False, export_path=ipk.working_directory)


###############################################################################
Expand Down

0 comments on commit 641d92f

Please sign in to comment.