Hello,
I am working on a model of a coastal aquifer using the sea as a boundary. The model is a 2D cross section, similar to the Henry problem and considers density variations.
The model flow BCs consist of a constant flow (Neumann BC) entering the model through the inland boundary, and a constant head (Dirichlet BC) along the seaside border.
For the mass BCs, I want that any inflow produced in the seaside boundary has a concentration of 35 g/L (saltwater), but any outflow has the ambient concentration of the aquifer fluid.
I thought of evaluating the fluid rate budget at each node, and assign a value of the concentration depending on its symbol (using an if function), but this option does not exist in the expression editor as the rate budget is not available.
Any ideas would be greatly appreciated!
PS: I don't know (yet) how to script using python