thesis/Thesis.org
2025-08-03 19:39:32 +04:00

1838 lines
138 KiB
Org Mode
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#+LaTeX_CLASS: report
#+OPTIONS: author:nil date:nil title:nil toc:nil
# Submerged Sonic Sledhammers Sharply Shape Synthesized Stellite Specimens, Showcasing Superior Strength
* Preamble :ignore_heading:
#+LaTeX: \dominitoc
** Packages :ignore_heading:
#+LaTeX_HEADER: \graphicspath{{expt/}}
#+LaTeX_HEADER: \usepackage{afterpage}
#+LaTeX_HEADER: \usepackage{pdflscape}
#+LaTeX_HEADER: \usepackage{booktabs,caption}
#+LaTeX_HEADER: \usepackage{longtable}
#+LaTeX_HEADER: \usepackage{makecell}
#+LaTeX_HEADER: \usepackage[flushleft]{threeparttablex}
#+LaTeX_HEADER: \usepackage{multirow}
#+LaTeX_HEADER: \usepackage{caption}
#+LaTeX_HEADER: \usepackage{booktabs} % Added for nicer rules
#+LaTeX_HEADER: \usepackage{textcomp}
#+LaTeX_HEADER: \usepackage{mathtools}
#+LaTeX_HEADER: \usepackage{graphicx} % include graphics
#+LaTeX_HEADER: \usepackage{fancyhdr} % layout
#+LaTeX_HEADER: \usepackage[english]{babel}
#+LaTeX_HEADER: %\usepackage[utf8]{inputenc}
#+LaTeX_HEADER: \usepackage[T1]{fontenc} % font
#+LaTeX_HEADER: \usepackage{csquotes}
#+LaTeX_HEADER: %\usepackage[defernumbers=true, sorting=none]{biblatex}
#+LaTeX_HEADER: \usepackage[defernumbers=true, bibstyle=ieee, citestyle=numeric-comp, backend=biber, maxbibnames=999]{biblatex}
#+LaTeX_HEADER: \usepackage{setspace} % spacing
#+LaTeX_HEADER: % \usepackage[left=4cm,right=2cm,top=2cm,bottom=2cm]{geometry}
#+LaTeX_HEADER: \usepackage{mathptmx} % looks like times new roman
#+LaTeX_HEADER: \usepackage{slantsc}
#+LaTeX_HEADER: \usepackage{titlesec}
#+LaTeX_HEADER: \usepackage{mfirstuc}
#+LaTeX_HEADER: \usepackage{calc}% http://ctan.org/pkg/calc
#+LaTeX_HEADER: \usepackage[acronym, nonumberlist]{glossaries} % https://www.overleaf.com/learn/latex/Glossaries
#+LaTeX_HEADER: \usepackage{hyperref} % https://ctan.org/pkg/hyperref
#+LaTeX_HEADER: \usepackage{pdfpages}
#+LaTeX_HEADER: \usepackage{float}
#+LaTeX_HEADER: \usepackage{minitoc}
#+LaTeX_HEADER: \usepackage{pdflscape}
** Config :ignore_heading:
#+LaTeX_HEADER: %% prefer than direct use in usepackage geometry
#+LaTeX_HEADER: %% A4 layout in point is % 595x842
#+LaTeX_HEADER: %% default value
#+LaTeX_HEADER: \setlength{\hoffset}{0pt}
#+LaTeX_HEADER: \setlength{\voffset}{0pt}
#+LaTeX_HEADER: %% height
#+LaTeX_HEADER: %% 72 - 60 + 20 + 25 = 57
#+LaTeX_HEADER: \setlength{\topmargin}{-60pt}
#+LaTeX_HEADER: \setlength{\headheight}{20pt}
#+LaTeX_HEADER: \setlength{\headsep}{25pt}
#+LaTeX_HEADER: \setlength{\footskip}{30pt}
#+LaTeX_HEADER: %% width
#+LaTeX_HEADER: %% 72 + 32 + 10 = 114pt = 40mm
#+LaTeX_HEADER: \setlength{\oddsidemargin}{32pt}
#+LaTeX_HEADER: \setlength{\evensidemargin}{32pt}
#+LaTeX_HEADER: \setlength{\marginparsep}{10pt}
#+LaTeX_HEADER: %% size text
#+LaTeX_HEADER: \setlength{\textheight}{728pt}
#+LaTeX_HEADER: \setlength{\textwidth}{425pt}
#+LaTeX_HEADER: %% style
#+LaTeX_HEADER: %% preliminary, just roman pagination + empty header
#+LaTeX_HEADER: \fancypagestyle{preliminary}{
#+LaTeX_HEADER: \renewcommand{\headrulewidth}{0pt}
#+LaTeX_HEADER: \fancyhead[RCL]{}
#+LaTeX_HEADER: \pagenumbering{Roman}
#+LaTeX_HEADER: }
#+LaTeX_HEADER: %% chapter/classic text style
#+LaTeX_HEADER: \fancypagestyle{chapter}{
#+LaTeX_HEADER: %% title of the chapter, left header, no uppercase, 10 pt, italics, no bold
#+LaTeX_HEADER: \fancyhead[L]{\normalfont\itshape\fontsize{10pt}{12pt}\selectfont\nouppercase{\leftmark}}
#+LaTeX_HEADER: \fancyhead[R]{}
#+LaTeX_HEADER:
#+LaTeX_HEADER: \fancyfoot[C]{\thepage}
#+LaTeX_HEADER: \renewcommand{\headrulewidth}{0.4pt}
#+LaTeX_HEADER: \renewcommand{\footrulewidth}{0pt}
#+LaTeX_HEADER: \pagenumbering{arabic}
#+LaTeX_HEADER: }
#+LaTeX_HEADER: %% define length and scaling for baseline
#+LaTeX_HEADER: \newcommand{\headingBaseline}{12}
#+LaTeX_HEADER: \newcommand{\headingBaselineDiv}{10}
#+LaTeX_HEADER: \newlength{\chapterFontSize}
#+LaTeX_HEADER: \newlength{\sectionFontSize}
#+LaTeX_HEADER: \newlength{\subsectionFontSize}
#+LaTeX_HEADER: \newlength{\chapterBaseline}
#+LaTeX_HEADER: \newlength{\sectionBaseline}
#+LaTeX_HEADER: \newlength{\subsectionBaseline}
#+LaTeX_HEADER: %% change those value if you want to change the chapter/section/subsection font size
#+LaTeX_HEADER: \setlength{\chapterFontSize}{14pt}
#+LaTeX_HEADER: \setlength{\sectionFontSize}{12pt}
#+LaTeX_HEADER: \setlength{\subsectionFontSize}{12pt}
#+LaTeX_HEADER: %% automatic computation for baseline, rule of thumb is 1.2
#+LaTeX_HEADER: \setlength{\chapterBaseline}{ \chapterFontSize * \headingBaseline / \headingBaselineDiv}
#+LaTeX_HEADER: \setlength{\sectionBaseline}{ \sectionFontSize * \headingBaseline / \headingBaselineDiv}
#+LaTeX_HEADER: \setlength{\subsectionBaseline}{ \subsectionFontSize * \headingBaseline / \headingBaselineDiv}
#+LaTeX_HEADER: %% headings
#+LaTeX_HEADER: %% Chapter, 14-point, bold
#+LaTeX_HEADER: \titleformat{\chapter}[display]
#+LaTeX_HEADER: {\normalfont\bfseries\fontsize{\chapterFontSize}{\chapterBaseline}\selectfont}{\chaptertitlename\ \thechapter}{14pt}{}
#+LaTeX_HEADER: %% capitalised initial letter,
#+LaTeX_HEADER: % \titleformat{\chapter}[display]
#+LaTeX_HEADER: % {\normalfont\bfseries\fontsize{\chapterFontSize}{\chapterBaseline}\selectfont}{\chaptertitlename\ \thechapter}{14pt}{\capitalisewords}
#+LaTeX_HEADER: %% left|above|below
#+LaTeX_HEADER: \titlespacing{\chapter}{0pt}{10pt}{25pt}
#+LaTeX_HEADER: %% Section, 12-point
#+LaTeX_HEADER: \titleformat{\section}[hang]
#+LaTeX_HEADER: {\normalfont\bfseries\fontsize{\sectionFontSize}{\sectionBaseline}\selectfont}{\thesection}{5pt}{}
#+LaTeX_HEADER: %% capitalised initial letter
#+LaTeX_HEADER: % \titleformat{\section}[hang]
#+LaTeX_HEADER: % {\normalfont\bfseries\fontsize{\sectionFontSize}{\sectionBaseline}\selectfont}{\thesection}{5pt}{\capitalisewords}
#+LaTeX_HEADER: %% left|above|below
#+LaTeX_HEADER: \titlespacing{\section}{0pt}{25pt}{15pt}
#+LaTeX_HEADER: %% Subsection, 12-point, italic
#+LaTeX_HEADER: \titleformat{\subsection}[hang]
#+LaTeX_HEADER: {\normalfont\bfseries\itshape\fontsize{\subsectionFontSize}{\subsectionBaseline}\selectfont}{\thesubsection}{5pt}{}
#+LaTeX_HEADER: % \titleformat{\subsection}[hang]
#+LaTeX_HEADER: % {\normalfont\bfseries\itshape\fontsize{\subsectionFontSize}{\subsectionBaseline}\selectfont\MakeLowercase}{\thesubsection}{5pt}{\makefirstuc}
#+LaTeX_HEADER: %% left|above|below
#+LaTeX_HEADER: \titlespacing{\subsection}{0pt}{20pt}{10pt}
#+LaTeX_HEADER: %% table of content
#+LaTeX_HEADER: \renewcommand{\contentsname}{Table of Contents}
#+LaTeX_HEADER: \setcounter{tocdepth}{2}
#+LaTeX_HEADER: \setcounter{secnumdepth}{2}
#+LaTeX_HEADER: %% list of figure
#+LaTeX_HEADER: \renewcommand*\listfigurename{Figure table}
#+LaTeX_HEADER: %% init gloassaries
#+LaTeX_HEADER: %% noidx cause otherwise we have to do a normal glossary, compile, then remove it so it is cached
#+LaTeX_HEADER: %% because we only use acronym
#+LaTeX_HEADER: \makenoidxglossaries
#+LaTeX_HEADER: %% bibliography config
#+LaTeX_HEADER: %% https://tex.stackexchange.com/a/6977
#+LaTeX_HEADER: \DeclareBibliographyCategory{cited}
#+LaTeX_HEADER: \AtEveryCitekey{\addtocategory{cited}{\thefield{entrykey}}}
#+LaTeX_HEADER: \addbibresource{Bibliography.bib}
#+LaTeX_HEADER: \addbibresource{BibMine.bib}
#+LaTeX_HEADER: \addbibresource{references.bib}
#+LaTeX_HEADER: %% hyperref setup
#+LaTeX_HEADER: \hypersetup{
#+LaTeX_HEADER: colorlinks = true,
#+LaTeX_HEADER: linkcolor = blue, % normal internal links, like ref, can be black tbh
#+LaTeX_HEADER: citecolor = blue, % bibliographical links
#+LaTeX_HEADER: urlcolor = blue, % linked urls
#+LaTeX_HEADER: filecolor = black % url which open local files
#+LaTeX_HEADER: }
#+LaTeX_HEADER: %% modified reference function
#+LaTeX_HEADER: %% https://tex.stackexchange.com/a/438998
#+LaTeX_HEADER: \newcommand\eref[1]{Equation~(\ref{#1})}
#+LaTeX_HEADER: \newcommand\tref[1]{Table~\ref{#1}}
#+LaTeX_HEADER: \newcommand\fref[1]{Figure~\ref{#1}}
#+LaTeX_HEADER: %% 1.5 line spacing
#+LaTeX_HEADER: \setstretch{1.5}
** Info :ignore_heading:
#+LaTeX_HEADER: %% The title of Thesis
#+LaTeX_HEADER: \newcommand{\thesisTitle}{How to make a thesis following the guideline with more text to have two lines}
#+LaTeX_HEADER: %% Number of Volume, if more than one
#+LaTeX_HEADER: %% not sure how it works out with latex tbh
#+LaTeX_HEADER: \newcommand{\numberVolume}{2}
#+LaTeX_HEADER: %% The number of this volume
#+LaTeX_HEADER: \newcommand{\actualVolume}{1}
#+LaTeX_HEADER: %% The author's name (you)
#+LaTeX_HEADER: \newcommand{\authorName}{A Good Name}
#+LaTeX_HEADER: %% Distinctions/Qualifications if desired
#+LaTeX_HEADER: \newcommand{\distinction}{The awesome}
#+LaTeX_HEADER: %% The qualification
#+LaTeX_HEADER: \newcommand{\degreeQualification}{Doctor of Philosophy}
#+LaTeX_HEADER: %% The institution
#+LaTeX_HEADER: \newcommand{\institution}{Some weird institute no one ever heard about}
#+LaTeX_HEADER: %% The school
#+LaTeX_HEADER: \newcommand{\school}{School of Latex and Writing}
#+LaTeX_HEADER: \newcommand{\university}{Heriot-Watt University}
#+LaTeX_HEADER: %% Month of submission
#+LaTeX_HEADER: \newcommand{\monthDate}{September}
#+LaTeX_HEADER: %% Year of submission
#+LaTeX_HEADER: \newcommand{\yearDate}{2042}
** Packages 2 :ignore_heading:
#+LaTeX_HEADER: \usepackage{subfiles}
** Titlepage :ignore_heading:
#+LaTeX: \pagestyle{empty}
# #+LaTeX: \input{preliminaries/1-titlepages}
#+begin_export latex
\begin{center}
\vspace*{15pt}\par
\setstretch{1}
% \hrule
% \vspace{10pt}\par
\begin{spacing}{1.8}
%% you can replace by \MakeUppercase if you want uppercase
{\Large\bfseries\MakeLowercase{\capitalisewords{\thesisTitle}}}\\
\end{spacing}
% \hrule
% This thesis is composed of \numberVolume volumes. This one is the number \actualVolume.
\vspace{40pt}\par
\includegraphics[width=140pt]{Figures/logo.png}\\
\vspace{40pt}\par
{\itshape\fontsize{15.5pt}{19pt}\selectfont by\\}\vspace{15pt}\par
{
\Large \authorName
% , \distinction
}\vspace{55pt}\par
{
\large Submitted for the degree of \\ \vspace{8pt} \Large\slshape\degreeQualification\\
}
\vspace{35pt}\par
{\scshape\setstretch{1.5} \institution\\ \school\\ \university\\
}
\vspace{50pt}\par
{\large \monthDate\ \yearDate}
\vfill
\begin{flushleft}
\setstretch{1.4}\small
The copyright in this thesis is owned by the author. Any quotation from the thesis or use of any of the information contained in it must acknowledge this thesis as the source of the quotation or information.
\end{flushleft}
\end{center}
#+end_export
** Abstract :ignore_heading:
# remove this line if you don't want pagination on preliminary pages
# also read the comment below, for table of content and other
# #+LaTeX: % \pagestyle{preliminary}
#+begin_export latex
\clearpage
\begin{center}
\LARGE\textbf {Abstract}
\end{center}
\vspace{5pt}
\noindent
In accordance with the Academic Regulations the thesis must contain an abstract preferably not exceeding 200 words, bound in to precede the thesis. The abstract should appear on its own, on a single page. The format should be the same as that of the main text. The abstract should provide a synopsis of the thesis and shall state clearly the nature and scope of the research undertaken and of the contribution made to the knowledge of the subject treated. There should be a brief statement of the method of investigation where appropriate, an outline of the major divisions or principal arguments of the work and a summary of any conclusions reached. The abstract must follow the Title Page.
#+end_export
** Dedication & Acknowledgements :ignore_heading:
#+begin_export latex
\clearpage
\begin{center}
\LARGE\textbf {Dedication}
\end{center}
\vspace{5pt}
If a dedication is included then it should be immediately after the Abstract page.\par
I don't what it is actually.
\clearpage
\begin{center}
\LARGE\textbf {Acknowledgements}
\end{center}
\vspace{5pt}
\noindent I wanna thanks all coffee and tea manufacturers and sellers that made the completion of this work possible.
#+end_export
** COMMENT Declaration :ignore_heading:
#+LaTeX: \clearpage
#+LaTeX: % % read about declaration in file
#+LaTeX: % % \input{Preliminaries/5-declaration}
#+LaTeX: \includepdf[pages=-]{preliminaries/5-declaration.pdf}
** TOC, Tables, Figures, Glossary :ignore_heading:
#+LaTeX: {
#+LaTeX: \setstretch{1}
#+LaTeX: \hypersetup{linkcolor=black}
#+LaTeX: \tableofcontents
*** Tables :ignore_heading:
#+LaTeX: \listoftables % optional
*** Figures :ignore_heading:
#+LaTeX: \listoffigures % optional
*** Glossary :ignore_heading:
# #+LaTeX_HEADER: \newacronym{gcd}{GCD}{Greatest Common Divisor}
# #+LaTeX_HEADER: \newacronym{lcm}{LCM}{Least Common Multiple}
#+LaTeX_HEADER: \newacronym{sem}{SEM}{Scanning Electron Microscope/Microscopy}
#+LaTeX_HEADER: \newacronym{edx}{EDX}{Energy-Dispersive X-ray}
#+LaTeX_HEADER: \newacronym{xrd}{XRD}{X-ray Diffraction}
#+LaTeX_HEADER: \newacronym{hv}{HV}{Hardness Vickers Scale}
#+LaTeX_HEADER: \newacronym{hip}{HIP}{Hot Isostatically Pressed}
#+LaTeX_HEADER: \newacronym{fcc}{FCC}{Face Centred Cubic}
#+LaTeX_HEADER: \newacronym{hcp}{HCP}{Hexagonal Close Packed}
#+LaTeX_HEADER: \newacronym{se}{SE}{Secondary Electrons}
#+LaTeX_HEADER: \newacronym{bse}{BSE}{Backscatter Electrons}
#+LaTeX_HEADER: \newacronym{pdf}{PDF}{Powder Diffraction File}
#+LaTeX: \glsaddall % this is to include all acronym. You can do a sort of citation for acronym and include only the one you use, Look at the glossary package for details.
#+LaTeX: \printnoidxglossary[type=\acronymtype, title=Glossary] % optional
#+LaTeX: }
*** COMMENT Our own publications
#+LaTeX: {
#+LaTeX: %% put your publications in BibMine.bib
#+LaTeX: %% They will be displayed here
#+LaTeX: \begin{refsection}[BibMine.bib]
#+LaTeX: \DeclareFieldFormat{labelnumberwidth}{#1}
#+LaTeX: \nocite{*}
#+LaTeX: \printbibliography[omitnumbers=true,title={List of Publications}]
#+LaTeX: \end{refsection}
#+LaTeX: }
** End of Preliminaries :ignore_heading:
#+LaTeX: \clearpage
#+LaTeX: \pagestyle{chapter}
* Meetings with Dr Rehan
** Impromptu Teams call w/ Dr Rehan
SCHEDULED: <2025-07-17 خ>
- Chase Shameer with SE and BSE
+ Thursday next week or the week after
- PHD at uni?
- SEM with Cast HIPed and some a new stellite alloy!
* Chapters
** Introduction
*** Challenge of Cavitation Erosion in Hydrodynamic Systems :ignore_heading:
Cavitation erosion, the mechanical degradation of surfaces due to collapse of bubbles and the resulting high-frequency high-pressure shock waves, is a primary failure mechanism that limits the durability and service life of hydraulic components operating in aggressive service environment.
\cite{houCavitationErosionMechanisms2020}
To increase the durability and service life of hydraulic components vulnerable to cavitation damage depends on improving the material's resistance to cavitation erosion, which is the mechanical degradation of surfaces due to the collapse of bubbles and the resulting high-frequency high0pressure shock waves.
# The cavitation phenomenon is the formation and collapse of microbubbles by abrupt pressure fluctuations in a flowing liquid, generating shock waves that reach the material surface, causing significant wear over time
# Cavitation erosion (CE) is a common mechanism of material deterioration in hydrodynamic environments, and many components are subjected to serious CE, such as propellers, impellers, turbines, centrifugal-chambers and valves [1], [2], [3]. \cite{houCavitationErosionMechanisms2020}
# Cavitation is generally induced by rapid pressure variations or high-frequency vibrations in liquid environments, and is associated with the formation, growth and collapse of bubbles [4], [5], [6], [7]. \cite{houCavitationErosionMechanisms2020}
# When such bubbles implode in the proximity of a solid surface, powerful micro-jets and/or shock waves with high speeds and impact pressures are produced that can cause the fatigue, fracture and material depletion [8], [9], [10]. \cite{houCavitationErosionMechanisms2020}
# As a result, pits can form on component surfaces that are exposed to repeated loading and then can coalesce and form deep cavities, thereby leading to CE and the eventual failure of components [11], [12], [13].
is closely linked to the cavitation resistance of the material from which parts are made.
# https://doi.org/10.1016/j.mtcomm.2025.112395
# In general, hydraulic machinery, especially the impeller, is vulnerable to cavitation damage because the uneven pressure in the liquid leads to the formation of numerous vapors and bubbles [1], [2], [3]. These bubbles flow with the liquid to the high-pressure region, where they collapse [4], [5], [6], creating local vacuums and generating high-frequency, instantaneous high-pressure shock waves. These extreme conditions can result in severe erosion and damage to the surfaces of engineered components [7], [8].
# Increasing the durability and survivability of machine and mechanism parts largely depends on the strength and wear resistance of the material from which they are made.
# Increasing the durability and survivability of machine and mechanism parts largely depends on the strength and wear resistance of the material from which they are made.
The service life of flow components is closely linked to the stability of industrial equipment, with cavitation erosion being one of the primary factors leading to component failure.
# used in aggresive service environments, with exceptional retention of strength, wear resistance, corrosion resistance at high temperature \cite{ahmedStructurePropertyRelationships2014, shinEffectMolybdenumMicrostructure2003}.
**** Mechanism of Cavitation-Induced Material Degradation :ignore_heading:
# Define cavitation as the formation, growth, and violent collapse of vapor bubbles due to rapid pressure changes.
# Describe the resultant damage mechanisms: high-velocity micro-jets and shockwaves impinging on a material surface.
# Explain the progression of damage from initial pit formation to material loss and component failure.
**** Industrial Significance and Material Demands :ignore_heading:
# Identify key components susceptible to cavitation erosion (e.g., propellers, pump impellers, turbines, valves).
# Establish the engineering and economic imperative for materials with high cavitation erosion resistance.
*** Cavitation :ignore:
*** Introduction to Stellite Alloys :ignore_heading:
# Provide historical context: the development by Elwood Haynes and the establishment of the Stellite family.
# Define their primary characteristics: exceptional wear resistance, corrosion resistance, and retention of hardness at elevated temperatures.
Stellites are a family of cobalt-base superalloys used in aggresive service environments due to retention of strength, wear resistance, and oxidation resistance at high temperature \cite{ahmedStructurePropertyRelationships2014, shinEffectMolybdenumMicrostructure2003}. First developed in the early 1900s \cite{hasanBasicsStellitesMachining2016}, stellites became critical to components used in medical implants & tools, machine tools, and nuclear components, with new variations on the original CoCrWC and CoCrMoC alloys seeing expanding use in sectors like oil & gas and chemical processing \cite{malayogluComparingPerformanceHIPed2003, ahmedStructurePropertyRelationships2014, raghuRecentDevelopmentsWear1997}.
*** Principal Alloying Philosophy and Classification :ignore_heading:
# Introduce the main alloying elements (Co, Cr, W, Mo, C) and their fundamental roles.
# Present the concept of carbon-based "grades" (low, medium, high) and their correlation with application (e.g., corrosion vs. wear focus). Refer to your composition table here (Table \ref{tab:stellite_composition}).
The main alloying elements in Stellite alloys are cobalt (Co), chromium (25-33 wt% Cr), tungsten (0-18 wt% W), molybdenum (0-18 wt% Mo), carbon (0.1-3.3 wt% C), and trace elements iron (Fe), nickel (Ni), silicon (Si), phosphorus (P), sulphur (S), boron (B), lanthanum (La), & manganese (Mn); \tref{tab:stellite_composition} summarizes the nominal and measured composition of commonly used Stellite alloys \cite{ahmedMappingMechanicalProperties2023, alimardaniEffectLocalizedDynamic2010, ashworthMicrostructurePropertyRelationships1999, bunchCorrosionGallingResistant1989, davis2000nickel, desaiEffectCarbideSize1984, ferozhkhanMetallurgicalStudyStellite2017, pacquentinTemperatureInfluenceRepair2025, ratiaComparisonSlidingWear2019, zhangFrictionWearCharacterization2002}. Stellite alloys possess a composite-like microstructure, combining a cobalt-rich matrix strengthened by solid solutions of chromium, tungsten, & molybdenum, with embedded hard carbide phases with carbide formers Cr (of carbide type $\textrm{M}_{7}\textrm{C}_{3}$ & $\textrm{M}_{23}\textrm{C}_{6}$) and W/Mo (of carbide type $\textrm{MC}$ & $\textrm{M}_{6}\textrm{C}$), that impede wear and crack propagation \cite{ahmedSlidingWearBlended2021a, crookCobaltbaseAlloysResist1994}.
#+begin_src latex :tangle noweb :noweb yes :exports results
\afterpage{%
\begin{landscape}
\begin{ThreePartTable}
%\renewcommand\TPTminimum{\pageheight}
%% Arrange for "longtable" to take up full width of text block
%\setlength\LTleft{0pt}
%\setlength\LTright{0pt}
%\setlength\tabcolsep{0pt}
\begin{TableNotes}
\small
\item[a] Hot Isostatic Pressing
\item[b] Inductively coupled plasma atomic emission spectroscopy
\item[c] Shielded metal arc welding
\item[d] Gas tungsten Arc Welding
\item[e] Plasma transfered Arc Welding
\end{TableNotes}
\caption{Stellite Compositions}
\label{tab:stellite_composition}
\begin{longtable}{l|ll|ll|l|llllllll|lll}
\toprule
\textbf{Alloy} &
\textbf{Co} & \textbf{Cr} & \textbf{W} & \textbf{Mo} & \textbf{C} & \textbf{Fe} &
\textbf{Ni} & \textbf{Si} & \textbf{P} & \textbf{S} & \textbf{B} & \textbf{La} &
\textbf{Mn} & \textbf{Ref} & \textbf{Process Type} & \textbf{Observation} \\
\midrule
\multirow{4}{*}{Stellite 1}
& 47.7 & 30 & 13 & 0.5 & 2.5 & 3 & 1.5 & 1.3 & & & & & 0.5 & \cite{davis2000nickel} & \multicolumn{2}{c}{Nominal composition} \\
& 48.6 & 33 & 12.5 & 0 & 2.5 & 1 & 1 & 1.3 & & & & & 0.1 & \cite{alimardaniEffectLocalizedDynamic2010} & & \\
& 46.84 & 31.7 & 12.7 & 0.29 & 2.47 & 2.3 & 2.38 & 1.06 & & & & & 0.26 & \cite{ahmedMappingMechanicalProperties2023} & HIPed\tnote{a} & ICP-OES\tnote{b} \\
\midrule
\multirow{2}{*}{Stellite 3}
& 50.5 & 33 & 14 & & 2.5 & & & & & & & & & \cite{bunchCorrosionGallingResistant1989} & & \\
& 49.24 & 29.57 & 12.07 & 0.67 & 2.52 & 2.32 & 1.07 & 1.79 & & & & & 0.75 & \cite{ratiaComparisonSlidingWear2019} & HIPed\tnote{a} & ICP-OES\tnote{b} \\
\midrule
\multirow{5}{*}{Stellite 4}
& 45.43 & 30 & 14 & 1 & 0.57 & 3 & 3 & 2 & & & & & 1 & \cite{davis2000nickel} & \multicolumn{2}{c}{Nominal composition} \\
& 51.5 & 30 & 14 & & 1 & 1 & 2 & 0.5 & & & & & & \cite{zhangFrictionWearCharacterization2002} & & \\
& 51.9 & 33 & 14 & & 1.1 & & & & & & & & & \cite{bunchCorrosionGallingResistant1989} & & \\
& 49.41 & 31 & 14 & 0.12 & 0.67 & 2.16 & 1.82 & 1.04 & & & & & 0.26 & \cite{ahmedMappingMechanicalProperties2023} & HIPed\tnote{a} & ICP-OES\tnote{b} \\
& 50.2 & 29.8 & 14.4 & 0 & 0.7 & 1.9 & 1.9 & 0.8 & & & & & 0.3 & \cite{ashworthMicrostructurePropertyRelationships1999} & HIPed\tnote{a} & \\
\midrule
\multirow{10}{*}{Stellite 6}
& 51.5 & 28.5 & 4.5 & 1.5 & 1 & 5 & 3 & 2 & & & 1 & & 2 & \cite{davis2000nickel} & \multicolumn{2}{c}{Nominal composition} \\
& 63.81 & 27.08 & 5.01 & & 0.96 & 0.73 & 0.87 & 1.47 & & & & & 0.07 & \cite{ratiaComparisonSlidingWear2019} & HIPed\tnote{a} & ICP-OES\tnote{b} \\
& 60.3 & 29 & 4.5 & & 1.2 & 2 & 2 & 1 & & & & & & \cite{zhangFrictionWearCharacterization2002} & & \\
& 61.7 & 27.5 & 4.5 & 0.5 & 1.15 & 1.5 & 1.5 & 1.15 & & & & & 0.5 & \cite{bunchCorrosionGallingResistant1989} & & \\
& 58.46 & 29.5 & 4.6 & 0.22 & 1.09 & 2.09 & 2.45 & 1.32 & & & & & 0.27 & \cite{ahmedMappingMechanicalProperties2023} & HIPed\tnote{a} & ICP-OES\tnote{b} \\
& 58.04 & 30.59 & 4.72 & & 1.24 & 2.03 & 1.87 & 0.80 & 0.01 & 0.01 & & & & \cite{ferozhkhanMetallurgicalStudyStellite2017} & PTAW\tnote{e} & OES \\
& 55.95 & 27.85 & 3.29 & & 0.87 & 6.24 & 3.63 & 1.23 & 0.01 & 0.01 & & & 0.45 & \cite{ferozhkhanMetallurgicalStudyStellite2017} & GTAW\tnote{d} & OES \\
& 52.40 & 30.37 & 3.57 & & 0.96 & 6.46 & 3.93 & 1.70 & 0.01 & 0.01 & & & 0.3 & \cite{ferozhkhanMetallurgicalStudyStellite2017} & SMAW\tnote{c} & OES \\
& 60.3 & & 31.10 & 4.70 & 0.30 & 1.10 & 1.70 & 1.50 & 1.30 & & 0.00 & & 0.3 & \cite{pacquentinTemperatureInfluenceRepair2025} & LP-DED & ICP-AES \& GDMS \\
& 60.6 & 27.7 & 5 & 0 & 1.2 & 1.9 & 2 & 1.3 & & & & & 0.3 & \cite{ashworthMicrostructurePropertyRelationships1999} & HIPed\tnote{a} & \\
\midrule
\multirow{2}{*}{Stellite 12}
& 53.6 & 30 & 8.3 & & 1.4 & 3 & 1.5 & 0.7 & & & & & 1.5 & \cite{davis2000nickel} & \multicolumn{2}{c}{Nominal composition} \\
& 55.22 & 29.65 & 8.15 & 0.2 & 1.49 & 2.07 & 2.04 & 0.91 & & & & & 0.27 & \cite{ahmedMappingMechanicalProperties2023} & HIPed\tnote{a} & ICP-OES\tnote{b} \\
\midrule
\multirow{2}{*}{Stellite 20}
& 41.05 & 33 & 17.5 & & 2.45 & 2.5 & 2.5 & & & & & & 1 & \cite{davis2000nickel} & \multicolumn{2}{c}{Nominal composition} \\
& 43.19 & 31.85 & 16.3 & 0.27 & 2.35 & 2.5 & 2.28 & 1 & & & & & 0.26 & \cite{ahmedMappingMechanicalProperties2023} & HIPed\tnote{a} & ICP-OES\tnote{b} \\
\midrule
\multirow{2}{*}{Stellite 21}
& 59.493 & 27 & & 5.5 & 0.25 & 3 & 2.75 & 1 & & & 0.007 & & 1 & \cite{davis2000nickel} & \multicolumn{2}{c}{Nominal composition} \\
& 60.6 & 26.9 & 0 & 5.7 & 0.2 & 1.3 & 2.7 & 1.9 & & & & & 0.7 & \cite{ashworthMicrostructurePropertyRelationships1999} & HIPed\tnote{a} & \\
\midrule
\multirow{2}{*}{Stellite 31}
& 57.5 & 22 & 7.5 & & 0.5 & 1.5 & 10 & 0.5 & & & & & 0.5 & \cite{davis2000nickel} & \multicolumn{2}{c}{Nominal composition} \\
& 52.9 & 25.3 & 7.8 & 0 & 0.5 & 1.1 & 11.4 & 0.6 & & & & & 0.4 & \cite{ashworthMicrostructurePropertyRelationships1999} & HIPed\tnote{a} & \\
\midrule
\multirow{2}{*}{Stellite 190}
& 46.7 & 27 & 14 & 1 & 3.3 & 3 & 3 & 1 & & & & & 1 & \cite{davis2000nickel} & \multicolumn{2}{c}{Nominal composition} \\
& 48.72 & 27.25 & 14.4 & 0.2 & 3.21 & 2.1 & 2.81 & 1 & & & & & 0.31 & \cite{ahmedMappingMechanicalProperties2023}
& HIPed\tnote{a} & ICP-OES\tnote{b} \\
\end{longtable}
\end{ThreePartTable}
\end{landscape}
}
#+end_src
**** Co Matrix :ignore_heading:
# The Cobalt Matrix: Phase Stability and Strain-Induced Hardening:
# Describe the allotropic nature of cobalt: the stable high-temperature face-centered cubic (γ-Co) phase and the low-temperature hexagonal close-packed (ϵ-Co) phase.
# Explain the metastability of the ductile γ-Co phase, which is often retained at ambient temperatures.
# Detail the critical strain-induced martensitic transformation (γ→ϵ). This is the key mechanism for absorbing cavitation impact energy and providing significant work hardening at the surface.
# Discuss the role of stacking fault energy (SFE) and the influence of alloying elements (e.g., Ni, Fe stabilizing γ-Co; Cr, W stabilizing ϵ-Co) on the transformation tendency.
Understanding the cobalt phase is crucial for studying structural changes in Co-based alloys widely used in industry. The fcc cobalt phase, especially its delayed transition to hcp at ambient and moderate temperatures \cite{DUBOS2020128812}, is of particular interest due to its impact on material properties in Co-based alloys \cite{Rajan19821161}. As the cobalt phase in stellite alloys is observed to consist of the fcc phase \cite{Rajan19821161}, the potential for strain-induced fcc to hcp transformation is of interest under the mechanical loading of cavitation erosion.
Cobalt exhibits a hexagonal close-packed (hcp) structure above 700 K \footnote{the theoretical transition temperature was determined to be 825 K by Lizarraga et al \cite{Lizarraga2017}} and shifts to a face-centered cubic (fcc) structure above this temperature.
At ambient conditions, the metastable FCC retained phase can be transformed into HCP phase by mechanical loading, although any HCP phase is completely transformed into a FCC phase between 673 K and 743 K \cite{DUBOS2020128812}.
The main allotropes of the Co solid solution in stellite are the hexagonal close-packed (hcp) $\epsilonCo$ (ICDD# 01-071-4239) and the face-centered cubic (fcc) $\gammaCo$ (ICDD 00-015-0806) \cite{wuMicrostructureEvolutionCrack2019} with the $\epsilonCo$ phase being more thermodynamically stable below 700K \cite{lizarragaFirstPrinciplesTheory2017}. However the $\gamma$\textrightarrow$\epsilon$ transformation is difficult to achieve under normal condition, leading to cobalt alloys often retaining the metastable $\gamma$ phase \cite{davis2000nickel, frenkMicrostructuralEffectsSliding1994}. At ambient conditions, the metastable fcc retained phase in stellites can undergo a strain-induced martensitic-type transition involving partial dislocation movement \cite{HUANG2023106170}, such as during cavitation erosion as observed experimentally by Woodford \cite{woodfordCavitationerosionlnducedPhaseTransformations1972}.
The fcc to hcp transition is related to the very low stacking fault energy of the fcc structure (7 mJ/m2) of cobalt \cite{Tawancy1986337}
# The
# with a thermally induced
# The $\gamma$\textrightarrow$\epsilon$ transformation can be induced at temperatures between 673 K and 743 K
# cobalt alloys often possess a majority $\gammaCo$ phase because the $\gamma$\textrightarrow$\epsilon$ transformation rarely occurs under normal cooling conditions,
This promotes the FCC→HCP martensitic transformation and improves the mechanical properties of the alloy. Phase composition seriously affects the properties of alloys. The FCC phase is soft and plastic, while the HCP phase is hard and not plastic. Therefore, when an alloy undergoes strain-induced FCC→HCP martensitic transformation, the martensite HCP phase plays a “secondary hardening” effect, which greatly improves the overall hardness of the alloy.
This fcc to hcp transition is linked to the very low stacking fault energy of the fcc structure (approximately 7 mJ/m²). The addition of other elements influences these characteristics: solid-solution strengthening increases the fcc cobalt matrix strength by distorting the atomic lattice and can decrease the low stacking fault energy by adjusting the electronic structure. Solute atoms like molybdenum (Mo) and tungsten (W), due to their large atomic sizes, discourage dislocation motion in stellites. Since dislocation cross-slip is a primary deformation mode in imperfect crystals at elevated temperatures and dislocation slip is a diffusion-enhanced process at high temperatures, this contributes to high-temperature stability. Furthermore, elements like nickel (Ni), iron (Fe), and carbon (C) stabilize the fcc structure of cobalt (a = 0.35 nm), while chromium (Cr) and tungsten (W) tend to stabilize the hcp structure (a = 0.25 nm and c = 0.41 nm).
The $\epsilon-\textrm{Co}$ (ICDD# 01-071-4239)and $\gamma-\textrm{Co}$ (ICDD 00-015-0806) phases are the main phases of the Co solid solution in stellite
Although the $\epsilon-\textrm{Co}$ phase is more stable at room temperature according to the phase diagram, cobalt alloys often posses a majority $\gamma-\textrm{Co}$ phase; the $\gamma$\textrightarrow$\epsilon$ transformation rarely occurs under normal cooling condiyions and the metastable $\gamma$ phase is generally retained
# Understanding the matrix phase
# Understanding the cobalt phase is crucial for studying structural changes in Co-based alloys widely used in industry.
Cobalt and Co-Cr alloys undergo thermally induced phase transformation from the high temperature face-centered cubic (fcc) $\gamma$ phase to low temperature hexagonal close-packed (hcp) $\epsilon$ phase at 700 K and strain induced fcc-hcp transition through maretensitic-type mechanism (partial movement of dislocations) \cite{HUANG2023106170}. At ambient conditions, the metastable FCC retained phase in stellites can be transformed into HCP phase by mechanical loading, although any HCP phase is completely transformed into a FCC phase between 673 K and 743 K \cite{DUBOS2020128812}; the metastable fcc cobalt phase in stellite alloys \cite{Rajan19821161} absorbs a large part of imparted energy under the mechanical loading of cavitation erosion. The fcc to hcp transition is related to the very low stacking fault energy of the fcc structure (7 mJ/m2) \cite{Tawancy1986337}.
# Let's talk about the addition of other elements
Solid-solution strengthening leads to increase of the fcc cobalt matrix strength (due to distortion of the atomic lattice with the addition of elements of different atomic radii), and decrease of low stacking fault energy \cite{Tawancy1986337} due to the adjusted electronic structure of the metallic lattice. Dislocation motion in stellites is discouraged by solute atoms of Mo and W, due to the large atomic sizes. Given that dislocation cross slip is the main deformation mode in imperfect crystals at elevated temperature, as dislocation slip is a diffusion process that is enhanced at high temperature, this leads to high temperature stability \cite{LIU2022294}. In addition, nickel (Ni), iron (Fe), and carbon (C) stabilize the fcc structure of cobalt (a = 0.35 nm), while chromium (Cr) and tungsten (W), stabilize the hcp structure (a = 0.25 nm and c = 0.41 nm) \cite{Vacchieri20171100, Tawancy1986337}.
# The Co solid solution in Stellites is a metastable fcc crystal with a very low stacking fault energy.
# One of the main applications of Stellite alloys can be wear and erosion resistance, which results from various carbides and Co solid solution [1], [7]. Cobalt imparts to its alloys an unstable fcc crystal structure with a very low stacking fault energy.
# The cubic FCC phase of cobalt (ICDD 00-015-0806)
# The hexagonal HCP phase of cobalt (ICDD 01-071-4239)
# The wear resistance of Stellite alloys benefits from the strain-induced face-centered cubic (FCC) to hexagonal closepacked (HCP) transformation of Co \cite{collierTribologicalPerformanceMolybdenum2020, ahmedFrictionWearCobaltBase2017}
# I *love* this paragraph
# https://doi.org/10.1016/j.surfcoat.2018.11.011
# The ε-Co and γ-Co phase are the main phases in Co alloys [39]. According to the phase diagram, the ε-Co phase is more stable at room temperature [40]. However, the γ-Co to ε-Co transformation rarely occurs under normal cooling conditions, and as a result, the γ-Co phase is generally retained at room temperature [39], as we found in the as-deposited Stellite 6 coatings. Nevertheless, this transformation can be triggered athermally (e.g. quenching from temperature of γ-Co) [25,41], isothermally (e.g. aging at temperatures between 650°C and 950°C) [35,42,43], or by strain [30,31]. In this study, the thermal fatigue process was achieved by quenching, with heating temperatures of up to 650°C, and the crack tip introduced severe plastic deformation, all conditions that promote the γ-Co to ε-Co transformation.
\cite{woodfordCavitationerosionlnducedPhaseTransformations1972}
confirmed that $\gamma$\textrightarrow$\epsilon$ transformation occur on the surface of cobalt-base alloys during cavitation erosion, a relationship a direct relationship between . While the extent of this deformation-induced transformation was observed to increase with the severity of erosion and reach a steady state corresponding with the weight loss rate, subsequent experiments on Stellite 6B with varying initial hcp phase content and different aging treatments failed to establish a direct correlation between the transformation characteristics and erosion resistance.
Solid-solution strengthening is provided by elements not tied in secondary phases, leading to increase of the fcc cobalt matrix strength.
With the addition of elements with different atomic radiuses, the atomic lattice of the fcc cobalt matrix is distorted leading to increased strength. The already low stacking fault energy of the fcc cobalt structure (7 mJ/m2) \cite{Tawancy1986337} is further decreased, inhibiting dislocation cross slip.
Given that dislocation cross slip is the main deformation mode in imperfect crystals at elevated temperature, as dislocation slip is a diffusion process that is enhanced at high temperature, this leads to high temperature stability \cite{LIU2022294}.
The addition of nickel (Ni), iron (Fe), and carbon (C) stabilize the fcc structure of cobalt, while chromium (Cr) and tungsten (W), stabilize the hcp structure. Cr guarantees hot corrosion resistance and forms M23C6 carbides, while form MC carbides \cite{Vacchieri20171100}. The fcc cobalt phase has lattice constant a = 0.35 nm while the hcp cobalt phase has lattice constant a = 0.25 nm and c = 0.41 nm \cite{Tawancy1986337}.
# Klarstrom et al. [5] has indicated that alloying elements such as iron, manganese, nickel, and carbon tend to stabilize the FCC structure and increase stacking fault energy (SFE), whereas elements such as chromium, molybdenum, tungsten, and silicon tend to stabilize the HCP structure and decrease SFE. \cite{klarstromWroughtCobaltBase1993}
***** Paragraph: Other Elements :ignore:
In Co based superalloys, Ni element is added in order to stabilize the fcc crystalline structure from room temperature to the melting temperature. It is also known that Fe also stabilises the fcc structure like Ni [24]. According to images of the elemental mapping analysis of Ni and Fe, they exhibited a homogenous distribution within the matrix.
In the elemental mapping analysis, the amount of oxygen element increased significantly in the precipitates stated as M23C6 type carbides. It was reported that M7C3 and MC type carbides preferentially oxidized when exposed to high temperature [37]. Similarly, it was understood in the present study that M23C6 type carbides also oxidized during the sintering process.
**** Carbides :ignore_heading:
# karimiCORROSIONHARDFACINGSNUCLEAR
# In cobalt-based and iron-based hardfacing alloys, mixed carbides present in the microstructure are composed of a metal radical and carbon for example M7C3, M23C6, M3C2 and MC In hardfacings with a fine microstructure the carbides may be too small to have their corrosion behaviour determined as they are formed in small quantities surrounded by the matrix phase.
# Explain the role of the hard carbide network as the primary defense against abrasive wear.
# Classify the principal carbide types based on their forming elements and stoichiometry:
# Chromium Carbides: Discuss the formation and properties of M7C3 and M23C6 carbides.
# Refractory Metal Carbides: Discuss the role of tungsten and molybdenum in forming hard MC and M6C type carbides.
The proportion and type of carbides depend on carbon content and the relative amounts of carbon with carbide formers (Cr, W, Mo), which greatly influence alloy performance and intended applications as carbides provide higher strength and but may reduce corrosion resistance due to localized corrosion at carbide boundaries. High carbon alloy (>1.2 wt%) have higher hardness due to greater carbide formation and are primarily used for wear resistance, low carbon alloys (<0.5 wt%) are used for enhanced corrosion resistance, and medium carbon alloys (0.5 wt% - 1.2 wt%) are used in applications requiring a combination of wear and corrosion resistance \cite{davis2000nickel}.
The carbide and grain size can be controlled by the rate of freezing, with larger carbide sizes indicating slower freezing rates \cite{yuInfluenceManufacturingProcess2008}.
# In addition to the solid solution toughness and carbide hardness, the stress-induced FCC \textrightarrow{} HCP phase transformation of the Co-based solid solution further increases wear resistance through work hardening.
# Cr has a dominant role in the formation of carbide type $\textrm{M}_23\textrm{C}_6$
The strength of most cobalt base superalloys is derived from the carbide phases present in the matrix and distributed around the grain boundaries. The carbides that form depend on the composition and thermal history of the material. The carbide former elements are from group IV (Ti, Zr, Hf), group V (Cb, Ta), and group VI (Cr, Mo, W). The types of carbides that are formed are as follows (M and C represents metal and carbon atoms respectively):
The types of chromium carbides formed, in order of increasing Cr/C ratio, are:
| $M_{3}C_{2}$ | #04-004-4541 | \cite{dingStudyCarbidePrecipitation2021}
| Phase | $Cr_{3}C_{2}$ | $Cr_{23}C_{6}$ |
| ICDD | #04-004-4541 | |
| Crystal system | Orthorhombic | Cubic |
| Space group | Pnam (62) | Fm3m (225) |
| Pearson symbol | oP2O | cF116 |
| CAS | 12012-05-0 | 12105-81-6 |
\cite{morrisStandardXrayDiffraction}
M 7 C3 : trigonal, a high chromium content carbide which forms at a slightly higher Cr/C ratio;
M 23 C6 : cubic, a high chromium content carbide which forms at an higher Cr/C ratio, when the Cr is greater than 5 wt% of the alloy;
M6 C: complex cubic, a carbide phase whose volume fraction increases as refractory metals are introduced;
MC: fcc NaCl structure, a carbide comprising metal groups IV and VI.
These carbides are listed above in the order of increasing stability, or free energy of formation. The stronger the carbide formers used, the greater is the tendency to form M6 C and MC carbides. The type of carbides that form is dependent upon both thermal history and composition.
***** Chromium carbide
#+CAPTION: Cr3C2
| d(A) | Irel | h | k | l | 2\theta |
|---------+------+---+----+----+---------|
| 4.978 | 1L | 1 | 1 | 0 | 17.804 |
| 3.983 | 1L | 1 | 2 | 0 | 22.302 |
| 3.146 | 2 | 1 | 3 | 0 | 28.343 |
| 2.7460 | 18 | 0 | 1 | 1 | 32.582 |
| 2.5478 | 23 | 1 | 4 | 0 | 35.196 |
| 2.4897 | 13 | 2 | 2 | 0 | 36.045 |
| 2.4596 | 9 | 1 | 1 | 1 | 36.502 |
| 2.3063 | 100 | 1 | 2 | 1 | 39.023 |
| 2.2751 | 10 | 0 | 3 | 1 | 39.580 |
| 2.2409 | 60 | 2 | 3 | 0 | 40.210 |
| 2.1215 | 21 | 1 | 5 | 0 | 42.580 |
| 2.1036 | 10 | 1 | 3 | 1 | 42 .961 |
| 1.9912 | 25 | 2 | 4 | 0 | 45.518 |
| 1.9481 | 45 | 2 | 1 | 1 | 46.582 |
| 1.9151 | 29 | 0 | 6 | 0 | 47.434 |
| 1.8934 | 34 | 1 | 4 | 1 | 48.011 |
| 1.8691 | 49 | 2 | 2 | 1 | 48.676 |
| 1.8190 | 27 | 3 | 1 | 0 | 50.107 |
| 1.7833 | 26 | 0 | 5 | 1 | 51.182 |
| 1.7670 | 1 | 2 | 5 | 0 | 51.691 |
| 1.7567 | 8 | 2 | 3 | 1 | 52.016 |
| 1.6975 | 25 | 1 | 5 | 1 | 53.972 |
| 1.6602 | 3 | 3 | 3 | 0 | 55.289 |
| 1.6285 | 6 | 2 | 4 | 1 | 56.458 |
| 1.5734 | 5 | 1 | 7 | 0+ | 58.625 |
| 1.5302 | 9 | 3 | 1 | 1 | 60.450 |
| 1.4987 | 7 | 2 | 5 | 1 | 61.858 |
| 1.4375 | 3 | 3 | 5 | 0 | 54.803 |
| 1.4192 | 3 | 0 | 7 | 1 | 65.742 |
| 1.4143 | 19 | 0 | 0 | 2 | 66.004 |
| 1.3902 | 1 | 1 | 8 | 0 | 67.298 |
| 1.3720 | 5 | 4 | 1 | 0 | 68.313 |
| 1.3273 | 4 | 3 | 6 | 0 | 70.951 |
| 1.2998 | 1 | 4 | 3 | 0 | 72.691 |
| 1.2812 | 2 | 3 | 5 | 1 | 73.916 |
| 1.2626 | 5 | 2 | 7 | 1 | 75.192 |
| 1.2474 | 13 | 1 | 8 | 1 | 76.268 |
| 1.2367 | 5 | 1 | 4 | 2 | 77.054 |
| 1.2342 | 6 | 4 | 1 | 1 | 77.234 |
| 1.2296 | 3 | 2 | 2 | 2 | 77.581 |
| 1.2254 | 8 | 3 | 7 | 0 | 77.896 |
| 1.2135 | 6 | 4 | 2 | 1 | 78.806 |
| 1.2017 | 11 | 3 | 6 | 1 | 79.731 |
| 1.1961 | 12 | 2 | 3 | 2 | 80.184 |
| 1.1810 | 10 | 4 | 3 | 1 | 81.421 |
| 1.1768 | 6 | 1 | 5 | 2 | 81.778 |
| 1.1619 | 6 | 2 | 8 | 1 | 83.056 |
| 1.1590 | 6 | 2 | 9 | 0 | 83.303 |
| 1.1531 | 8 | 2 | 4 | 2 | 83.832 |
| 1.1397 | 4 | 4 | 4 | 1 | 85.042 |
| 1.1377 | 11 | 0 | 6 | 2 | 85.225 |
| 1.1247 | 8 | 1 | 10 | 0+ | 86.451 |
| 1.1167 | 9 | 3 | 1 | 2 | 87.226 |
| 1.1005 | 4 | 5 | 1 | 0 | 88.851 |
| 1.0923 | 4 | 4 | 5 | 1 | 89.693 |
| 1.0856 | 1 | 5 | 2 | 0 | 90.395 |
| 1.0767 | 2 | 3 | 3 | 2 | 91.354 |
| 1.0722 | 1 | 2 | 9 | 1 | 91.815 |
| 1.06085 | 3 | 2 | 10 | 0 | 93.123 |
| 1.05708 | 3 | 4 | 7 | 0 | 93.556 |
| 1.05190 | 3 | 2 | 6 | 2+ | 91.158 |
| 1.01926 | 3 | 3 | 9 | 0 | 91.168 |
| 1.03173 | 3 | 5 | 4 | 0 | 96.595 |
| 1.02616 | 2 | 1 | 11 | 0 | 97.295 |
| 1.01339 | 2 | 5 | 2 | 1 | 98.950 |
***** Paragraph: Tungsten and Molybdenum carbides
# Tungsten is primarily utilized in Stellite alloys to provide solid solution strength and carbide formation but can be replaced by Mo which also partitions to the carbides.
# Tungsten (W) and molybdenum (Mo) have a similar function in providing additional strength to Co solid solution matrix of Stellite alloys due to large atomic size, that is, they impede dislocation flow when present as solute atoms
# Thermodynamic Modeling of the C-Co-Mo and C-Mo-Ni Ternary Systems
# zhangThermodynamicModelingCCoMo2016
# Studies [18,19,20] show that the solid solubility of W in the Co phase can be increased through an appropriate heat treatment process which leads to the strengthening of the Co phase. The dissolution of W and C in the Co phase increases the stacking fault energy and martensitic transformation temperature, inhibits the martensitic transformation, and stabilizes the cobalt phase with a face-centered cubic crystal structure (fcc Co phase) which increases the toughness of the cemented carbide [14,18].
Tungsten (W) and molybdenum (Mo) are refractory elements that provide solid solution strengthening to the matrix, by virtue of their large atomic size that impedes dislocation flow when present as solute atoms \cite{boeckRelationshipsProcessingMicrostructure1985}, and also form $\textrm{M}_6\textrm{C}$ and $\textrm{M}_12\textrm{C}$ carbides along with $\textrm{MC}$ carbides and $\textrm{Co}_3\textrm{M}$ & $\textrm{Co}_7\textrm{M}_6$ intermetallics during solidification.
In carbon-rich regions, the $\textrm{MC}$ phase (of type $\textrm{WC}$ and $\textrm{MoC}$) is observed \cite{zhangThermodynamicInvestigationPhase2019}, which ca
In carbon-poor regions, ternary $\textrm{M}_6\textrm{C}$ and $\textrm{M}_{12}\textrm{C}$ carbides have been identified, where the $\textrm{M}_6\textrm{C}$ carbide (of type $\textrm{Co}_3\textrm{Mo}_3\textrm{C}$) is stable in the temperature ranges of 900C to 1300C and can vary in composition from Mo_40_Co_46C_14 to Mo56Co30C14, while the $Mo_12C$ carbide of type ($Co6Mo6C$ carbide decomposes into $Mo_6C$ and $\mu-Mo$ phases above 1100C \cite{zhangThermodynamicModelingCCoMo2016}.
When present in large quantities, W and Mo also participate in formation of W-rich or Mo-rich carbides during alloy solidification \cite{davis2000nickel, raghuRecentDevelopmentsWear1997},
leading to generation of Topologically Close-Packed (TCP) phases, such as the \mu phase (of type Co_7W6 and Co7Mo6) and \sigma phase (pf type Co3W and Co3Mo) \cite{zhangThermodynamicInvestigationPhase2019}, which are intermetallic brittle phases that add strength to the material \cite{yuTriboMechanicalEvaluationsCobaltBased2007, ishidaIntermetallicCompoundsCobase2008} while also promoting crack initiation and propagation \cite{zhaoFirstprinciplesStudyPreferential2023}. Previous work on the Stellite 1 sample by Ahmed et al \cite{ahmedMappingMechanicalProperties2023} indicate that Co6W6C is identified as the main W-rich carbide in Stellite 1, although Co3W3C was also identified inaddition to Co3W and Co7W intermetallics.
# The carbide formed by W and Mo tends to be the M6C carbide
# \cite{klarstromMetallographyMicrostructuresCobalt2004, antonyWearResistantCobaltBaseAlloys1983}
# #+CAPTION: Experimental and calculated phase diagram for the Co-Mo system. Reprinted with permission \cite{davydovThermodynamicAssessmentCoMo1999}
# [[file:Figures/Co_Mo_phasediagram_davydovThermodynamicAssessmentCoMo1999.png]]
# #+CAPTION: Experimental and calculated phase diagram for the Co-Mo-C system. Reprinted with permission \cite{zhangThermodynamicModelingCCoMo2016}
# [[file:Figures/Co_Mo_C_phasediagram_zhangThermodynamicModelingCCoMo2016.png]]
There are two main phases in the tungsten-carbon system: the hexagonal monocarbide $\textrm{WC}$ (ICDD Card# 03-065-4539, COD:2102265), denoted as $\delta-\textrm{WC}$, and multiple variations of hexagonal-close-packed subcarbide $\textrm{W}_2\textrm{C}$ (ICDD:00-002-1134, COD:1539792) \cite{kurlovPhaseEquilibriaWC2006, tulhoffCarbides2000}
WC carbides precipitate as discrete particles distributed heterogeneously throughout the alloy intragranularly
# There are two hexagonal carbides in the tungsten carbon system (Fig. 2): the monocarbide, WC, and the subcarbide [12070-13-2], W 2 C. The hexagonal WC, also called a-WC, decomposes at its incongruent melting point of 2776 C. Its range of homogeneity is extremely narrow: from 49.5 to 50.5 mol % C
# Several stable tungsten carbide phases in the WC phase diagram. They consist of the S phase with simple hexagonal structure (prototype: WC), γ phase with face-centred-cubic structure (prototype: NaCl), and β phase with hexagonal-close-packed structure (prototype: PbO2). Both β and β phases are nonstoichiometric with a solubility of C wt.% in approximate ranges of 2.23.0 and 3.63.9, respectively. The S phase is a stoichiometric compound. For the sake of convenience, we represent the β, γ and δ phases by their corresponding compounds W2C, WC1-x and WC, respectively. \cite{gubischTribologicalCharacteristicsWC1x2005}
The precipitation of the tungsten-rich phase $M_6C$ is closely related to the decomposition of the MC carbide, and the $M_6C$ only occurs in the vicinity of the MC \cite{jiangSecondaryM6CPrecipitation1999}, as $M_6C$ carbides form only when the tungsten and.or molybdenum content exceeds 4-6 a/o.
# https://www.sciencedirect.com/science/article/pii/S0921509315306481?via%3Dihub#bib33
# W and Mo elements in the Co based superalloys were the elements that provided the hardening of the matrix with solid solution by means of its large atom sizes. When amounts of these two elements were high in the alloy, this provided the formation of carbides or intermetallic compounds [36]. The carbides formed by W and Mo were M6C type carbides [5], [23], [36]. When the images of W and Mo were examined in the mapping analysis, it was seen that these two elements did not cluster in any region in a manner that will form a precipitate. For this reason, it became definite that there was no carbide or intermetallic precipitate formed by W and Mo in the microstructure. While Mo had a homogenous distribution in all the regions in the microstructure including the carbides formed by Cr, the amount of W decreased in the regions with carbides as mentioned above. From this point of view, it can be asserted in this study that W and Mo would only contribute to the material strength by means of solid solution hardening in the components produced by using PIM. The elemental mapping analysis showed that all the precipitates forming in the microstructure contained C. This situation signified that topologically close packed (TCP) phases, having negative effects on the material strength and especially low temperature ductility did not form.
***** Paragraph: Chromium carbide :ignore_heading:
# Why lack of chromium is bad
Plasma nitrided Stellite 6 and 12 were found to have lowered corrosion resistance due to the consumption of chromium in CrN precipitates and lack of chromium oxide as protective layer \cite{poshtahaniPlasmaNitridingEffect2023}.
# The primary M7C3 carbide, found mostly in hypereutectic alloys, has a high melting point among the carbides and therefore, precipitates first during solidification if the carbon content is high enough to favor its formation.
# \cite{klarstromMetallographyMicrostructuresCobalt2004, antonyWearResistantCobaltBaseAlloys1983}
The predominant carbide found in high-carbon Stellite is chromium rich Cr7C3 type whereas carbides such as Cr6C and Cr23C6 are found in low-carbon Stellite. These carbides have a very high hardness (i.e. more than 1000 HV) and are responsible for imparting hardness to coating of Stellite thus improving its sliding wear resistance.
Chromium carbides have high hardness and wear resistance, as well as excellent resistance to chemical corrosion, making them often used in surface coatings \cite{liElectronicMechanicalProperties2011}
In the Cr-C binary phase diagram, there are three phases : cubic Cr23C6 (space group , melting point 1848 K), orthorhombic Cr3C2 (space group Pnma, melting point 2083 K) and Cr7C3 (space group Pnma, melting point 2038 K) \cite{medvedevaStabilityBinaryTernary2015} \cite{liElectronicMechanicalProperties2011}
The M_23C6 carbides are formed during heat treatment of carbides with a lower M/C ratio or from solid solution close to boundaries \cite{medvedevaStabilityBinaryTernary2015}. Fine M23C6 carbides act as obstacles to gliding of mobile dislocations, which result in long-term creep strength \cite{godecCoarseningBehaviourM23C62016}.
Although M23C6 can precipitate as primary carbide during solidification, it is most commonly found in secondary carbides along grain boundaries.
M7C3 is a metastable pseudo-eutectic carbide that typically forms at lower carbon-chromium ratios and effectively transforms into secondary M23C6 upon heat treatment.
In addition to being a carbide former, chromium provides solid solution strengthing and corrosion/oxidation resistance to the cobalt-based matrix.
The Cr7C3 carbide is unstable at high temperatures and transforms to M_{23}C_{6} upon heat treatment. Under further temperature and time, Cr_{23}C_{6} partially transforms to Cr_6C \cite{mohammadnezhadInsightMicrostructureCharacterization}.
$$ 2Cr_{7}C_{3} + 9Cr \rightarrow Cr_{23}C_{6} $$
$$ Cr_{23}C_{6} + 13Cr \rightarrow 6Cr_{6}C $$
$$ 23Cr_{7}C_{3} \rightarrow 7Cr_{23}C_6 + 27C $$
$$ 6C + 23Cr \rightarrow Cr23C6 $$
# \ce{M_3C -> M_2C -> M_{23}C_6}
# \ce{M_3C -> M_7C_6 -> M_{23}C_6}
# \ce{M_3C -> M_6C}
# \ce{M_3C -> M_23C_6}
# https://www.sciencedirect.com/science/article/pii/S0921509315306481?via%3Dihub#bib33
# Fig. 10 illustrates the images of SEM elemental mapping analysis taken from the sample sintered at 1275 °C in order to determine the distributions of the elements inside the material. It is seen in the SEM image that abundantly discrete precipitates with block morphology formed at the grain boundaries. A significant decrease was observed in the amount of Co element forming the matrix in regions where these precipitates were located. Co based superalloys generally gain their strength from the solid solution hardening and the carbide precipitates [14]. Considering that the main strengthening phase is the carbides, it can be asserted that Cr is the most significant alloying element for Co based superalloys because Cr is not only a predominant carbide former but also contributes to the solid solution hardening [23], [36]. In addition, another significant role of Cr is to increase the corrosion and oxidation resistance of the alloy [23]. When the SEM elemental mapping analysis was examined, the Cr element exhibited a serious clustering in the precipitates seen in the microstructure. The fact that C element also had high amounts in these regions where Cr exhibits clustering signified that these precipitates were the carbides formed by Cr. The carbides formed by Cr in Co based superalloys are the carbides of M3C2, M7C3, and M23C6. It is indicated that M3C2 among them is a type of carbide seen in previous superalloys with a low rate of Cr. The M7C3 carbide also consists of low CrC alloy rates. This carbide forms more in intragranular regions and sometimes intergranular regions. Being a metastable carbide M7C3 transforms into the carbide of M23C6 with heat treatment or under high temperature service conditions [3], [23]. It is indicated that the M23C6 type carbides can precipitate as both the primary and the secondary carbides in Co based alloys containing a high level of Cr [23]. It is known that this carbide generally forms at the grain boundaries of the multi-crystalline materials and provides the grain boundary strength and the fracture resistance required for long service conditions when found as discontinuous precipitates [13]. The Cr ratio of the Stellite 6 powder used in the present study is 30.3 wt%, which is considerably high. The SEM images of Fig. 10 shows that all of the carbides formed at the grain boundaries. In addition, it was thought that since all the precipitates in the SEM images had approximately the same size and morphology, they were the same phase. All these explanations indicated that these precipitates seen in the microstructure were M23C6 type carbides formed by Cr. In the literature, it is reported that Co, W or Mo can substitute for a little amount of Cr in the M23C6 type carbides [23]. In a study conducted by Rosalbino and Scavino [5], it was found that the M23C6 carbide contained 69.6% Cr, 16% Co, 6.3% W, 2.3% Si, 1.8% Fe, and 1.3% Ni [5]. In the images of the elemental mapping analysis, Mn, Si, and O elements, along with Cr and C, were higher in amount in the regions having carbide precipitates when compared to the matrix. Additionally, it was observed that even though presence of Co, W, Ni, and Fe elements exhibited a decrease in these regions, these elements had low amounts inside the carbides.
*** The Influence of Processing on Microstructure and Properties :ignore_heading:
# COMMENTS
# Contrast the microstructures resulting from different manufacturing routes (e.g., casting vs. Hot Isostatic Pressing - HIPing).
# Explain how processing parameters control critical features like carbide size, morphology, and distribution, which in turn dictate the alloy's performance.
# The manufacturing process is a critical determinant of the microstructure and subsequent in-service performance of Stellite alloys, with advanced techniques such as powder metallurgy and additive manufacturing offering significant advantages over conventional methods like casting and welding.
# Overview of microstructure
# As cast is cheap, but not quite making the most of the material
The manufacturing process dictates the microstructure of Stellite alloys, with powder metallurgy and additive manufacturing surpass conventional casting and welding. Traditional casting involves slow cooling rates that produce coarse, dendritic microstructures characterized by elemental segregation and a continuous, interdendritic network of carbides.
Welding Stellite alloys onto a substrate creates as-cast microstructure and a fusion zone, where the diffusion of elements alters alloy composition with detrimental phase transformations such as brittle intermetallic compounds
\cite{wong-kianComparisonErosioncorrosionBehaviour}.
# Welding is relatively cheap and quick, but the coating is not homogeneous, owing to the as-cast structure and its inherent segregation, and hence the properties are not optimized. Another disadvantage is that only components of simple shape can be welded, because of the problem of distortion. \cite{wong-kianComparisonErosioncorrosionBehaviour}
# Thermal spray and powder metallurgy is better, but a lil more expensive
In contrast, thermal spray processes and powder metallurgy (HIPing) produce microstructure that largely retain the originating powder's original microstructure, with thermal spray producing a layered carbide-free microstructure incorporating splats, oxides, & porosity, while HIPing yields a dense, porosity-free and highly homogeneous microstructure with small spherical carbides which impede crack propagation, improving fatigue resistance.
# how is powder metallurgy better?
The absense of solidification from a liquid phase prevents element segregation associated with as-cast and as-welded microstructures. \cite{wong-kianComparisonErosioncorrosionBehaviour}
# Why powder metallurgy is still alright, because of the difficult of machining.
The difficulty with processing make Stellite alloys ideal for powder processing using net shaping techniques.
\cite{ashworthMicrostructurePropertyRelationships1999}
# Gas atomized powders and water atomized powders
# Co-Cr alloys undergo a phase transformation from a high temperature a (FCC) phase to the low temperature \epsilon HCP phase, although rapid solidification, as in SLM, results in the FCC phase dominating, with minimal to no \epsilon phase \cite{zhouComparativeAnalysisMicrostructures2018}.
Further processing via re-HIPing can induce carbide precipitation, carbide coarsening and additional solid-solution strengthening of the matrix, improving wear performance. Temperatures above 1000C are typically required to ensure homogenisation of the microstructure and reduction in porosity \cite{houdkovaEffectHeatTreatment2016}.
# Additive is a weird fusion of the two, and arguably the most expensive, but it's probably gonna get cheaper. And
Recently developed additive manufacturing techniques such as Selective Laser Melting (SLM) and Powder Bed Fusion (PBF) leverage rapid solidification to create fine-grained columnar microstructure.
# The microstructural homogeneity achieved through HIPing is the primary reason for its superior corrosion performance compared to segregated cast alloys. The uniform network of carbides in HIPed Stellite acts as a kinetic barrier to the dissolution of the cobalt matrix, preventing the localized pitting and crevice corrosion that plagues the chromium-depleted zones in cast material.
# This segregation leads to the formation of chromium-depleted zones in the matrix adjacent to the carbides, which act as preferential sites for localized corrosion and pitting, thereby compromising the material's integrity in aggressive environments [9955, 11588, 11662, 11772].
# The enhanced corrosion resistance of HIPed Stellite is attributed to this uniform carbide network acting as a kinetic barrier against the dissolution of the cobalt matrix [9981, 9982, 10181, 11871].
Ashworth et al \cite{ashworthMicrostructurePropertyRelationships1999} found that high carbon Stellite alloys benefitted from higher hipping temperatures (1200 C) while low carbon Stellite alloys reached optimum properties at a HIPing temperature of 1120 C.
Beyond the process, alloy composition is crucial; high-carbon Stellite alloys exhibit superior wear resistance due to a much larger volume fraction of hard carbides, while the substitution of tungsten with molybdenum can further enhance erosion-corrosion resistance by modifying the carbide types and strengthening the matrix [7586, 7788, 7992, 3927, 3928, 4080, 4081, 4082].
Yu et al \cite{yuInfluenceManufacturingProcess2008} found that HIPed stellite 6 had lower fatigue performance to HIPed stellite 20.
Rehan et al \cite{ahmedInfluenceReHIPingStructure2013}
Wong Kian et al \cite{wong-kianComparisonErosioncorrosionBehaviour} found that HIPed versions of Stellite 1, 6 and 12 consistently showed superior resistance to as-weld overlays in erosioncorrosion tests using a rotating slurry pot configuration.
Stellite 4 \cite{yuTriboMechanicalEvaluationsCobaltBased2007}
Stellite 20 \cite{yuComparisonTriboMechanicalProperties2007}
Stellite 6 \cite{yuInfluenceManufacturingProcess2008}
| | Co | Cr | W | C | Mo | Fe | Ni | Mn | Si |
|------------------------+------+-------+-------+------+------+------+------+------+------|
| Cast Stellite 4 | Bal. | 31.7 | 13.5 | 0.90 | 0.20 | 1.65 | 0.65 | 0.56 | 0.72 |
| HIPed Stellite 4 | Bal. | 31.0 | 14.4 | 0.67 | 0.12 | 2.16 | 1.82 | 0.26 | 1.04 |
|------------------------+------+-------+-------+------+------+------+------+------+------|
| Cast Stellite 20 | Bal. | 34.50 | 16.50 | 2.39 | 0.50 | 1.50 | 1.00 | 0.60 | 0.78 |
| HIPed Stellite 20 | Bal. | 31.85 | 16.30 | 2.35 | 0.27 | 2.50 | 2.28 | 0.26 | 1.00 |
|------------------------+------+-------+-------+------+------+------+------+------+------|
| Cast Stellite 6 alloy | Bal. | 27.10 | 4.95 | 0.95 | 0.30 | 1.10 | 0.60 | 0.90 | 1.24 |
| HIPed Stellite 6 alloy | Bal. | 29.50 | 4.60 | 1.09 | 0.22 | 2.09 | 2.45 | 0.27 | 1.32 |
**** Role of HIPing vs as Cast :ignore_heading:
As well as the corrosion behaviour being of interest, Malayoglu and Neville [16] conducted a comparative study on the erosion-corrosion performance of both HIPed and investment cast Stellite 6® in 3.5% NaCl solution as a function of temperature and the level of erosive particle loading. They found that in all cases, the HIPed Stellite 6® exhibited the higher erosioncorrosion resistance, which they attributed to the fact that the carbides are not interconnected in the HIPed material whereas eutectic and dendritic carbides in the cast structure form a network of interconnected material. Furthermore, the mean free path between carbides is much smaller in the HIPed material and as such the material responded homogenously to 4 erosion-corrosion. Another study comparing the erosion-corrosion behaviour of a range of HIPed and weld-deposited Stellite alloys in a nitric acid environment demonstrated that the HIPed alloys generally exhibited a lower mass loss which was again attributed to the finer microstructure [17].
A similar conclusion was also reached by Neville and Malayoglu [18] who attributed the superior corrosion resistance of HIPed Stellite 6 to its microstructure with equiaxed carbides and an absence of areas of chromium-depleted matrix material, due to reduced segregation.
# The HIPed alloy had a much finer microstructure Fig. 2 d with Cr-rich carbides dark phase uniformly distributed in the matrix. The typical carbide size was 1 3 m, which was much finer than the cast counterpart. There was no bright W-rich phase observed in the HIPed microstructure, which could be attributed to the fast solidification in the powder manufacturing process, restricting the segregation of W-rich zones. Subsequently during HIPing of the powder, tungsten remained evenly distributed throughout the alloy because its large atomic radius hinders diffusion. This evolution of the HIPed microstructure was therefore fundamentally different from the dendritic microstructure of the cast alloy, which was caused by the rejection of elemental species in the melt during the crystal growth of Co-rich dendrites. Hence above the liquidus line of this complex Co alloy, elemental species were free to arrange themselves depending on the thermal kinetics of the mold without any dependency on diffusion, and hence a truly three-dimensional network of carbides was formed.
# Contrary to this, in the case of HIPed microstructure, the primary dendrites formed on the alloy powder Fig. 2 a , and the carbides in the powder particles Fig. 3 a promoted carbide growth due to the diffusion of carbon and other elemental species within and across the individual powder particle boundaries. As this diffusion process is time, temperature, and pressure dependent during HIPing, and the HIPing temperature 1200° C in this investigation was lower than the melting point of the powder, carbide growth was sluggish when compared with casting. Hence the size of individual carbide particles was much smaller than the cast counterpart. Although not reported in Sec. 3, authors also found that re-HIPing the HIPed alloy under similar conditions as were reported earlier in Sec. 2.1 did not substantially increase the average carbide size, indicating that carbide growth was more dependent on temperature than time during the HIPing process.
*** Stellite 1 in Literature Review :ignore_heading:
# In the case of cavitation erosion, it is observed that the dynamic and localized nature of the stresses generated by the imploding cavities produce a material response which is quite different from that obtained under bulk quasi-static loading. A striking example of this is that cobalt and its alloys exhibit far greater erosion resistance than other metals and alloys comparable strength. 81 In fact pure cobalt is the most erosion resistant of comparable pure metals known.
# The strength of the matrix is considered in detail here. Kosel et al.84 showed the effect of the matrix strength can affect the wear rate. They used the normalized alloy content (NAC) as a measure of the matrix strength. They defined the NAC as the sum of the weight percentages of Ni, V, W, Mo and in Table 2 they are normalized with respect to Stellite 6 alloy. The alloys that are used as solidsolution strengtheners give an approximate measure of the degree of solidsolution strengthening. By using the same approach the NAC of the alloys Stellite 6, Stellite 12, and Stellite 706 were calculated and normalized against cast Stellite 6 as shown in Table 2.
# Stellite 1 is a high-carbon and high-tungsten CoCrWMoCFeNiSiMn alloy, making it suitable for tribological applications such as valve seating, wear pads in gas turbines, bearing sleeves, slurry pumps, ball bearings and expeller screws. Stellite 1 alloy is labeled as CoCrW alloy in this paper. Stellite 21 is a low-carbon, high-molybdenum alloy used in applications such as forging and hot-stamping dies and valve trims in the chemical industry (Ref 1, 2).
# Heathcock and Ball, 79 compared the cavitation erosion resistance of a number of Stellite alloys, (3, 4, 6, 8, 20, and 2006), cemented carbides and surface-treated alloy steels. They showed that among the Stellite alloys, Stellite 3 has the highest resistance to cavitation erosion. Stellite 4, 6, 8, and 20 have similar resistance and Stellite 2006 is a little less resistant than all the Stellite alloys. They considered this difference to be a consequence of the microstructure. Stellite 3 has carbides Cr 7C 3 and W6 C which form a fine interdentritic network in a cobalt-rich matrix whereas in Stellite 20 acicular Cr 7 C3 carbide formation and islands of cobalt-rich solid solution were observed. They also showed that acicular carbides in Stellite 20 are much harder than those in Stellite 3 (1860 HDP compared with 1100 HDP), which also showed the inverse relation between the hardness and the cavitation erosion resistance of the alloys. They concluded that in Stellite alloys the cobalt-rich solid solution, incorporating elements such as chromium, tungsten, and molybdenum is highly resistant to erosion, due to a rapid increase in the work-hardening rate and the strain to fracture which is caused by deformation twinning and the presence of a small amount of strain-induced e phase.
Wong-Kian et al.16 showed that under erosion-corrosion conditions HIPed Stellite alloys 1, 6, and 21 had lower mass loss than the welded specimens of the same Stellites. They related their finding to the finer and homogeneous microstructure, which was obtained after HIPing. They also showed that wear resistance of the cobalt-based alloys is promoted by the harder complex carbides of chromium and tungsten, while corrosion resistance is enhanced by the presence of cobalt in the matrix.
*** Fundamental Mechanisms of Corrosion and Cavitation Resistance :ignore_heading:
#+BEGIN_COMMENT
- [ ] Fundamental Strengthening Mechanisms
+ [ ] Primary mechanism: Hard carbide precipitation (e.g., M$_{7}$C$_{3}$, M$_{23}$C$_{6}$), with dependence on carbon content and processing.
+ [ ] Secondary mechanism: Solid solution strengthening by specific elements (W, Mo, Cr), also linked to carbon content.
+ [ ] Additional mechanism: Stress-induced phase transformation (fcc to hcp) contributing to wear resistance via work hardening.
- [ ] How they are made and modified.
- [ ] Current research directions and future outlook.
#+END_COMMENT
The remarkable ability of Stellite alloys to withstand these specific challenges stems from key metallurgical features. Their corrosion resistance is primarily attributed to a high chromium content, typically 20-30 wt.%, which promotes the formation of a highly stable, tenacious, and self-healing chromium-rich passive oxide film on the material's surface; this film acts as a barrier isolating the underlying alloy from the corrosive environment. Alloying elements such as molybdenum and tungsten can further enhance this passivity, particularly improving resistance to localized corrosion phenomena like pitting and crevice corrosion in aggressive media. Concurrently, their outstanding cavitation resistance is largely derived from the unique behavior of the cobalt-rich matrix, which can undergo a stress-induced crystallographic transformation from a face-centered cubic (fcc) to a hexagonal close-packed (hcp) structure. This transformation, often facilitated by mechanical twinning, effectively absorbs the intense, localized impact energy from collapsing cavitation bubbles and leads to significant work hardening, thereby impeding material detachment and erosion.
Antony suggests that the cavitation-erosion resistance of Stellites derives from the matrix phase and is enhanced by the strain-induced fcc \textrightarrow hcp allotropic transformation \cite{antonyWearResistantCobaltBaseAlloys1983}.
**** Corrosion resistance of Stellites :ignore_heading:
# More specifically, in studies on the corrosion behaviour of Stellite 6® in saline solutions, corrosion was observed to initiate and propagate at the interface between the matrix and carbide and it was suggested that this was due to there being a lower chromium concentration in the matrix at this interface, associated with its segregation as the chromium-rich carbide is formed. \cite{karimiRoleMicrostructuralDevelopment2019}
The cavitation erosion of stellites has been investigated in experimental studies \cite{Wang2023, Szala2022741, Mitelea2022967, Liu2022, Sun2021, Szala2021, Zhang2021, Mutascu2019776, Kovalenko2019175, E201890, Ciubotariu2016154, Singh201487, Hattor2014257, Depczynski20131045, Singh2012498, Romo201216, Hattori20091954, Ding201797, Guo2016123, Ciubotariu201698}, along with investigations into cobalt-based alloys \cite{Lavigne2022, Hou2020, Liu2019, Zhang20191060, E2019246, Romero2019581, Romero2019518, Lei20119, Qin2011209, Ding200866, Feng2006558}.
Stellites achieve oxidation resistance through the formation of a passivating external Cr2O3 scale, due to the high proportion of Cr in their chemical composition \cite{pettitOxidationHotCorrosion1984}.
as seen by Zhang et al in Green Death solution \cite{zhangPittingCorrosionCharacterization2014}.
However, Cr-based carbides may be preferentialy oxidized below the external Cr2O3 scale, particularly at the boundary of carbides which are depleted of Cr \cite{zhangPittingCorrosionCharacterization2014}, where preferential attack of carbides proceed until they have been consumed \cite{pettitOxidationHotCorrosion1984}.
Mohamed et al find that Stellite exposed to cyclic potentiodynamic polarization in 3% NaCl solution results in slight depletion of Co, accompanies with corresponding enrichment in Cr and W \cite{mohamedLocalizedCorrosionBehaviour1999}.
Mohamed
Lemaire et al \cite{lemaireEvidenceTribocorrosionWear2001} investigated the behavior of Stellite 6 in pressurized high temperature water and proposed an oxidative wear mechanism where wear proceeds by repeated detachment of the surface oxide spontaneously forming on the stellite surface.
Di Martino et al \cite{dimartinoCorrosionMetalsAlloys2004} also found that the protective chromium-rich film are abraded easily, leading to further corrosion.
In such lower-temperature regimes, the passive films formed are typically very thin (in the nanometer range, rather than the micrometer scale observed at high temperatures)
It is also known for passive alloys that there is generally an inverse relationship between the thickness of the film and its protective property. This was seen in work by Malayoglu et al.3 where the breakdown potential in anodic polarization tests was shown to be reduced aligned with a thinning of the passive film detected by XPS on HIPed Stellite 6 in 3.5% NaCl \cite{neville306AqueousCorrosion2010}.
Molybdenum and tungsten have favorable effects on the selective oxidation of chromium until chromium has been depleted, at which point molybdenum and tungsten result in increased oxidation due to development of less protective phases \cite{pettitOxidationHotCorrosion1984}.
** Materials and Experimental Test Procedure
# \chapter{Analytical Investigations}
# \section{Introduction}
# \section{Finite Element Model (FEM)}
# \section{Model description}
# \section{Model Validation}
# \section{Result Analysis of Typical Load Case}
*** Materials :ignore_heading:
# This section is HEAVILY influenced by yuInfluenceManufacturingProcess2008, yuComparisonTriboMechanicalProperties2007, yuTriboMechanicalEvaluationsCobaltBased2007, which also investigate Cast vs HIPed.
# Doh! I added a citation despite saying I really shouldn't
# Need to confirm the sand casting thingy. Also, need to ask Deloro for pictures
# I really like the flow of the HIPed section, really don't like the lack of info in cast alloy. :(
The cast Stellite 1 alloys were produced via sand castings. Spherical gas-atomized Stellite 1 powders were used to produce HIPed samples through consolidation in a HIPing vessel at a temperature of 1200C and 100 MPa for 4 hours, as reported in previous work by Ahmed et al \cite{ahmedInfluenceAlloyComposition2025}. Sieve analysis of the gas-atomized powders indicate that powder particles were in the size range of 45 to 180 um \cite{ahmedInfluenceAlloyComposition2025}, with SEM analysis conducted to measure particle size via image analysis.
# Need to borrow the powder, oof.
| | +250 | +180 | +125 | +45 | -45 |
| HIPed Stellite 1 | 0.10 | 2.40 | 47.90 | 49.50 | 0.10 |
*** Microstructure :ignore_heading:
# So this is SEM work
The microstructure of the alloys were observed via scanning electron microscopy (SEM) using a back-scattered electron imaging detector (BSE), with elemental compositions of the observed phases determined via energy dispersive X-ray spectroscopy (EDS). Image analysis of BSE images was conducted to ascertain area fractions of individual phases.
*** Description of XRD phase identification
# https://doi.org/10.1039/C9EE00381A
# In our samples, two phases of cobalt- face centered-cubic (fcc) and hexagonal close-packed (hcp) coexist with fcc as the predominant phase. The major diffraction peaks at 2θ values of 44.35° and 75.95° corresponding to (111) and (220) crystal planes, respectively, can be indexed as fcc-phase metallic cobalt (JCPDS File Card No. 150806, a = 3.5447 A˚). 10 Moreover, hcp-phase cobalt could also be detected as peaks corresponding to 41.6, 44.5, 47.6 and 75.8 related to (100), (002), (101) and (110) planes, respectively, (JCPDS File Card No. 01-071-4239, a = 2.506 A˚, c = 4.069 A˚).11
*** Cool sentence I like
# https://www.sciencedirect.com/science/article/pii/S0257897217302992?casa_token=whsUehaqRrkAAAAA:_WZkVyvfG2RmA-GBQ8MCOJFPw7yDVSDlxeBvbbp3epx9USJ4kuUdtLZfEXvlPhZiYR-fQO162Q
# Additional improvements in the corrosion resistance and mechanical properties (i.e. hardness and wear resistance) of commercial Stellite hardfacing alloys is achieved either by altering the chemical composition with elements such as C, W or Mo [6], [8], [9] or by varying the deposition techniques and/or parameters [10], [11], [12].
*** Phase analysis via XRD :ignore_heading:
Microstructure phase analysis was performed with a Bruker Discover D8 <> X-ray diffractometer (XRD) with Cu $K_{\alpha}$ radiation ($\lambda = 1.5406 \AA$) in Bragg-Brentano $\theta:2\theta$ configuration across the diffraction angle range 20deg <> to 120deg <> with a step size of 0.00deg <>.
# Need to add the Rietvield analysis here
# HCP (vol\%) the volume fraction of the martensitic $\epsilon-Co$ phase
# I(10\bar{1}1)_{\epsilon} is the integrated intensity of the martensite peak
# I(200)_{\gamma} is the integrated intensity of the austenite peak
The volume fraction of \epsilon-Co is calculated via the relative intensity of the $(200)_{\gamma}$ and $(10\bar{1}1)_{hcp}$ peaks, as proposed by Sage and Guillaud \cite{sageMethodeDanalyseQuantitative1950}.
\begin{equation}
\textrm{hcp} (\textrm{vol}\%) = \frac{I(10\bar{1}1)_{\epsilon}}{I(10\bar{1}1)_{\epsilon} + 1.5I(200)_{\gamma}}
\end{equation}
*** Hardness tests :ignore_heading:
The Vickers microhardness was measured using a Wilson hardness tester under loads of BLAH. Thirty measurements under each load were conducted on each sample.
*** Experimental determination of SFE
To experimentally determine the SFE, the XRD method proposed by Reed and Schramm was employed \cite{reedRelationshipStackingfaultEnergy1974}:
\begin{equation}
SFE = \frac{K_{111} \omega_0 G_{111} a_0}{\pi \sqrt{3}} \frac{{<\epsilon_{50\AA}^2>}_{111}}{\alpha} A^{-0.37}
\end{equation}
where:
\begin{equation}
K_{111}\omega_0 &= 6.6 \\
G_{111} = \frac{1}{3}\frac{1}{C_{44} + C_{11} - C_{12}}
A &= \frac{1 C_{44}}{C_{11}-C_{12}}
\end{equation}
ployed \cite{reedRelationshipStackingfaultEnergy1974}:
$SFE$ = stacking fault energy $\frac{mJ}{m^2}$
$K_{111}\omega_0$ = 6.6, as obtained by
$A$ is the Zener elastic anisotropy
$C_{ij}$ are elastic stiffness coefficients
$G_{111}$ is the shear modulus of the (111)-plane, in which stacking faults are formed
$a_0$ is the lattic constant of the fcc-metal matrix
${<\epsilon^2_{111}>}_{50\AA}$ is thr root mean square microstrain in the <111> direction averaged over the distance of $50 \AA$
$\alpha$ is stacking fault probability
**** Elastic constant
*** Microhardness :ignore_heading:
# Yeah, I'm heavily assuming that the University of Sharjah lab is still open, ooof.
Microhardness measurements were taken on the surfaces of the as-cast and HIPed samples. The Wilson Tukon 1102 hardness tester was used for Vickers microhardness testing with a load of 300 grams (HV_{0.3}) for 10s, and averaged by using ten individual indentations. The specimen surface was prepared in the same fashion as for microstructural analysis.
Previous work
*** Indentation fracture toughness :ignore_heading:
The indentation fracture toughness was made with hardness equipment (AVK-A, AKASHI) at a load of 49 N for 10 s, and the value was obtained from five measurements on the cross section. The fracture toughness was evaluated based to the Evans-Wilshaw equation [21, 22].
\begin{equation}
K_{IC} = 0.079 {\left( \frac{P}{a^{\frac{3}{2}}} \right)}log{\left(\frac{4.5 a }{c}\right)}
\end{equation}
where $P$ is indenter load $[\textrm{mN}]$, $2c$ is the crack length $\left[\mu\textrm{m}\right]$, and $2a$ is the length of indentation diagonal $\left[\mu\textrm{m}\right]$
*** Electrochemical measurement
# Keep in mind that we are NOT describing the electrochemical tests here, we are simply discussing our methods and how we did it.
# Would this be better as multiple tables, in the side notes of the discussion? Maybe, but that's just how the academic paper is.
# While citations aren't usually used in this section, it should be quite obvious that your testing is similar to other papers - that's the only way for you to really compare results.
# In Zotero, stuff tagged electrochemical_setup should have plenty of examples for you to use.
# The 3 electrode setup
A Corrtest CS310 potentiostat was used for electrochemical experiments in a conventional three electrode cell, with the sample as working electrode with exposed area 2cm2, a saturated calomel electrode (SCE) as reference electrode, graphite plate as counterelectrode, and naturally aerated 3.5% NaCl solution at room temperature as electrolyte.
# Preparation of sample, need to maybe redo this
After attaching wires to the back of samples with copper tape, epoxy resin was used to seal the sample, ensuring only one surface was exposed. This surface was then ground and polished with 220, 600, & 1000 grit silicon carbide sandpaper, followed by 15um, 6um, 1um, and 0.25um diamond paste. The specimens were rinsed with distilled water, followed by sonication in acetone for 5 minutes, and air-dried for 5 minutes. All samples were freshly prepared before commencement of electrochemical tests.
# Slide into the tests
For all testing, the OCP was monitored for 1 h to ensure steady state conditions, before the electrical impedence spectroscopy (EIS), LPR, and cyclic voltametry (CV) experiments, in addition to a 24 hour exposure period to measure the change of OCP over time.
# EIS
# I love the double testing to validate shit, that's just sexy
The EIS spectra was measured across a frequency range of 10^5 Hz to 10^1 Hz and an excitation voltage of 10mV, with 20 evenly spaced frequencies per decade. Duplicate spectra and additional EIS tests conducted at an excitation voltage of 20 mV were measured to verify the validity of the test data \sidenote{EIS should be independent of the excitation voltage}.
The obtained spectrum was analyzed with the help of Nyquist and Bode plots and equivalent circuit fitting using Corrtest ZView software.
*** Experimental electrochemical - polarize electrode to -1.5 to remove oxides
# Prior to each measurement the electrodes were polarized at 1.50 V vs. SCE to remove oxides that were air-formed at the surface.
# \cite{metikos-hukovicPassivationCorrosionBehaviours2007}
Passivation and corrosion behaviours of cobalt and cobaltchromiummolybdenum alloy
Author links open overlay panelM. Metikoš-Huković
, R. Babić
https://www.sciencedirect.com/science/article/pii/S0010938X07000819
*** Description of constant phase element
# \cite{metikos-hukovicPassivationCorrosionBehaviours2007}
# Because the measured capacitive response is not generally ideal, due to a certain heterogeneity of the electrode surface [34], [35], a constant phase element (CPE) is introduced for fitting the spectra, instead of an ideal capacitance element. Its impedance can be defined by Z(CPE) = [Q(jω)n]1, where Q is a constant, ω is the angular frequency, and n is the CPE power. The factor n is an adjustable parameter which has values between 1 and 1; a value of 1 is characteristic for an inductance, a value of 1 corresponds to a capacitor, a value of 0 corresponds to a resistor, and a value of 0.5 can be assigned to diffusion phenomena [34].
*** Other stuff
**** Cavitation Erosion Test Apparatus :ignore_heading:
A magnetostrictive vibratory apparatus, operating in general accordance with ASTM Standard G32, was utilized. The system functioned at an ultrasonic frequency of 20 kHz, with a peak-to-peak displacement amplitude of the horn tip maintained at 96 µm. The horn, fabricated from a cavitation-resistant titanium alloy, featured a flat tip of 16 mm diameter. Experiments were conducted using a stationary specimen configuration, with the specimen positioned 0.5 mm below the vibrating horn tip, this distance being precisely set using a dial gauge.
**** Paragraph: Lit review of corrosion :ignore_heading:
The aqueous oxidation of Stellite 6 alloy was investigated in a 1979 study using X-ray Photoelectron Spectroscopy (XPS) \cite{mcintyreXRayPhotoelectronSpectroscopic1979}. Specimens were exposed to pH 10 water at 285°C. To understand the oxidation behavior, the study measured dissolved oxygen concentration against exposure duration.
The high-temperature corrosion resistance of stellite coatings is attributable to the formation of cobalt & chromium surface \cite{cesanekDeteriorationLocalMechanical2015}.
Heathcock et al found that carbides are selectively eroded, with the carbide-matrix interface acting as initiating erosion site \cite{heathcockCavitationErosionCobaltbased1981}.
**** Paragraph 4: Synergistic Challenges in Applications Prone to Corrosion and Cavitation :ignore:
**** Paragraph 5: Research and Development for Enhanced Corrosion and Cavitation Performance :ignore:
**** Paragraph: Cavitation Erosion Resistance
The primary result of an erosion test is the cumulative mass loss versus time, which is then converted to volumetric loss and mean depth of erosion (MDE) versus time for the purposes of comparison between materials of different densities. The calculation of the mean depth of erosion for this test method should be performed in conformity with ASTM G-32.
**** General Background
# \section{General Background}
# Analysis: The paragraph effectively introduces the challenge of cavitation erosion in fluid-handling systems and discusses the need for materials with improved resistance or proposes potential mitigation strategies.
# Problem Statement: It starts by clearly stating the prevalence and detrimental effects of cavitation (e.g., material erosion, reduced efficiency, noise, vibration, component failure) in key applications (e.g., pumps, propellers, turbines, valves), establishing the necessity for effective solutions.
# Focus Area / Proposed Solution: It highlights the goal of developing or utilizing materials/coatings/treatments with enhanced cavitation resistance, or introduces specific approaches intended to combat the damage.
# Mechanism: It explains the fundamental mechanism of cavitation damage (e.g., vapor bubble formation and violent collapse, generation of shockwaves and micro-jets) leading to material erosion, and potentially discusses how a proposed solution resists this mechanism.
# Context/Validation: It grounds the issue by referencing specific industries or critical components where cavitation erosion is a significant operational problem (e.g., marine propulsion, hydropower generation, hydraulic machinery, chemical processing) and underscores the importance of resistant materials in these contexts.
# Relevant Properties: It lists specific material characteristics or properties deemed crucial for resisting cavitation erosion (e.g., toughness, hardness, fatigue strength, work-hardening capacity, corrosion resistance, grain structure, phase stability).
# Knowledge Gap: Critically, it may point out limitations in current materials, testing standards, predictive models, or fundamental understanding, such as predicting erosion rates accurately, performance under combined erosion-corrosion conditions, or the behavior of novel materials.
# Call for Research/Development: Consequently, it emphasizes the need for further research, development of new materials/coatings, improved testing protocols, or advanced modeling techniques to better predict and mitigate cavitation erosion.
# Potential Applications: It suggests specific components (e.g., impellers, propellers, valve seats, cylinder liners) or systems that would directly benefit from advancements in cavitation-resistant materials, improving reliability and performance across various sectors.
# \chaptermark{Cavitation Erosion} % optional for veryy long chapter, you can rename what appear in the header
# %% have a mini table of content at the start of the chapter
# {
# \hypersetup{linkcolor=black}
# \minitoc
# }
%cite:@Franc2004265, @Romo201216, @Kumar2024, @Kim200685, @Gao2024, @20221xix, @Usta2023, @Cheng2023, @Zheng2022
Cavitation erosion presents a significant challenge in materials degradation in various industrial sectors, including hydroelectric power, marine propulsion, and nuclear systems, stemming from a complex interaction between fluid dynamics and material response \cite{francCavitationErosion2005, romoCavitationHighvelocitySlurry2012}. Hydrodynamically, the phenomenon initiates with the formation and subsequent violent collapse of vapor bubbles within a liquid, triggered by local pressures dropping to the saturated vapor pressure. These implosions generate intense, localized shockwaves and high-speed microjets that repeatedly impact adjacent solid surfaces \cite{gevariDirectIndirectThermal2020}. From a materials perspective, these impacts induce high stresses (100-1000 MPa) and high strain rates, surpassing material thresholds and leading to damage accumulation via plastic deformation, work hardening, fatigue crack initiation and propagation, and eventual material detachment. Mitigating this requires materials capable of effectively absorbing or resisting this dynamic loading, often under demanding conditions that may also include corrosion.
% Martensitic transformation
Crucially, the cobalt matrix often possesses a low stacking fault energy, facilitating a strain-induced martensitic transformation from a metastable face-centered cubic $\gamma$ phase to a hexagonal close-packed $\epsilon$ phase under the intense loading of cavitation. This transformation is a primary mechanism for dissipating impact energy and enhancing work hardening, contributing significantly to Stellite's characteristic cavitation resistance \cite{huangMicrostructureEvolutionMartensite2023, tawancyFccHcpTransformation1986}.
HIPing is a thermo-mechanical material processing technique which involves the simultaneous application of pressure (up to 200 MPa) and temperature (2000 C), which results in casting densification, porosity closure, and metallurgical bonding. \cite{yuComparisonTriboMechanicalProperties2007}
While commonly applied via casting or weld overlays, processing routes like Hot Isostatic Pressing (HIP) offer potential advantages such as microstructure refinement \cite{stoicaInfluenceHeattreatmentSliding2005} finer microstructures and enhanced fatigue resistance \cite{ahmedInfluenceReHIPingStructure2013, yuComparisonTriboMechanicalProperties2007}.
HIPing of surface coatings results in microstructure refinement, which can yield improved fatigue and fracture resistance.
HIPing leads to carbide refinement, which can yield improved impact toughness \cite{yuInfluenceManufacturingProcess2008}, and reduce carbide brittleness \cite{yuComparisonTriboMechanicalProperties2007}.
Furthermore, HIP facilitates the consolidation of novel 'blended' alloys created from mixed elemental or pre-alloyed powders, providing a pathway to potentially tailor compositions or microstructures for optimized performance. However, despite the prevalence of Stellite alloys and the known influence of processing on microstructure and properties, the specific cavitation erosion behavior of HIP-consolidated Stellites, particularly these blended formulations, remains underexplored in academic literature. Given that erosion mechanisms in Stellites often involve interactions at the carbide-matrix interface \cite{szalaEffectNitrogenIon2021}, understanding how HIP processing and compositional blending affect these interfaces and the matrix's transformative capacity under cavitation, especially when potentially coupled with corrosion, constitutes a critical knowledge gap addressed by this research.
% Need to describe Stellite 1
\section{Stellite 1}
Stellite 1 is a high-carbon and high-tungsten alloy, making it suitable for demanding applications that require hardness & toughness to combat sliding & abrasive wear \cite{crookCobaltbaseAlloysResist1994}
\section{Stellites}
\section{Objectives and Scope of the Research Work}
\section{Thesis Outline}
\section{Literature Survey}
\section{Cavitation Tests}
*** COMMENT Cavitation erosion mechanisms based on erosion particles
*** Charpy impact energy
| | Macrohardness | Microhardness | Charpy Impact Energy |
| | HV, 294N | HV 2.94N | J |
| Cast Stellite 20 | 653.4 pm 18.7 | 759 pm 98 | 1.36 pm 0 |
| HIPed Stellite 20 | 675 pm 17.2 | 704 pm 15 | |
** Results and Analysis
*** Microstructure and Phase Analysis
**** General Microstructure of Cast Alloys :ignore_heading:
# Stellite 4: Features a hypoeutectic microstructure consisting of Co-rich dendrites, a Cr-rich eutectic phase, and W-rich carbides.
# Stellite 6: Also has a hypoeutectic microstructure with Co-rich dendrites set in a lamellar eutectic of Cr-rich and W-rich carbides. The relatively large carbides suggest a slow cooling rate during casting.
# Stellite 20: Possesses a hypereutectic microstructure, characterized by large, primary blocky (idiomorphic) Cr-rich carbides surrounded by a dendritic CoCrW solid solution and eutectic phases.
Cast Stellite 1 has a hypereutectic structure consisting of M7C3 primary carbides, M6C eutectic carbides, and matrix. HIPed Stellite 1 show the same phases but with much finer structure, with fine carbides uniformly distributed in the matrix.
The different variants of the S1 alloy show a similar content of carbides of type M7C3 with 2224 vol.-%. However, the M6C content of the HIP variant at 15.8 vol.-% is almost twice as high as that of the cast or welded variant. Accordingly, the total carbide content of the S1 alloys investigated varies between 29.3 and 37.5 vol.-%.
*** Microstructure and Phase Analysis
# Stellite 4
The microstructures of the gas atomised powder particles, cast and HIPed alloys are shown in Fig. 2.
The possible phases in the powders were identified via XRD as α-Co (F.C.C.), Cr, Cr23C6, Co6W6C, Co3W, and Co7W6. Fig. 2b shows the hypoeutectic microstructure of the cast alloy, which consists of Co-rich dendrites (dark region), Cr-rich eutectic phase (grey phase), and W-rich carbide (bright phase).
# Image Analysis
Table II presents the image analysis results of the area fractions of various phases in the cast and HIPed structures.
The XRD analysis revealed that α-Co was the primary phase in the Co-rich solid solution, whilst tungsten was also present in the solid solution, which strengthened it by forming the inter-metallic compounds Co3W and Co7W6.
The Cr-rich eutectic phase was unlikely to be pure Cr23C6 carbide as identified via the XRD analysis, because the relatively lower carbon content (0.9wt.%) of the alloy could not lead to such high area fraction (27.7%) of carbides.
This phase could be a mixture of Cr23C6 carbides and CoCrW solid solution, as the EDS analysis showed that it consisted of small proportions of Co and W, besides Cr and C. The bright phase was identified as W-rich carbide, Co6W6C. The microstructure of the HIPed alloy (Fig. 2c) consisted of three types of phases, which were uniformly distributed in the matrix (dark region, with an area fraction of 65.8%). The EDS analysis revealed that the light grey phase contained around 35% Co, 28% Cr, and 37% W (in wt.%), indicating that this phase was also CoCrW solid solution, which differed from the matrix phase in terms of its tungsten content. The dark grey phase was Cr-rich carbide with an approximate composition of (Co0.22Cr0.70W0.08)23C6. The bright phase was identified as W-rich carbide. The XRD analysis indicated that the possible phases in the HIPed alloy were α-Co, Cr7C3, Cr23C6, Co6W6C, Co3W, and Co7W6. Most of these phases were inherited from the powders, except for the Cr7C3, indicating that it was formed during the HIPing process.
In comparison to the cast alloy, the microstructure of the HIPed alloy was not only finer, but also had discrete carbides, instead of the interconnected three-dimensional eutectic net observed in the cast structure.
The difference in the microstructure can have a significant influence on the tribo-mechanical properties. As discussed later, the impact toughness and fatigue resistance, which involved failure mechanisms that were dependent upon crack propagation, benefited from the absence of a three-dimensional eutectic net in the HIPed alloy. However, there was a trade-off between these improvements, and the wear resistance of the HIPed alloy, as the difference in carbide morphology caused changes in the wear mechanisms.
# Stellite 6
Figures 2 and 3 provide the SEM and XRD comparison of the cast and HIPed alloys. Figure 2 a shows the SEM of the dendritic microstructure on the spherical surface of the gas-atomized powder. Figure 2 b and 2 c show the hypoeutectic microstructure of the cast alloy, which consists of Cr-rich carbides dark phase , W-rich carbides bright phase , and the Co-rich dendritic matrix gray region . Figure 2 d shows the SEM observation of the HIPed alloy, with finer carbides dark phase uniformly distributed in a Co-rich matrix gray region . The image analysis results of the area fractions of various phases are presented in Table 2. Previously reported 20 image analysis results for Stellite 20 alloys are also presented in this table to aid the discussion.
The cast CoCr28W alloy had a hypoeutectic microstructure Figs. 2 b and 2 c , which consists of Corich dendrites gray region , set in lamellar eutectic Cr-rich dark phase and W-rich bright phase carbides. The Cr-rich eutectic carbide had a composition of Cr0.71Co0.25W0.03Fe0.005 7C3, as approximated by the EDS analysis. The XRD analysis Fig. 3 c revealed that the carbides were Cr7C3 and Co6W6C, while -Co fcc was the primary phase in the solid solution, together with the intermetallic compounds, Co3W and Co7W6.
This dendritic microstructure is typical of the cast CoCr28W alloy in which the carbide and grain size can be controlled by the rate of cooling. Within the family of cast cobalt-based alloys, the relatively large carbide size seen in the cast microstructure indicated slow freezing during the casting process. The microstructure of cast Stellite 6 alloys was a topic of research for a number of investigations and further details of the influence of the cooling rate on the grain size of cast cobalt-based alloys can be appreciated elsewhere 13 . The scope of the discussion here is therefore its microstructural comparison with the HIPed counterpart in terms of understanding the structure-property relationships during tribomechanical performance. The HIPed alloy had a much finer microstructure Fig. 2 d with Cr-rich carbides dark phase uniformly distributed in the matrix.
The typical carbide size was 1 3 m, which was much finer than the cast counterpart. There was no bright W-rich phase observed in the HIPed microstructure, which could be attributed to the fast solidification in the powder manufacturing process, restricting the segregation of W-rich zones. Subsequently during HIPing of the powder, tungsten remained evenly distributed throughout the alloy because its large atomic radius hinders diffusion. This evolution of the HIPed microstructure was therefore fundamentally different from the dendritic microstructure of the cast alloy, which was caused by the rejection of elemental species in the melt during the crystal growth of Co-rich dendrites. Hence above the liquidus line of this complex Co alloy, elemental species were free to arrange themselves depending on the thermal kinetics of the mold without any dependency on diffusion, and hence a truly three-dimensional network of carbides was formed. Contrary to this, in the case of HIPed microstructure, the primary dendrites formed on the alloy powder Fig. 2 a , and the carbides in the powder particles Fig. 3 a promoted carbide growth due to the diffusion of carbon and other elemental species within and across the individual powder particle boundaries.
As this diffusion process is time, temperature, and pressure dependent during HIPing, and the HIPing temperature 1200° C in this investigation was lower than the melting point of the powder, carbide growth was sluggish when compared with casting. Hence the size of individual carbide particles was much smaller than the cast counterpart.
Although not reported in Sec. 3, authors also found that re-HIPing the HIPed alloy under similar conditions as were reported earlier in Sec. 2.1 did not substantially increase the average carbide size, indicating that carbide growth was more dependent on temperature than time during the HIPing process. The XRD analysis Fig. 3 b revealed that the possible phases in the HIPed alloy were Cr7C3, -Co, Co3W, and Co7W6, which were similar to those in the cast alloy, except the absence of Co6W6C. The intermetallic compound, Co7W6, was not identified in the atomized powder, indicating that it was formed during the HIPing process. The pure Cr phase in the powder, which formed due to the rapid solidification, was not identified in the HIPed alloy, indicating that it either combined with the cobalt matrix, or formed carbides. The image analysis Table 2 showed that the cast alloy had an approximate total carbide fraction of 15.5%, which was slightly less than that of the HIPed alloy 17.9%.
These values indicated on average a 63% reduction in the carbide content when compared with the Stellite 20 alloy, which can be attributed to the lower carbon and tungsten content in the Stellite 6 alloys. These differences in the microstructure, carbide content, and morphology had a significant influence on the tribomechanical performance, as discussed in the following sections.
# Stellite 20
4.1 Microstructure. The microstructure of cobalt-based Stellite alloys has been the topic of research for almost a century and a number of investigations have discussed their microstructure on the basis of alloy composition and processing route 4,5,1017 . However, comparative analysis of the microstructure of these alloys is scarce in the published literature. The aim of the discussion here is therefore to highlight the differences in the microstructure of the two alloys, with a view to underpin the understanding of structureproperty and tribo-mechanical behavior. The cast alloy had a hypereutectic microstructure, which was typical of cobalt-based alloys of this composition. The primary idiomorphic carbide was Cr-rich M7C3, with a composition of Cr0.75Co0.20W0.05 7C3, as approximated by the EDS analysis. These are rod like carbides, a section of which can be seen as the dark blocky carbide in Fig. 2 b . It was surrounded by the dendritic CoCrW solid solution grey region . The final phases to solidify were the lamellar eutectic phases containing both the Crrich dark and W-rich light carbides. The three-phase area shown in Fig. 2 b indicates the simultaneous occurrence of both primary carbides and CoCrW dendrites in the microstructure. The XRD analysis Fig. 3 b revealed that the carbides were Cr7C3, Cr23C6, and Co6W6C, while the primary phase in the solid solution was -cobalt fcc , together with the intermetallic compounds, Co3W and Co7W6. Hence, in the cast alloy, there were three kinds of carbides, i.e., the relatively large blocky Cr-rich carbides, the interconnected three-dimensional W-rich eutectic carbides, and the relatively smaller Cr-rich eutectic carbides, which coexisted in the microstructure. The HIPed alloy had a finer microstructure Fig. 2 c with Cr-rich dark and W-rich light carbides uniformly distributed in the matrix. These carbides were typically 2 m in size and much finer than the large blocky carbides observed in the cast alloy. Despite different microstructure, the possible phases identified in the HIPed alloy were similar to those in the cast alloy Fig. 3 . These phases seemed to be inherited from the atomized powders, except for the replacement of Co3W3C by Co6W6C. The pure chromium phase identified in the powder, which formed due to the rapid solidification from the molten state during the atomization process, was not identified in the HIPed alloy. This indicated that it either was combined with cobalt, or formed carbides, and no longer existed as a pure phase after the HIPing process. The total volume fraction of carbides Table 2 was nearly 50% in the HIPed alloy, which were uniformly distributed in the metal matrix Fig. 2 c . The differences in the carbide morphology of both alloys can have a significant influence on their tribomechanical properties. In terms of the structureproperty relationships, as discussed in later sections, the failure mechanisms, which were very much dependent upon crack propagation, e.g., impact and fatigue strength, therefore benefitted significantly from the absence of a three-dimensional eutectic net in the HIPed alloy. However, there was a tradeoff between the improved impact strength and relatively lower wear resistance due to smaller carbides in the HIPed alloy, because of the changes in the wear mechanisms during the abrasive and sliding wear of the two alloys. The image analysis Table 2 indicated that despite similar volume fractions of Cr-rich carbides in both alloys, the approximate W-rich carbides content in the HIPed alloy 24.7% was more than that in the cast alloy 18.1% . In view of the higher carbide content, one might expect superior abrasive and sliding wear performance of the HIPed alloy. However, as discussed later, the changes in the wear mechanisms due to the relatively smaller size of carbides observed in the HIPed microstructure, did not provide significant abrasive wear improvement over the cast counterpart.
*** Electrochemical corrosion tests
**** Open circuit potential measurement
# Sadly, not that many papers talk about OCP, unless they're weird and do a pin on disc test that keeps measuring OCP.
These two below do a great job of
# \cite{rosalbinoCorrosionBehaviourAssessment2013}
# ogunlakinMicrostructuralElectrochemicalCorrosion2025
# Slide in with why, and give the result.
Open circuit potential measurements observe the unaltered corroding potential in the absense of any applied external voltage/current, with passivating alloys expected to reach a steady state potential \cite{rosalbinoCorrosionBehaviourAssessment2013, ogunlakinMicrostructuralElectrochemicalCorrosion2025}, in order to establish an equilibrium condition from which to perform further electrochemical tests. As seen in Fig <>, the HIPed Stellite 1 initially shows an OCP of <> mV (SCE) which increases to more noble potentials, reaching <> mV (SCE) after 24 hours, while the cast Stellite 1 specimen shows an initial OCP of <> mV (SCE) which increases to <> mV (SCE) after the same exposure duration.
# Brief analysis
Although both HIPed and cast specimens are observed to have OCPs drift towards less negative potentials, which is indicative of the formation of a passivative oxide film, the HIPed alloy consistently shows higher OCP values, suggesting a greater thermodynamic inclination for oxide film formation and better corrosion protection in 3.5% NaCl solution.
*** Strain hardening
# The present paper is a contribution to this subject. It presents a model of prediction of the erosion damage applicable to ductile materials only. Other limitations of the model will be pointed out along the presentation. The originality of this work lies in the fact that the proposed model is fully predictive and involves no parameters to be adjusted on the basis of experimental data. It is based upon the original work of Karimi and Leo @5#.
# Interesting tidbit? Maybe not actually something to include
# comparable to that obtained in conventional peening \cite{swietlickiEffectsShotPeening2022},
Cavitation bubble collapses cause significant plastic deformation and strain-induced work hardening in the near-surface of ductile materials, characterizized by the thickness of the hardened layers and the shape of the strain profile below the surface \cite{berchicheCavitationErosionModel2002}.
In cobalt-based alloys, work hardening is primarily attributable to a strain-induced martensitic phase transformaion from the metastable $\gamma-Co$ phase to the harder $\epsilon-Co$ phase. Woodford's investigations on the $\gamma$\textrrightarrow$\epsilon$ transformation on the surface of cobalt-base alloys during cavitation erosion, the transformed layer was found to extend to a depth of 25 to 50 \um through XRD analysis \cite{woodfordCavitationerosionlnducedPhaseTransformations1972}, with the percentage of transformation remaining constant with cavitation erosion.
# Cavitation bubble collapse induce a work hardening of the ductile material's surface, characterized by the thickness of the hardened layers and the shape of the strain profile below the surface.
# \cite{berchicheCavitationErosionModel2002}
This analysis was first proposed by Karimi & Leo in 1987 \cite{karimiPhenomenologicalModelCavitation1987} and adapted by Berniche et al in 2002 \cite{berchicheCavitationErosionModela}, and Franc \cite{francIncubationTimeCavitation2009} in 2009.
The strain profile within the material can usually be modeled by the following power law:
\begin{equation}
\epsilon\left(x\right) = \epsilon_s {\left( 1 - \frac{x}{L} \right)}^{\theta}
\end{equation}
where $\epsilon\left(x\right)$ is the strain at depth $x$ from the eroded surface, $\epsilon_s$ is the failure rupture strain on the eroded surface, $L$ is the thickness of the hardened layer, $\theta$ is the shape factor of the power law. The parameters $L$ and $\theta$ are determined from the microhardness measurements on cross sections of the cavitation affected region.
# Tensile tests done by Rehan, in order to give us K and n
# \cite{ahmedMappingMechanicalProperties2023}
# The tensile tests were carried out on an Instron tensometer following the BS EN 10,002 standard [29]. The dumbbell-shaped specimens, with 25 mm gauge length and 4 mm diameter, were used in this investigation. The tests were conducted at 0.05 mm/min, equalling a strain rate of 0.000033 s1. Three tests were conducted on each alloy. The fracture sections were examined via SEM.
The strain hardening effect after erosion tests was calculated from the following formula:
\begin{equation}
\Delta{}HV = \dfrac{{HV}_{x} - {HV}_{0}}{{HV}_{0}} \cdot 100 \%
\end{equation}
where ${HV}_{x}$ is the hardness at a distance below the cavitation crater, while HV_0 is the initial hardness.
# After each cycle, the thickness of the hardened layer $L$ and the surface strain $\epsilon_s$ will increase continuously until damage is initiated at the surface ($\epsilon_s$ reaches the failure rupture strain $\epsilon_R$), at which point the strain profile is in steady-state.
# \begin{equation}
# \epsilon_R = \epsilon_{mean} {\left( 1 - \frac{\Delta L }{L+ \Delta L} \right)}^{\theta}
# \end{equation}
# Let's talk more about Woodford
**** Data for strain hardening :ignore:
#+CAPTION: Microhardness HV_0.01 of Al0.1CoCrFeNi HEA \cite{nairExceptionallyHighCavitation2018a}
| x | y |
| 15.025380710659899 | 339.3103448275862 |
| 29.949238578680202 | 277.2413793103448 |
| 44.87309644670051 | 212.0689655172414 |
| 59.974619289340104 | 230.34482758620692 |
| 74.89847715736042 | 203.10344827586206 |
| 89.82233502538071 | 203.44827586206895 |
| 104.74619289340102 | 195.86206896551724 |
| 120.0253807106599 | 195.86206896551724 |
| 135.12690355329948 | 187.58620689655174 |
| 150.2284263959391 | 155.86206896551724 |
| 164.9746192893401 | 153.10344827586206 |
#+CAPTION: Microhardness HV_0.01 of 316LSS \cite{nairExceptionallyHighCavitation2018a}
| x | y |
| 14.847715736040609 | 288.62068965517244 |
| 29.77157360406091 | 251.72413793103448 |
| 45.0507614213198 | 240 |
| 59.974619289340104 | 219.31034482758622 |
| 74.89847715736042 | 227.24137931034483 |
| 89.82233502538071 | 228.9655172413793 |
| 104.9238578680203 | 221.72413793103448 |
| 120.0253807106599 | 218.27586206896552 |
| 135.48223350253807 | 224.82758620689657 |
| 149.87309644670052 | 225.86206896551727 |
| 165.1522842639594 | 224.48275862068965 |
** Discussion
# \chapter{Discussion}
# \chapter{Cavitation Erosion}
\section{Experimental Test Procedure}
\subsection{Hardness Tests}
\subsection{Cavitation}
\section{Relationships between cavitation erosion resistance and mechanical properties}
\section{Influence of vibratory amplitude}
% Insert the whole spiel by that French dude about displacement and pressure (and then ruin it)
The pressure of the solution depends on the amplitude of the vibratory tip attached to the ultrasonic device. Under simple assumptions, kinetic energy of cavitation is proportional to the square of the amplitude and maximum hammer pressure is proportional to A.
\begin{align}
x &= A sin(2 \pi f t) \\
v &= \frac{dx}{dt} = 2 \pi f A sin(2 \pi f t) \\
v_{max} &= 2 \pi f A \\
v_{mean} &= \frac{1}{\pi} \int^\pi_0 A sin(2 \pi f t) = 4 f A \\
\end{align}
However, several researchers have found that erosion rates are not proportional to the second power of amplitude, but instead a smaller number.
Thiruvengadum \cite{thiruvengadamTheoryErosion1967} and Hobbs find that erosion rates are proportional to the 1.8 and 1.5 power of peak-to-peak amplitude.
Tomlinson et al find that erosion rate is linearly proportional to peak-to-peak amplitude in copper [3].
Maximum erosion rate is approximately proportional to the 1.5 power of p-p amplitude [4].
The propagation of ultrasonic waves may result in thermal energy absorption or into chemical energy, resulting in reduced power. For the purposes of converting data from studies that do not use an amplitude of 50um, a exponent factor of 1.5 has been applied.
*** Correlative empirical methods
Empirical methods are common for addressing complex cavitation erosion, involving lab tests to correlate cavitation erosion resistance with mechanical properties.
**** Karimi and Leo
The Karimi and Leo phenomenological model describes cavitation erosion rate as a function of
Karimi and Leo
**** Noskievic
Noskievic formulated a mathematical relaxation model for the dynamics of the cavitation erosion using a differential equation applied to forced oscillations with damping:
\begin{equation}
\frac{\mathrm{d}^2 v }{\mathrm{d}t^2} + 2 \alpha \frac{\mathrm{d} v }{\mathrm{d}t} + \beta^2 v = I
\end{equation}
where $I$ is erosion intensity, which can vary linearly with time, $v = \frac{\mathrm{d} v }{\mathrm{d}t}$ is erosion rate, $\alpha$ is strain hardening or internal friction of material during plastic deformation, and $\beta$ is coefficient inversely proportional to material strength. The general solution of equation can be written as:
#+BEGIN_EXPORT latex
\begin{equation}
v = a f_0 \left( \delta, \tau \right) + b f_1 \left( \delta, \tau \right)
\end{equation}
\begin{equation}
f_0\left(\ \delta,\tau \right) = \left\{ \begin{array}{@{}lr@{}}
1 - \mathrm{exp}{ \left( - \delta \tau \right) } \left[ \dfrac{\delta}{\omega} \mathrm{sin} \left(\omega \tau\right) + \mathrm{cos}{\left( \omega \tau \right)} \right]
& \text{if } -1 < \delta < 1; \delta \neq 0 \\
1 - \dfrac{1}{ {{\delta_0}^2} - 1} \left[ \delta_0^2 \mathrm{exp}{\left( -\dfrac{\tau}{\delta_0}}\right) - \mathrm{exp}{\left(- \delta_0 \tau\right)} \right]
& \text{if } \delta > 1 \\
1 - \mathrm{cos}{\left( \tau \right)}
& \text{if } \delta = 0 \\
1 - \left(1 + \tau \right) \mathrm{exp} \left( - \tau \right)
& \text{if } \delta = 1
\end{array} \right\} \\
\end{equation}
\begin{equation}
f_1\left(\ \delta,\tau \right) = \left\{ \begin{array}{@{}lr@{}}
1 - \dfrac{2\delta}{\tau} \left[ 1 - {\mathrm{exp}\left(-\delta \tau\right)} {\left[ {\mathrm{cos} \omega \tau} + {\epsilon \mathrm{sin} \omega \tau} \right]} \right]
& \text{if } -1 < \delta < 1; \delta \neq 0 \\
1 - \dfrac{1}{\tau} \left( 2 \delta - \dfrac{1}{\delta_0 \left( \delta_0^2 - 1 \right)} \left[\mathrm{exp}{\left( -\delta_0 \tau \right) - \delta^4 \mathrm{exp}{\left( \dfrac{-\tau}{\delta_0} \right)} \right] \right)
& \text{if } \delta > 1 \\
1 - \dfrac{ \mathrm{sin}{\left( \tau \right)} }{\tau}
& \text{if } \delta = 0 \\
1 - \dfrac{2 \left[ 1 - \mathrm{exp}\left(-\tau\right) \right]}{\tau} + \mathrm{exp} \left( - \tau \right)
& \text{if } \delta = 1
\end{array} \right\}
\end{equation}
\begin{equation}
\delta = \dfrac{\alpha}{\beta},\quad
\tau = \beta t,\quad
\epsilon = \dfrac{\delta^2 - 0.5}{\delta \sqrt{ 1 - \delta^2 } },\quad
\omega = \sqrt{1 - \delta^2},\quad
\delta_0 = \delta + \sqrt{ \delta^2 - 1 }
\end{equation}
#+END_EXPORT
***** Noskievic python function :noexport:ignore:
#+NAME: noskievic
#+BEGIN_SRC python :exec no :exports none
def noskievic(t, alpha, beta, a, b):
"""
Calculates the erosion rate (v) based on Noskievic's relaxation model.
This model describes the dynamics of cavitation erosion using a differential
equation applied to forced oscillations with damping. The general solution
for the erosion rate (v) is given by:
v = a * f0(delta, tau) + b * f1(delta, tau)
where delta = alpha / beta and tau = beta * t. The functions f0 and f1
have different forms depending on the value of delta.
Args:
t (float): Time.
alpha (float): Material parameter representing strain hardening or
internal friction of the material during plastic
deformation (α).
beta (float): Material parameter, a coefficient inversely proportional
to material strength (β).
a (float): Coefficient for the f0 component in the general solution.
b (float): Coefficient for the f1 component in the general solution.
Returns:
float: The calculated erosion rate (v) at the given time t.
Notes:
The intermediate parameters used in the model are:
- delta (δ) = alpha / beta
- tau (τ) = beta * t
- omega (ω) = sqrt(1 - delta^2) (for -1 < delta < 1, delta != 0)
- delta_0 (δ₀) = delta + sqrt(delta^2 - 1) (for delta > 1)
- epsilon (ε) = (delta^2 - 0.5) / (delta * sqrt(1 - delta^2)) (for -1 < delta < 1, delta != 0)
The functions f0(delta, tau) and f1(delta, tau) are piecewise
functions dependent on the value of delta:
- Case 1: -1 < delta < 1 and delta != 0
- Case 2: delta > 1
- Case 3: delta = 0
- Case 4: delta = 1
This implementation should handle these cases internally to compute
f0 and f1 correctly.
"""
import numpy as np
d = alpha/beta
tau = beta*t
if np.isclose(d,0.0):
print("d=0")
f0 = 1 - np.cos(tau)
f1 = 1 - ((np.sin(tau))/(tau))
elif np.isclose(d,1.0):
print("d=1")
f0 = 1 - (1 + tau)*np.exp(-tau)
f1 = 1 - 2*((1 - np.exp(-tau))/(tau)) + np.exp(-tau)
elif -1 < d and d < 1:
e = (d**2 - 0.5)/(d*np.sqrt(1 - d**2))
w = np.sqrt(1 - d**2)
f0 = 1 - np.exp(-d*tau)*((d/w)*np.sin(w*tau) + np.cos(w*tau))
f1 = 1 - ((2*d)/(tau))*(1 - np.exp(-d*tau)*( np.cos(w*tau) + e*np.sin(w*tau) ))
elif d > 1:
d_0 = d + np.sqrt(d**2 - 1)
f0 = 1 - (1/(d_0**2 - 1))*(d_0**2 * np.exp(-tau/d_0) - np.exp(-d_0 * tau))
f1 = 1 - (1/tau)*(2*d - (1/(d_0*(d_0**2-1)))*( np.exp(-d_0*tau) - d**4*np.exp(-tau/d_0) ) )
else:
raise ValueError("d is not within bounds")
return a*f0 + b*f1
#+END_SRC
**** Hoff and Langbein equation
Hoff and Langbein proposed a simple exponential function for the rate of erosion, representing the normalized erosion rate requiring only the
A simple exponential function for the rate of erosion was proposed by Hoff and Langbein,
$$ \frac{ \dot{e} }{ \dot{e_{max}} } = 1 - e^{\frac{-t_i}{t}} $$
$\dot{e}$ - erosion rate at any time t
$\dot{e_{max}}$ - Maximum of peak erosion rate
$t_i$ - incubation period (intercept on time axis extended from linear potion of erosion-time curve)
$t$ - exposure time
**** L Sitnik model
$$ V = V_o {\left[ ln\left( \frac{t}{t_o} + 1 \right) \right]} ^ {\beta} $$
$$ \dot{V} = \frac{\beta V_o}{t + t_o} {\left[ ln \left( \frac{t}{t_o} + 1 \right) \right]}^{\beta - 1}$$
V_o > 0
t_o > 0
\beta >= 1
** Conclusions
* Weird hanger-ons
** Erosion particles
https://www.sciencedirect.com/science/article/pii/S0264127525003065
Experimental investigation of cavitation erosion-induced surface damage and particle shedding from PTFE
Is for PTFE, but the depth of analysis is excellent
** Reasons for why CE is less in seawater
https://www.sciencedirect.com/science/article/pii/S0043164825000614
** Residual Stress and why it's important
There is a direct relationship between the cavitation intensity and
changes in the residual surface stresses: the higher the level of the cavita-
tion intensity the faster is the build-up of compressive residual stress.
However, the maximum value of the cavitation-induced stresses does not
depend on the intensity of cavitation. After a sufficiently long attack time
the same maximum value is reached, even at points of lowest cavitation
intensity.
The reduction in compressive residual stress which can be observed
after a long cavitation time is due to the plasticity being exhausted and the
related formation of microcracks.
During the initial phase of the attack, up to the time the limiting stress
value is reached, the local variation in cavitation intensity may be very
clearly seen in the stress distribution in the surface. Based on the residual
stress distribution, it can be ascertained at which point there is a minimum
or maximum cavitation intensity and where the removal of the material
initially takes place. X-ray residual stress analysis can therefore be valuable
for the early detection of cavitation processecs
** Why HIP is better than cast
# https://www.sciencedirect.com/science/article/pii/S0921509315306481?via%3Dihub#bib33
The microstructure in the Stellite alloys produced by using casting method consisted of the dendrites formed by the Co solid solution and the eutectic carbide phases between these dendrites. The carbides were in the form of continuous films surrounding the grains and had a large size [5], [15], [25], [26], [33]. In the alloys produced by casting, this shape, size, and distribution style of the carbides decreased ductility and fatigue strength of the material [34]. In the present study, it was observed in the material produced by using PIM that the non-interconnected carbides with the block morphology had a homogenous distribution on the grain boundaries throughout the microstructure instead of large size eutectic carbides surrounding the dendrites. Various studies have reported that the carbides exhibited such a distribution in the Stellite alloys produced by using HIP and they had a spherical-like form [5], [15], [25]. The morphology of the carbide precipitates in superalloys has significant effects on the properties of alloys. The fact that carbide precipitates at the grain boundaries in the form of a continuous film sets a ground for the formation of cracks and decreases significantly the impact and rupture properties of the alloy. Since the formation of precipitates that are large and independent from each other (discrete) at the grain boundaries, instead of a continuous film, prevents dramatically the grain boundary sliding, it is useful [23], [35]. Additional heat treatments are needed in Co alloys produced by casting in order to obtain a more homogenous structure by dissolving the large carbide network and thus to improve the mechanical properties [34]. Taking into account these explanations and in contrast to the Stellite alloys produced by casting, it is also expected for the PIM method, which provides the acquiring of materials containing carbides exhibiting finer and more homogenous distribution without needing additional heat treatments, to provide more superior mechanical properties.
** Equiaxed grains - why HIP is better than cast
# https://www.sciencedirect.com/science/article/pii/S0921509315306481?via%3Dihub#bib20
Numerous previous studies have reported that the materials produced by using PIM consist of equiaxed grains as in this study [18], [19], [20], [21]. The controlling of the grain size is very significant to develop and sustain the physical and mechanical properties among the materials.
In this study, the superior properties such as homogenous microstructure, fine and equiaxed grains easily obtained by using PIM technique without needing any precaution were rather difficult to be obtained by using casting method.
** Describing SEM images (light gray, dark, light)
# https://www.sciencedirect.com/science/article/pii/S0921509315306481?via%3Dihub#bib29
It can be seen from the SEM images in Fig. 8 that the microstructure included light colored and dark colored phases although no etching process was performed. In the previous studies conducted concerning Stellite alloys, it is reported that the Co matrix in the microstructure was light gray and the carbides rich in Cr were dark gray [3], [5], [15], [26], [29]. It is indicated that W element also forms carbides in Co based superalloys and the carbides formed by W were of a brilliant white color in the microstructure [26]. Based on these explanations, it can be asserted that the dark precipitates homogenously distributed in the microstructure in the SEM images of the samples taken without etching them in this study were the carbides formed by Cr.
** Stellite 1
** Parametric studies on Stellite
Accelerated discovery of composition-carbide-hardness linkage of Stellite alloys assisted by image recognition
https://doi.org/10.1016/j.scriptamat.2023.115539
Abstract
Stellite alloys are widely utilized in the aerospace industry due to their excellent hardness and high wear resistance. Optimal properties are predominantly achieved through engineering desired microstructures in terms of type, size, shape, and spatial distribution of carbides within the Co-Cr matrix through alloying. However, a quantitative linkage among composition, carbide, and hardness (CCH) is still lacking. Herein, we attempt to tailor the essential reinforcement elements, Mo and C, to obtain different Stellite alloys using powder metallurgy (PM). With the help of image recognition technology, microstructures of alloys (including the type and content of carbides, as well as the content of defects.) were quantitatively analyzed. Besides, mathematical algorithms based on Analysis of Variance (ANOVA) and Desirability Functional Analysis (DFA) were developed to establish the models for the quantification of CCH. Specifically, the regression equations provide the quantitative relationship between elements (Mo and C), two primary carbides (M7C3 (M=Metal) and M23C6), and the hardness. We believe this quantitative work assisted by image recognition would be beneficial for the development of Stellite alloys and could shed light on the CCH relationship of other cemented carbides alloys.
Link between Composition/Carbide/Hardness
In general, the chemical composition of Stellite alloys determines the type and content of carbide thus the related mechanical properties. Therefore, the linkage between composition, carbide, and hardness characteristics (CCH) has always been a focus of substantial Stellite alloy studies [3,4,[7], [11], [12], [13], [14]].
Besides, we used the Thermo-Calc software [26] and TCHEA5 thermodynamic database [27] to calculate the phase fraction of each sample at different temperatures as shown in the Fig. S5. The thermodynamic calculation well verified that there is no M23C6 carbide in the S3 sample. What's more, as shown in the following Table 5, we listed the phase fraction and temperature which are closest to the experimental results according to the CALPHAD results.
* Data Tables
** phase_volume_fraction
#+NAME: phase_volume_fraction
| Manufacture | Stellite | Co-rich matrix | Cr-rich carbide | W/Mo-rich carbide | Citations |
|-------------+--------------+----------------+-----------------+-------------------+---------------------------------------------|
| HIPed | 1 | 59.2 | 27.5 | 13.3 | ahmedInfluenceAlloyComposition2025 |
| PTA | 12 | 58.8 | 35.6 | 5.6 | motallebzadehSlidingWearCharacteristics2015 |
| HIPed | 19 | 62.6 | 37.4 | 0 | fioreMicrostructuralEffectsAbrasive1978 |
| HIPed | 20 | 51.1 | 24.2 | 24.7 | ahmedSlidingWearBlended2021a |
| Cast | 20 | 57.4 | 24.5 | 18.1 | yuInfluenceManufacturingProcess2008 |
| HIPed | 20 | 51.1 | 24.2 | 24.7 | yuInfluenceManufacturingProcess2008 |
| HIPed | 21 | 93.3 | 5.1 | 1.7 | ahmedInfluenceAlloyComposition2025 |
| cast | 21 | 95 | 0 | 5 | ahmedStructurePropertyRelationships2014 |
| HIPed | 21 | 93.3 | 5.1 | 1.7 | ahmedStructurePropertyRelationships2014 |
| Cast | 3 | 66.52 | 27.83 | 5.65 | liuMicrostructuresHardnessWear2015 |
| Cast | 3 | 61.69 | 27.22 | 11.09 | liuSlidingWearSolidparticle2015 |
| HIPed | 3 | 44.8 | 46.3 | 8.9 | fioreMicrostructuralEffectsAbrasive1978 |
| Cast | 300 | 49.54 | 9.98 | 40.48 | liuSlidingWearSolidparticle2015 |
| HIPed | 50% 1 50% 21 | 82.2 | 9.0 | 8.9 | ahmedInfluenceAlloyComposition2025 |
| HIPed | 50% 6 50% 20 | 66.1 | 22.1 | 11.2 | ahmedSlidingWearBlended2021a |
| Cast | 6 | 83.11 | 15.57 | 1.32 | liuMicrostructuresHardnessWear2015 |
| Cast | 6 | 79.03 | 15.62 | 5.35 | liuSlidingWearSolidparticle2015 |
| HIPed | 6 | 66.2 | 33.8 | 0 | fioreMicrostructuralEffectsAbrasive1978 |
| HIPed | 6 | 82.1 | 17.9 | 0 | ahmedSlidingWearBlended2021a |
| Cast | 6 | 84.5 | 14.5 | 1 | yuInfluenceManufacturingProcess2008 |
| HIPed | 6 | 82.1 | 17.9 | 0 | yuInfluenceManufacturingProcess2008 |
| Cast | 6 | 84.5 | 14.5 | 1 | ahmedSingleAsperityNanoscratch2014 |
| re-HIPed | 6 | 85 | 15 | 0 | ahmedSingleAsperityNanoscratch2014 |
| HIPed | 6HC | 60.5 | 39.5 | 0 | fioreMicrostructuralEffectsAbrasive1978 |
| Cast | 706 | 83.45 | 13.91 | 2.64 | liuMicrostructuresHardnessWear2015 |
| Cast | 712 | 70.36 | 24.26 | 5.38 | liuMicrostructuresHardnessWear2015 |
| Cast | 720 | 55.31 | 25.09 | 19.6 | liuMicrostructuresHardnessWear2015 |
| HIPed | 98M2 | 43.4 | 43.6 | 13 | fioreMicrostructuralEffectsAbrasive1978 |
| HIPed | J-Metal | 50.1 | 41.0 | 8.9 | fioreMicrostructuralEffectsAbrasive1978 |
#+begin_src jupyter-python :session py :kernel python3 :var phase_volume_fraction=phase_volume_fraction :colnames no
import pandas as pd
df = pd.DataFrame(
phase_volume_fraction[1:],
columns=phase_volume_fraction[0]
)
#df.sort_values(by=["Stellite"])
print(df)
#+end_src
#+RESULTS:
#+begin_example
Manufacture Stellite Co-rich matrix Cr-rich carbide \
0 HIPed 1 59.20 27.50
1 PTA 12 58.80 35.60
2 HIPed 19 62.60 37.40
3 HIPed 20 51.10 24.20
4 Cast 20 57.40 24.50
5 HIPed 20 51.10 24.20
6 HIPed 21 93.30 5.10
7 cast 21 95.00 0.00
8 HIPed 21 93.30 5.10
9 Cast 3 66.52 27.83
10 Cast 3 61.69 27.22
11 HIPed 3 44.80 46.30
12 Cast 300 49.54 9.98
13 HIPed 50% 1 50% 21 82.20 9.00
14 HIPed 50% 6 50% 20 66.10 22.10
15 Cast 6 83.11 15.57
16 Cast 6 79.03 15.62
17 HIPed 6 66.20 33.80
18 HIPed 6 82.10 17.90
19 Cast 6 84.50 14.50
20 HIPed 6 82.10 17.90
21 Cast 6 84.50 14.50
22 re-HIPed 6 85.00 15.00
23 HIPed 6HC 60.50 39.50
24 Cast 706 83.45 13.91
25 Cast 712 70.36 24.26
26 Cast 720 55.31 25.09
27 HIPed 98M2 43.40 43.60
28 HIPed J-Metal 50.10 41.00
W/Mo-rich carbide Citations
0 13.30 ahmedInfluenceAlloyComposition2025
1 5.60 motallebzadehSlidingWearCharacteristics2015
2 0.00 fioreMicrostructuralEffectsAbrasive1978
3 24.70 ahmedSlidingWearBlended2021a
4 18.10 yuInfluenceManufacturingProcess2008
5 24.70 yuInfluenceManufacturingProcess2008
6 1.70 ahmedInfluenceAlloyComposition2025
7 5.00 ahmedStructurePropertyRelationships2014
8 1.70 ahmedStructurePropertyRelationships2014
9 5.65 liuMicrostructuresHardnessWear2015
10 11.09 liuSlidingWearSolidparticle2015
11 8.90 fioreMicrostructuralEffectsAbrasive1978
12 40.48 liuSlidingWearSolidparticle2015
13 8.90 ahmedInfluenceAlloyComposition2025
14 11.20 ahmedSlidingWearBlended2021a
15 1.32 liuMicrostructuresHardnessWear2015
16 5.35 liuSlidingWearSolidparticle2015
17 0.00 fioreMicrostructuralEffectsAbrasive1978
18 0.00 ahmedSlidingWearBlended2021a
19 1.00 yuInfluenceManufacturingProcess2008
20 0.00 yuInfluenceManufacturingProcess2008
21 1.00 ahmedSingleAsperityNanoscratch2014
22 0.00 ahmedSingleAsperityNanoscratch2014
23 0.00 fioreMicrostructuralEffectsAbrasive1978
24 2.64 liuMicrostructuresHardnessWear2015
25 5.38 liuMicrostructuresHardnessWear2015
26 19.60 liuMicrostructuresHardnessWear2015
27 13.00 fioreMicrostructuralEffectsAbrasive1978
28 8.90 fioreMicrostructuralEffectsAbrasive1978
#+end_example
* COMMENT Appendix :ignore_heading:
#+LaTeX: \appendix
#+LaTeX: \subfile{Appendices/Appendix1}
* COMMENT Publications :ignore_heading:
#+LaTeX: %% add publications in pdf format
#+LaTeX: \clearpage
#+LaTeX: \stepcounter{chapter}
#+LaTeX: \addcontentsline{toc}{chapter}{\thechapter\ \ \ \ Publication 1}
#+LaTeX: \includepdf[pages=-]{Publications/Publication1.pdf}
* Bibliography :ignore_heading:
# using biblatex rather than bibtex to easily have further reading and references
# you need to remove the cache file when adding files to the bibliography
# Log and output files > trash icons in Overleaf
# sorted by citation
#+LaTeX: \label{Bibliography}
#+LaTeX: \printbibliography[title={References}, heading=bibintoc, resetnumbers=true]
# %% sorted by alphabetical order, using author name
# %\begin{refsection}
# %\DeclareFieldFormat{labelnumberwidth}{#1}
# %\nocite{*}
# %\printbibliography[title={Bibliography}, notcategory=cited, omitnumbers=true, heading=bibintoc]
# %\end{refsection}