First, look at the `computeFlux` method in `mylocalresidual.hh`. Within the lambda function we need to return the upwinded term. As this is an incompressible model, no density term is required, only the mobility term. This value is stored in the volume variables object (volVars). Complete the lambda function.
First, look at the `computeFlux` method in `mylocalresidual.hh`.
Within the lambda function we need to return the upwinded term. As this is an incompressible model, no density term is required, only the mobility term. This value is stored in the volume variables object (volVars). Complete the lambda function.
* complete the upwind term lambda in the `computeFlux` method.
#### Task 2.2 computeStorage Method
Second, complete `computeStorage` method. This term, when incompressible, looks like this: