Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct Image Source Links for Proper Case Sensitivity #159

Merged
merged 3 commits into from
Oct 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _su2gui/Logs-Tab-and-Errors.md
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ The SU2 and SU2GUI logs provide essential information about the execution and pe

## SU2 Logs

![SU2 Log Tab](../../su2gui_files/User_guide/logs/su2-logs.png)
![SU2 Log Tab](../../su2gui_files/User_guide/Logs/su2-logs.png)

The SU2 logs contain detailed information about the solver's execution, including convergence history, residual values, and solution progress. These logs are invaluable for identifying convergence issues, detecting numerical instabilities, and gaining insights into the overall simulation process.

@@ -17,7 +17,7 @@ Each SU2 log file is stored within the corresponding case folder and is unique t
---
## SU2GUI Logs

![SU2GUI Log Tab](../../su2gui_files/User_guide/logs/su2gui-logs.png)
![SU2GUI Log Tab](../../su2gui_files/User_guide/Logs/su2gui-logs.png)

The SU2GUI logs capture interactions and events within the graphical user interface. These logs are useful for understanding user actions, identifying errors or warnings, and tracking the workflow followed during a simulation setup.

@@ -27,7 +27,7 @@ Unlike the SU2 logs, the SU2GUI log file is updated and cleared each time SU2GUI

## Error/Warn Message

![Error message](../../su2gui_files/User_guide/logs/error-message.png)
![Error message](../../su2gui_files/User_guide/Logs/error-message.png)

In addition to capturing interactions and events within the graphical user interface, SU2GUI also displays any Error and Warning messages received in the log files as pop-up dialog box. This feature helps users quickly identify and address any issues or potential problems during the simulation setup or execution.

6 changes: 3 additions & 3 deletions _su2gui/Mesh.md
Original file line number Diff line number Diff line change
@@ -15,13 +15,13 @@ SU2GUI offers the option to load a mesh file through both the GUI and the termin
1. Start a new case. Follow these guides for detailed steps on [starting a new case](./../Manage-Cases/#starting-a-new-case).


2. Click on the "Load Mesh File" option. ![](../../su2gui_files/User_guide/Mesh/button-mesh-file.png)
2. Click on the "Load Mesh File" option. ![](../../su2gui_files/User_guide/mesh/button-mesh-file.png)


3. In the pop-up window, choose the desired mesh file. ![](../../su2gui_files/User_guide/Mesh/choose-mesh-file.png)
3. In the pop-up window, choose the desired mesh file. ![choose mesh file](../../su2gui_files/User_guide/mesh/choose-mesh-file.png)


4. The mesh file should now be loaded, and the properties in the GUI should be updated accordingly. ![](../../su2gui_files/User_guide/Mesh/loaded-mesh-file.png)
4. The mesh file should now be loaded, and the properties in the GUI should be updated accordingly. ![loaded mesh file](../../su2gui_files/User_guide/mesh/loaded-mesh-file.png)