> For the complete documentation index, see [llms.txt](https://dante-solutions-inc.gitbook.io/dante-6.3-help-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dante-solutions-inc.gitbook.io/dante-6.3-help-documentation/introduction/cylinder-2d-postprocessing.md).

# Cylinder 2d Postprocessing

## **Step 1: Open database**

* Start ***ABAQUS/VIEWER*** using prompt command: ***abaqus vi***(Or under ***Visualization*** Module of ABAQUS/CAE)
* ***File / Open***, and ***Open Database*** window pops up. \*\*\*\*
* Select ***\*.odb*** file and click ***OK*** to open

<figure><img src="/files/239IUpt9fJ415xYTChRH" alt=""><figcaption></figcaption></figure>

## **Step 2: Create a Contour Plot**

* ***Result*** / ***Field Output***. ***Field Output*** window appears.

<figure><img src="/files/OrN4M2iHKGT7IIEfzHio" alt="" width="481"><figcaption></figcaption></figure>

* To create the temperature contour, select ***NT11***, click ***OK***. ***Step/Frame*** and ***Contour*** options can be selected.

<figure><img src="/files/IZJNWBxNsiQfuQ9SYuVy" alt="" width="158"><figcaption></figcaption></figure>

* Residual Stresses in the hoop direction. (results can be different if different process settings are used)

<figure><img src="/files/T7rCTSHbdLCIds32VROb" alt="" width="156"><figcaption></figcaption></figure>

## **Step 3: Options of Contour Plot**

* ***Options*** / ***Common***.  ***Contour Plot Options*** window appears.

<figure><img src="/files/8h367OIT2MpPMaM5RKSx" alt=""><figcaption></figcaption></figure>

* Under ***Basic*** tab, Check ***Free edges*** under the ***Visible Edges*** option. ***Click OK*** or ***Apply*** to create contour without meshing.

<figure><img src="/files/NtCTBJBYpDg5jmRhDf25" alt="" width="178"><figcaption></figcaption></figure>

* Under ***Basic*** tab, change the ***Deformation Scale factor***, set it as ***Uniform***, ***10,*** Click ***Apply***
* ***Options / Contour***, the ***Contour Plot Options*** window pops up. The minimum and maximum values of the legend can be set here.

<figure><img src="/files/1pLlqrIxD8WA9XESK8MX" alt="" width="368"><figcaption></figcaption></figure>

## Create contour plot of different phases <a href="#create-contour-plot-of-different-phases" id="create-contour-plot-of-different-phases"></a>

## In *Field Output* window, the following options are most commonly used. <a href="#in-field-output-window-the-following-options-are-most-commonly-used" id="in-field-output-window-the-following-options-are-most-commonly-used"></a>

* SDV1:  carbon content
* SDV2:  hardness in Rockwell C
* SDV21: volume fraction of Austenite
* SDV34: volume fraction of Ferrite
* SDV47: volume fraction of Pearlite
* SVD60: volume fraction of Upper Bainite
* SDV73: volume fraction of Lower Bainite
* SDV86: volume fraction of Martensite
* SDV99: volume fraction of Tempered Martensite

## **Step 4: Create Animation Video Clips**

* ***Animation*** / ***Time history***, animation will be shown on the screen
* ***Animation*** / ***Save as*** to save the animation file (select Microsoft Video 1 option for better quality video)

<figure><img src="/files/FANkDfh4VAbGw6fa2mkm" alt="" width="373"><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://dante-solutions-inc.gitbook.io/dante-6.3-help-documentation/introduction/cylinder-2d-postprocessing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
