mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: incorrect regex escaping in fvSchemes
- error trapped by C++11 regex
This commit is contained in:
committed by
Andrew Heather
parent
be3efed44b
commit
db0678bf0e
@ -27,12 +27,12 @@ gradSchemes
|
||||
|
||||
divSchemes
|
||||
{
|
||||
div(rhoPhi,U) Gauss linearUpwind grad(U);
|
||||
"div\(phi,alpha.*\)" Gauss vanLeer;
|
||||
"div\(phir,alpha.*\)" Gauss linear;
|
||||
div(rhoPhi,U) Gauss linearUpwind grad(U);
|
||||
"div\(phi,alpha.*\)" Gauss vanLeer;
|
||||
"div\(phir,alpha.*\)" Gauss linear;
|
||||
|
||||
"div\(Yiphir,alpha.*)" Gauss linear;
|
||||
"div\(phi,.*.gas*\)" Gauss vanLeer;
|
||||
"div\(Yiphir,alpha.*\)" Gauss linear;
|
||||
"div\(phi,.*\.gas.*\)" Gauss vanLeer;
|
||||
|
||||
div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user