File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ model, takes longer since 6 additional PDEs for the Reynolds stress must be solv
154
154
(To simplify some of the steps in the tutorials you may run the provided
155
155
shell script in the ` data ` folder.)
156
156
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
158
158
159
159
The model solves for ` U ` and ` p ` and requires the source term ` R ` .
160
160
@@ -169,7 +169,7 @@ The model solves for `U` and `p` and requires the source term `R`.
169
169
5 ) Run the simulation: ` simpleFoam ` (you may use any other steady-state solver you prefer)
170
170
171
171
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
173
173
174
174
The model solves for ` U ` and ` p ` and requires the source terms ` nut ` (optimal) and ` tStar ` .
175
175
@@ -193,7 +193,7 @@ The model solves for `U` and `p` and requires the source terms `nut` (optimal) a
193
193
5 ) Run the simulation: ` simpleFoam ` (you may use any other steady-state solver you prefer)
194
194
195
195
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
197
197
198
198
The model solves for ` U ` , ` p ` and ` R ` and requires the source terms ` nut ` (RANS) and ` Gamma ` .
199
199
You can’t perform that action at this time.
0 commit comments