In PR #111, flow case types burgers_inviscid, convection_diffusion, advection were added to enum FlowCaseType in parameters_flow_solver.cpp for the sole purpose of setting an initial condition, meaning they are not actually used in FlowSolverFactory since FlowSolverCase derived classes were not created for each of these "flow case types". We would want to create these and migrate their integration tests code appropriately to the flow solver framework.
In PR #111, flow case types
burgers_inviscid
,convection_diffusion
,advection
were added toenum FlowCaseType
inparameters_flow_solver.cpp
for the sole purpose of setting an initial condition, meaning they are not actually used inFlowSolverFactory
sinceFlowSolverCase
derived classes were not created for each of these "flow case types". We would want to create these and migrate their integration tests code appropriately to the flow solver framework.