Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/changelog.d/4494.documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Corrected a typo in Ablation example [skip tests]
2 changes: 1 addition & 1 deletion examples/00-fluent/modeling_ablation.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# the damaging effects of external high temperatures caused by shock wave and viscous
# heating. The ablative material is chipped away due to surface reactions that remove a
# significant amount of heat and keep the vehicle surface temperature below the melting
# point. In this tutorial, Fluent ablation model is demonstrated for a reendtry vehicle
# point. In this tutorial, Fluent ablation model is demonstrated for a re-entry vehicle
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# point. In this tutorial, Fluent ablation model is demonstrated for a re-entry vehicle
# point. In this tutorial, Fluent ablation model is demonstrated for a reentry vehicle

reentry is both correct and consistent with usage elsewhere in the same file.

# geometry simplified as a 3D wedge.
#
# This tutorial demonstrates how to do the following:
Expand Down