Skip to content

Commit 89471a9

Browse files
gnorman7pcarruscag
andauthored
Update _docs_v7/Convective-Schemes.md
Co-authored-by: Pedro Gomes <38071223+pcarruscag@users.noreply.github.com>
1 parent 54c6d16 commit 89471a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_docs_v7/Convective-Schemes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The options listed here do not apply to the high order DG solver.
2424
Convective schemes are used in the FVM discretization of convective fluxes through the faces of the dual-grid control volumes.
2525
They are selected via option `CONV_NUM_METHOD_FLOW` and fall under the two broad categories of central and upwind.
2626
Central schemes tend to be more robust whereas second order upwind schemes can be more accurate (i.e. less dissipative).
27-
To achieve second order upwind schemes need to be used with MUSCL reconstruction (`MUSCL_FLOW = YES`), see the [Slope Limiters and Shock Resolution](/docs_v7/Slope-Limiters-and-Shock-Resolution) page for the MUSCL-related options.
27+
To achieve second-order in space, upwind schemes need to be used with MUSCL reconstruction (`MUSCL_FLOW = YES`), see the [Slope Limiters and Shock Resolution](/docs_v7/Slope-Limiters-and-Shock-Resolution) page for the MUSCL-related options.
2828

2929
**Note:** MUSCL options have no effect on central schemes or on coarse multigrid levels in general.
3030

0 commit comments

Comments
 (0)