[staggeredGrid][freeflow] Add basic multi-component Navier-Stokes model
* Temporary commit * Needs better boundary conditions * Needs better output * obscure segfault when trying to access problem member variables from fluxvars (apparently unitialized).
Showing
- dumux/discretization/staggered/globalvolumevariables.hh 2 additions, 1 deletiondumux/discretization/staggered/globalvolumevariables.hh
- dumux/freeflow/CMakeLists.txt 1 addition, 0 deletionsdumux/freeflow/CMakeLists.txt
- dumux/freeflow/staggered/fluxvariables.hh 111 additions, 12 deletionsdumux/freeflow/staggered/fluxvariables.hh
- dumux/freeflow/staggered/localresidual.hh 135 additions, 86 deletionsdumux/freeflow/staggered/localresidual.hh
- dumux/freeflow/staggerednc/CMakeLists.txt 10 additions, 0 deletionsdumux/freeflow/staggerednc/CMakeLists.txt
- dumux/freeflow/staggerednc/indices.hh 47 additions, 0 deletionsdumux/freeflow/staggerednc/indices.hh
- dumux/freeflow/staggerednc/localresidual.hh 187 additions, 0 deletionsdumux/freeflow/staggerednc/localresidual.hh
- dumux/freeflow/staggerednc/model.hh 107 additions, 0 deletionsdumux/freeflow/staggerednc/model.hh
- dumux/freeflow/staggerednc/properties.hh 75 additions, 0 deletionsdumux/freeflow/staggerednc/properties.hh
- dumux/freeflow/staggerednc/propertydefaults.hh 203 additions, 0 deletionsdumux/freeflow/staggerednc/propertydefaults.hh
- dumux/freeflow/staggerednc/volumevariables.hh 252 additions, 0 deletionsdumux/freeflow/staggerednc/volumevariables.hh
- dumux/implicit/staggered/localjacobian.hh 1 addition, 0 deletionsdumux/implicit/staggered/localjacobian.hh
- test/freeflow/CMakeLists.txt 1 addition, 0 deletionstest/freeflow/CMakeLists.txt
- test/freeflow/staggerednc/CMakeLists.txt 17 additions, 0 deletionstest/freeflow/staggerednc/CMakeLists.txt
- test/freeflow/staggerednc/channeltestproblem.hh 300 additions, 0 deletionstest/freeflow/staggerednc/channeltestproblem.hh
- test/freeflow/staggerednc/test_channel.cc 64 additions, 0 deletionstest/freeflow/staggerednc/test_channel.cc
- test/freeflow/staggerednc/test_channel_stokes.input 20 additions, 0 deletionstest/freeflow/staggerednc/test_channel_stokes.input
Loading
Please register or sign in to comment