> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Before We Begin: HEX 2

export const YouTubeVideo = ({src, title, caption}) => {
  return <Frame caption={caption}>
      <iframe className="w-full aspect-video rounded-xl" src={`https://www.youtube.com/embed/${src}`} title={title} allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen></iframe>
    </Frame>;
};

<YouTubeVideo src="BYdU3saP_pc" />

<Accordion title="Transcript">
  This is the second of three courses in our heat exchanger learning pack that take you through creating a heat exchanger from conceptual design to the final part.

  In this course, we will understand how to design baffles to prevent fluids from mixing and lengthen the fluid flow path to the core. Get familiar with the key considerations for designing plenums to evenly distribute flow, and learn basic meshing techniques to export a heat exchanger.
</Accordion>

In this course, we will:

* Understand how to **design baffles** to prevent fluids from mixing and lengthen the fluid flow path to the core
* Get familiar with the **key considerations**for designing plenums to evenly distribute the flow
* Learn basic **meshing techniques**to export a heat exchanger
