tutorials/multiphase/reactingTwoPhaseEulerFoam: Corrected regular expressions

Resolves bug-report http://bugs.openfoam.org/view.php?id=2167
This commit is contained in:
Henry Weller 2016-08-01 17:13:14 +01:00
parent 5a6fdc1dad
commit 320efaea99
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ divSchemes
"div\(alphaRhoPhi.*,K.*\)" Gauss limitedLinear 1;
"div\(alphaPhi.*,p\)" Gauss limitedLinear 1;
"div\(\(\(\(alpha.**thermo:rho.*\)*nuEff.*\)*dev2\(T\(grad\(U.*\)\)\)\)\)" Gauss linear;
"div\(\(\(\(alpha.*\*thermo:rho.*\)*nuEff.*\)\*dev2\(T\(grad\(U.*\)\)\)\)\)" Gauss linear;
}
laplacianSchemes

View file

@ -41,7 +41,7 @@ divSchemes
"div\(alphaRhoPhi.*,K.*\)" Gauss limitedLinear 1;
"div\(alphaPhi.*,p\)" Gauss limitedLinear 1;
"div\(\(\(\(alpha.**thermo:rho.*\)*nuEff.*\)*dev2\(T\(grad\(U.*\)\)\)\)\)" Gauss linear;
"div\(\(\(\(alpha.*\*thermo:rho.*\)*nuEff.*\)\*dev2\(T\(grad\(U.*\)\)\)\)\)" Gauss linear;
}
laplacianSchemes