OrchardLANL / DPFEHM.jl

DPFEHM: A Differentiable Subsurface Flow Simulator
Other
30 stars 13 forks source link

Documentation #16

Closed rezgarshakeri closed 1 year ago

rezgarshakeri commented 2 years ago

In the current documentation (the README file), it is stated that "DPFEHM supports the groundwater flow equations (single phase flow), Richards equation (air/water), the advection-dispersion equation, and the 2d wave equation".

Refs https://github.com/openjournals/joss-reviews/issues/4560

omalled commented 1 year ago

I updated the README to address the first couple bullets: putting the Richards equation in better context with respect to the Wikipedia article and describing the two point flux a bit.

I agree it would be good to add more comments in the source. It could be tricky to do it since many of the functions are generated using metaprogramming. Let me think a bit if there's a good way to deal with that.

omalled commented 1 year ago

The code has now been updated with much better documentation throughout. In combination with the previous changes, I think this addresses each of the three bullets. So I'm closing this issue.

rezgarshakeri commented 1 year ago

Sorry for my late reply, thanks.