Skip to content
Snippets Groups Projects
Commit a17eaed0 authored by Johannes Hommel's avatar Johannes Hommel
Browse files

[course][exercise properties] added todo in neumann for consistency

parent 93aba79e
No related branches found
No related tags found
1 merge request!77Towards a more consistent DUMUX course for version 3.1
......@@ -176,6 +176,7 @@ public:
*/
NumEqVector neumannAtPos(const GlobalPosition &globalPos) const
{
// TODO: reformulate the neumann boundary condition's values in terms of volume instead of mass injected per meter and second
NumEqVector values(0.0);
if (onInlet_(globalPos))
values[contiDNAPLEqIdx] = -0.04; // kg / (m * s)
......
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