Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
OpenFOAM-plus
Commits
f783759c
Commit
f783759c
authored
Mar 19, 2015
by
Henry
Browse files
tutorials/multiphase/twoPhaseEulerFoam: Corrected regular-expressions
parent
fa2f0f5b
Changes
6
Hide whitespace changes
Inline
Side-by-side
tutorials/multiphase/twoPhaseEulerFoam/LES/bubbleColumn/system/fvSchemes
View file @
f783759c
...
...
@@ -40,7 +40,7 @@ divSchemes
"div\(alphaPhi.*,p\)" Gauss limitedLinear 1;
"div\(alphaRhoPhi.*,k.*\)" 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
...
...
tutorials/multiphase/twoPhaseEulerFoam/RAS/bubbleColumn/system/fvSchemes
View file @
f783759c
...
...
@@ -42,7 +42,7 @@ divSchemes
"div\(alphaRhoPhi.*,(k|epsilon).*\)" Gauss limitedLinear 1;
"div\(phim,(k|epsilon)m\)" 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
...
...
tutorials/multiphase/twoPhaseEulerFoam/laminar/bubbleColumn/system/fvSchemes
View file @
f783759c
...
...
@@ -39,7 +39,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
...
...
tutorials/multiphase/twoPhaseEulerFoam/laminar/bubbleColumnIATE/system/fvSchemes
View file @
f783759c
...
...
@@ -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
...
...
tutorials/multiphase/twoPhaseEulerFoam/laminar/injection/system/fvSchemes
View file @
f783759c
...
...
@@ -39,7 +39,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
...
...
tutorials/multiphase/twoPhaseEulerFoam/laminar/mixerVessel2D/system/fvSchemes
View file @
f783759c
...
...
@@ -39,7 +39,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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment