diff --git a/doc/doxygen/extradoc/parameters.json b/doc/doxygen/extradoc/parameters.json index dfa418b43eddb1d7452eb3e331943fbfe91ca763..b8038d4337617dc8d70b71013324d6a7f71ec0bc 100644 --- a/doc/doxygen/extradoc/parameters.json +++ b/doc/doxygen/extradoc/parameters.json @@ -458,8 +458,15 @@ ] }, "Component.LiquidDensity": { + "defaultValue": [ + "-" + ], "explanation": [ "The density of the liquid" + ], + "mode": "manual", + "type": [ + "Scalar" ] }, "Component.LiquidDiffusionCoefficient": { @@ -468,8 +475,15 @@ ] }, "Component.LiquidDynamicViscosity": { + "defaultValue": [ + "-" + ], "explanation": [ "The dynamic viscosity of the liquid" + ], + "mode": "manual", + "type": [ + "Scalar" ] }, "Component.LiquidHeatCapacity": { diff --git a/dumux/multidomain/CMakeLists.txt b/dumux/multidomain/CMakeLists.txt index 3d230e8ac64302213763905ded44d10358073a63..a5560c08b3186ee68457db35c89b15b30d30b315 100644 --- a/dumux/multidomain/CMakeLists.txt +++ b/dumux/multidomain/CMakeLists.txt @@ -3,7 +3,6 @@ add_subdirectory(embedded) add_subdirectory(facet) add_subdirectory(freeflow) add_subdirectory(io) -add_subdirectory(staggeredfreeflow) file(GLOB DUMUX_MULTIDOMAIN_HEADERS *.hh *.inc) install(FILES ${DUMUX_MULTIDOMAIN_HEADERS} diff --git a/dumux/multidomain/staggeredfreeflow/CMakeLists.txt b/dumux/multidomain/staggeredfreeflow/CMakeLists.txt deleted file mode 100644 index c5e9adb7c6ffa8d3eff70ca37ba64c64cfe2a7b9..0000000000000000000000000000000000000000 --- a/dumux/multidomain/staggeredfreeflow/CMakeLists.txt +++ /dev/null @@ -1,3 +0,0 @@ -file(GLOB DUMUX_MULTIDOMAIN_STAGGEREDFREEFLOW_HEADERS *.hh *.inc) -install(FILES ${DUMUX_MULTIDOMAIN_STAGGEREDFREEFLOW_HEADERS} - DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/multidomain/staggeredfreeflow)