GEOS-DEV / GEOS

GEOS Simulation Framework
GNU Lesser General Public License v2.1
222 stars 89 forks source link

Boundary condition refactor #63

Closed rrsettgast closed 6 years ago

rrsettgast commented 6 years ago

The initial conditions were recently refactored as part of the SinglePhase_TPFA solver development. The Boundary conditions should follow suit. Also, the Boundary Condition files could use some cleanup.

rrsettgast commented 6 years ago

@klevzoff I think that we can greatly simplify the bc code by calling the lambda in the set loop. One of us should do this and hack out a bunch of code.

herve-gross commented 6 years ago

Would be great to assign boundary conditions to sets of volumes/faces/edges/nodes (respective examples: aquifer/faults/wells/fracture tips).

rrsettgast commented 6 years ago

@herve-gross Did you close this accidentally?

herve-gross commented 6 years ago

Yes, my mistake! This definitely needs to be put on the queue of important features.