Skip to content
Snippets Groups Projects
Commit 2c40807a authored by wenqing's avatar wenqing
Browse files

[GW] Corrected the sign of the groundwater flow velocity

parent 937ccdea
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ public:
sm.detJ * wp.getWeight();
// Darcy velocity only computed for output.
auto const darcy_velocity = (k * sm.dNdx *
auto const darcy_velocity = -(k * sm.dNdx *
Eigen::Map<const NodalVectorType>(local_x.data(), ShapeFunction::NPOINTS)
).eval();
......
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