diff --git a/Documentation/UsersGuide/Faults.md b/Documentation/UsersGuide/Faults.md index a7f1fbae5f..7c19393aa1 100644 --- a/Documentation/UsersGuide/Faults.md +++ b/Documentation/UsersGuide/Faults.md @@ -9,9 +9,9 @@ As import of faults can be time consuming, reading of faults can be disabled fro A fault is defined as a set of cell faces. When clicking on a fault, the fault name is displayed in **Result Info**. Results can be mapped onto a fault, and **Dynamic Face Selection** controls the cell result mapping onto faults. Faults are given a color on import, and this color can be controlled by activating the fault and select **Fault color**. -When clicking on a NNC, the relevant data for this NNC is displayed in the **Result Info**. The static result **CombindedTRANS** can be mapped onto NNC geometry. +When clicking on a NNC, the relevant data for this NNC is displayed in the **Result Info**. The static result **TRANSXYZ** can be mapped onto NNC geometry. -ResInsight will detect all cell faces with no matching neighbor. All detected cell faces are compared to faults imported from disk, and if no fault face is defined for a cell face, the cell face is added to a fault called **Unnamed grid faults**. +ResInsight will detect all cell faces with no matching neighbor. All detected cell faces are compared to faults imported from disk, and if no fault face is defined for a cell face, the cell face is added to a fault called **Undefined grid faults**. ### Toolbar control Visualization mode and mesh lines can be controlled from the toolbar. @@ -19,7 +19,7 @@ Visualization mode and mesh lines can be controlled from the toolbar. - ![](images/draw_style_faults_24x24.png) Toggle button to control faults only visualization mode - ![](images/draw_style_surface_24x24.png) Shows surface visualization - ![](images/draw_style_surface_w_fault_mesh_24x24.png) Shows mesh lines on faults - +- ![](images/draw_style_faults_label_24x24.png) Shows labels for faults ### Common Fault Options By clicking the ![](images/draw_style_faults_24x24.png) **Faults** item in the **Project Tree**, the following options are displayed: @@ -27,16 +27,16 @@ By clicking the ![](images/draw_style_faults_24x24.png) **Faults** item in the * ![](images/FaultProperties.png) -- **Show defined faces**: Displays the defined fault cell faces -- **Show opposite faces**: Displays the opposite fault cell faces based on IJK neighbor data -- **Show NNCs**: Displays non neighborhood connections (see details below) -- **Dynamic Face Selection**: Controls mapping of cell results onto a fault, either from cell in front of fault, from cell behind fault or both. - - **Show labels**: Displays one label per fault with fault name - **Label color**: Defines the label color - **Show faults outside filters**: Default behavior is to hide faults outside filters. Turning this option on, will display faults outside filter region. - **Show results on faults**: Map currently selected result onto fault. **Dynamic Face Selection** controls which cell results to map onto faults. +- **Show NNCs**: Displays non neighborhood connections (see details below) + +- **Show defined faces**: Displays the defined fault cell faces +- **Show opposite faces**: Displays the opposite fault cell faces based on IJK neighbor data +- **Dynamic Face Selection**: Controls mapping of cell results onto a fault, either from cell in front of fault, from cell behind fault or both. ------ [ Contents ](UsersGuide.md#contents)