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
Commits
5a5c286a
Commit
5a5c286a
authored
Dec 22, 2017
by
sergio
Browse files
ENH: Correcting fvSchemes/fvSolution for sloshingTank2D
parent
ac20f63c
Changes
2
Hide whitespace changes
Inline
Side-by-side
tutorials/multiphase/compressibleInterDyMFoam/laminar/sloshingTank2D/system/fvSchemes
View file @
5a5c286a
...
...
@@ -36,6 +36,9 @@ divSchemes
div((phi+meshPhi),p) Gauss linear;
div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
div(phi,thermo:rho.water) Gauss linear;
div(phi,thermo:rho.air) Gauss linear;
}
laplacianSchemes
...
...
tutorials/multiphase/compressibleInterDyMFoam/laminar/sloshingTank2D/system/fvSolution
View file @
5a5c286a
...
...
@@ -21,7 +21,7 @@ solvers
{
nAlphaCorr 1;
nAlphaSubCycles 3;
cAlpha 1
.5
;
cAlpha 1;
}
".*(rho|rhoFinal)"
...
...
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