From d4c9ddd838872774b5a0513f862fa6499dd022ff Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <dmitri.naumov@ufz.de> Date: Tue, 28 Apr 2015 14:05:03 +0200 Subject: [PATCH] [PL] Change coeff. to match benchmark. This should go into the project description really. --- ProcessLib/GroundwaterFlowProcess.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProcessLib/GroundwaterFlowProcess.h b/ProcessLib/GroundwaterFlowProcess.h index 5ef915b9db9..59ed1e35b12 100644 --- a/ProcessLib/GroundwaterFlowProcess.h +++ b/ProcessLib/GroundwaterFlowProcess.h @@ -205,7 +205,7 @@ public: private: ProcessVariable* _hydraulic_head = nullptr; - double const _hydraulic_conductivity = 1e-6; + double const _hydraulic_conductivity = 1; MeshLib::MeshSubset const* _mesh_subset_all_nodes = nullptr; std::vector<MeshLib::MeshSubsets*> _all_mesh_subsets; -- GitLab