Skip to content
Snippets Groups Projects
Commit fc4ecc99 authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

[test][freeflow] Fix Stokes channel test problem

parent c9779723
No related branches found
No related tags found
1 merge request!1214Feature/runtime inertia
...@@ -68,13 +68,6 @@ SET_BOOL_PROP(ChannelTestTypeTag, EnableFVGridGeometryCache, true); ...@@ -68,13 +68,6 @@ SET_BOOL_PROP(ChannelTestTypeTag, EnableFVGridGeometryCache, true);
SET_BOOL_PROP(ChannelTestTypeTag, EnableGridFluxVariablesCache, true); SET_BOOL_PROP(ChannelTestTypeTag, EnableGridFluxVariablesCache, true);
SET_BOOL_PROP(ChannelTestTypeTag, EnableGridVolumeVariablesCache, true); SET_BOOL_PROP(ChannelTestTypeTag, EnableGridVolumeVariablesCache, true);
#if ENABLE_NAVIERSTOKES
SET_BOOL_PROP(ChannelTestTypeTag, EnableInertiaTerms, true);
#else
SET_BOOL_PROP(ChannelTestTypeTag, EnableInertiaTerms, false);
#endif
} }
/*! /*!
......
...@@ -10,6 +10,7 @@ Cells = 100 50 ...@@ -10,6 +10,7 @@ Cells = 100 50
Name = test_channel_stokes # name passed to the output routines Name = test_channel_stokes # name passed to the output routines
InletVelocity = 1 InletVelocity = 1
EnableGravity = false EnableGravity = false
EnableInertiaTerms = false
[ Newton ] [ Newton ]
MaxSteps = 10 MaxSteps = 10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment