Skip to content
Snippets Groups Projects
Commit 66a68e60 authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'fix/generate-parameters-py' into 'master'

Fix CMakeLists and parameterlist

See merge request !3518
parents 75761c41 1f3ba035
No related branches found
No related tags found
1 merge request!3518Fix CMakeLists and parameterlist
Pipeline #30705 passed
...@@ -458,8 +458,15 @@ ...@@ -458,8 +458,15 @@
] ]
}, },
"Component.LiquidDensity": { "Component.LiquidDensity": {
"defaultValue": [
"-"
],
"explanation": [ "explanation": [
"The density of the liquid" "The density of the liquid"
],
"mode": "manual",
"type": [
"Scalar"
] ]
}, },
"Component.LiquidDiffusionCoefficient": { "Component.LiquidDiffusionCoefficient": {
...@@ -468,8 +475,15 @@ ...@@ -468,8 +475,15 @@
] ]
}, },
"Component.LiquidDynamicViscosity": { "Component.LiquidDynamicViscosity": {
"defaultValue": [
"-"
],
"explanation": [ "explanation": [
"The dynamic viscosity of the liquid" "The dynamic viscosity of the liquid"
],
"mode": "manual",
"type": [
"Scalar"
] ]
}, },
"Component.LiquidHeatCapacity": { "Component.LiquidHeatCapacity": {
......
...@@ -3,7 +3,6 @@ add_subdirectory(embedded) ...@@ -3,7 +3,6 @@ add_subdirectory(embedded)
add_subdirectory(facet) add_subdirectory(facet)
add_subdirectory(freeflow) add_subdirectory(freeflow)
add_subdirectory(io) add_subdirectory(io)
add_subdirectory(staggeredfreeflow)
file(GLOB DUMUX_MULTIDOMAIN_HEADERS *.hh *.inc) file(GLOB DUMUX_MULTIDOMAIN_HEADERS *.hh *.inc)
install(FILES ${DUMUX_MULTIDOMAIN_HEADERS} install(FILES ${DUMUX_MULTIDOMAIN_HEADERS}
......
file(GLOB DUMUX_MULTIDOMAIN_STAGGEREDFREEFLOW_HEADERS *.hh *.inc)
install(FILES ${DUMUX_MULTIDOMAIN_STAGGEREDFREEFLOW_HEADERS}
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/multidomain/staggeredfreeflow)
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