swh:1:snp:f521c49ab17ef7db6ec70b2430e1ed203f50383f
Raw File
Tip revision: 29b62eae9121aa026230f84d7653da366faa6e5d authored by Wenqing Wang on 28 September 2021, 14:13:07 UTC
[TH2M] Enable to use pressure, strain, stress dependent permeability models
Tip revision: 29b62ea
CMakeLists.txt
get_source_files(SOURCES)

ogs_add_library(ThermoRichardsFlow ${SOURCES})
target_link_libraries(ThermoRichardsFlow PUBLIC ProcessLib PRIVATE ParameterLib)

if(OGS_BUILD_TESTING)
    include(Tests.cmake)
endif()
back to top