40 namespace compressible
47 const word& fieldName,
61 if (alphatHeader.headerOk())
67 Info<<
"--> Creating " << fieldName
68 <<
" to employ run-time selectable wall functions" <<
endl;
76 if (isA<wallFvPatch>(bm[patchI]))
78 alphatBoundaryTypes[patchI] =
79 RASModels::alphatWallFunctionFvPatchScalarField::typeName;
83 alphatBoundaryTypes[patchI] =
107 Info<<
" Writing new " << fieldName <<
endl;
117 const word& fieldName,
131 if (mutHeader.headerOk())
137 Info<<
"--> Creating " << fieldName
138 <<
" to employ run-time selectable wall functions" <<
endl;
146 if (isA<wallFvPatch>(bm[patchI]))
148 mutBoundaryTypes[patchI] =
149 RASModels::mutWallFunctionFvPatchScalarField::typeName;
153 mutBoundaryTypes[patchI] =
177 Info<<
" Writing new " << fieldName <<
endl;
187 const word& fieldName,
201 if (mutHeader.headerOk())
207 Info<<
"--> Creating " << fieldName
208 <<
" to employ run-time selectable wall functions" <<
endl;
216 if (isA<wallFvPatch>(bm[patchI]))
218 mutBoundaryTypes[patchI] =
219 RASModels::mutLowReWallFunctionFvPatchScalarField::typeName;
223 mutBoundaryTypes[patchI] =
247 Info<<
" Writing new " << fieldName <<
endl;
257 const word& fieldName,
276 const word& fieldName,
295 const word& fieldName,
314 const word& fieldName,
333 const word& fieldName,