Skip to content

Commit 3c5941d

Browse files
committed
Update solver references in LES documentation (#2367)
Fix invalid solver references (cherry picked from commit 9ff744f)
1 parent 7f05640 commit 3c5941d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/pages/user-guide/case-file.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ the governing equations to feature the full viscous stress tensor, as required
213213
for a variable viscosity field.
214214

215215
Note that the full viscous stress tensor requires the equations for the 3
216-
velocity components to be solved in a coupled manner. Therefore, the `cpldcg`
217-
solver should be used for velocity.
216+
velocity components to be solved in a coupled manner. Therefore, the `coupled_cg`
217+
(or `fused_coupled_cg`) solver should be used for velocity.
218218

219219
### Boundary conditions {#case-file_fluid-boundary-conditions}
220220
The optional `boundary_conditions` keyword can be used to specify boundary

0 commit comments

Comments
 (0)