# Wake

The APM Solver has several options for controlling the wake. The `wake_alignement` option in the **.conf** file controls the alignment of the wake with respect to the trailing edge.&#x20;

* By default the `wake_alignement` option is set to 0.  The wake will be aligned with the freestream velocity vector at the trailing edge.
* If the `wake_alignement` option is set to 1 the wake will be aligned with the average trailing edge bisector. The average trailing edge bisector is calculated from the normal vectors of the trailing edge elements.
* If the `wake_alignement` option is set to 2 the wake will be positioned at a specific angle with respect to the $$x-y$$plane. The `wake_angle` option in the **.conf** file can be used to specify the angle. If you do not specify an angle a default value of 0 deg will be assumed.

{% hint style="info" %}
Use the average trailing angle bisector option for best results.
{% endhint %}

The images below show the wake of  a NACA4412 wing aligned with the freestream velocity vector and with the average trailing edge bisector.

![Wake aligned with the freestream flow](/files/-MVY5Q7SENUXmv2CZTl_)

![Wake aligned with the average trailing edge bisector](/files/-MVY5YIjrxCkbc4zN_gR)


---

# Agent Instructions: 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://docs.aviumtechnologies.com/user-guide/solver/wake.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.
