> For the complete documentation index, see [llms.txt](https://drilling.intelie.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://drilling.intelie.com/physical-models/surge-and-swab/introduction.md).

# Introduction

Surge effects occur when the pipe moves downward with mud circulation through the drill string, additional bottom hole pressure called “surge pressure” is created. If surge pressure is too high, many problems will occur, such as formation breakdown, partial mud loss, and circulation loss. On the other hand, the swabbing effect happens when a drill string, casing string, or logging tool is being pulled out of the hole too fast, due to bigger diameter almost the same hole size, BHA/ bit, casing, or logging tool will possibly swab mud out of the hole, like pulling a small piston of a syringe. For this reason, hydrostatic pressure at the bottom hole will be reduced. Pressure reduction created by this situation is called “swab pressure”. If swab pressure is too much, kick (wellbore influx) may occur in the hole and well control must be conducted in order to secure the well.

Summary:

* Surge and Swab calculations/tripping speeds
* Triggers the model only during a drill pipe/casing movement and without flow rate
* Uses real-time drill string/casing velocity, bit depth, and fluid properties
* Uses the wellbore and drill string geometry
* Calculates with different flow regimes and Rheological Models:
  * Power-Law, Newton, Bingham
* Easier to add new models
* Triggers alarms when the Surge and Swab Calculations or tripping speeds are exceeding the operating window (New).
* Able to calculate open and close-ended.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://drilling.intelie.com/physical-models/surge-and-swab/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
