Skip to content

Commit 364ff72

Browse files
author
mthsmcd
committed
update ReadME
1 parent 8dbf9ac commit 364ff72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ model, takes longer since 6 additional PDEs for the Reynolds stress must be solv
154154
(To simplify some of the steps in the tutorials you may run the provided
155155
shell script in the `data` folder.)
156156

157-
#### 1 - Correcting the square-duct RANS case with Re = 3500 using the RST
157+
#### 1 - Correcting the square-duct RANS case with Re = 3500 using the RST model
158158

159159
The model solves for `U` and `p` and requires the source term `R`.
160160

@@ -169,7 +169,7 @@ The model solves for `U` and `p` and requires the source term `R`.
169169
5) Run the simulation: `simpleFoam` (you may use any other steady-state solver you prefer)
170170

171171

172-
#### 2 - Correcting the periodic-hill RANS case with alpha = 1.0 using the EV-RFV
172+
#### 2 - Correcting the periodic-hill RANS case with alpha = 1.0 using the evRFV model
173173

174174
The model solves for `U` and `p` and requires the source terms `nut` (optimal) and `tStar`.
175175

@@ -193,7 +193,7 @@ The model solves for `U` and `p` and requires the source terms `nut` (optimal) a
193193
5) Run the simulation: `simpleFoam` (you may use any other steady-state solver you prefer)
194194

195195

196-
#### 3 - Correcting the square-duct RANS case with Re = 2200 using the Gamma-RST
196+
#### 3 - Correcting the square-duct RANS case with Re = 2200 using the gammaRST model
197197

198198
The model solves for `U`, `p` and `R` and requires the source terms `nut` (RANS) and `Gamma`.
199199

0 commit comments

Comments
 (0)