Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
1c3f01c1
Commit
1c3f01c1
authored
Mar 02, 2013
by
Spencer Sherwin
Browse files
Made SVV so that only Homo1D can be activitated with SpectralVanishingViscosityHomo1D flag
parent
664d5248
Changes
1
Hide whitespace changes
Inline
Side-by-side
solvers/IncNavierStokesSolver/EquationSystems/VelocityCorrectionScheme.cpp
View file @
1c3f01c1
...
...
@@ -98,7 +98,12 @@ namespace Nektar
{
ASSERTL0
(
m_nConvectiveFields
>
2
,
"Expect to have three velcoity fields with homogenous expansion"
);
m_session
->
MatchSolverInfo
(
"SpectralVanishingViscosity"
,
"True"
,
m_useHomo1DSpecVanVisc
,
false
);
m_session
->
MatchSolverInfo
(
"SpectralVanishingViscosityHomo1D"
,
"True"
,
m_useHomo1DSpecVanVisc
,
false
);
if
(
m_useHomo1DSpecVanVisc
==
false
)
{
m_session
->
MatchSolverInfo
(
"SpectralVanishingViscosity"
,
"True"
,
m_useHomo1DSpecVanVisc
,
false
);
}
if
(
m_useHomo1DSpecVanVisc
)
{
...
...
Write
Preview
Supports
Markdown
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