Difference between revisions of "AEM Gourmet Corner"

From aemwiki
Jump to: navigation, search
(one-dimensional flow)
(examples)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
The gourmet corner is a place for community contributions of recipes, howtos and examples for analytical and numerical modeling of ground water flow and transport.
 
The gourmet corner is a place for community contributions of recipes, howtos and examples for analytical and numerical modeling of ground water flow and transport.
  
Please note that all contributions to Gourmet Corner may be edited, altered, or removed by other contributors, in the spirit of collegiality and peer review. Do not submit copyrighted work with permission. You are encouraged to assign an open source license to your source code [http://www.opensource.org].
+
AEM gourmet corner wiki uses a subset of TeX, including some extensions from LaTeX and AMSLaTeX, for mathematical formulae. Thus, only a limited part of the full TeX language is supported. Here is a guide for [http://meta.wikimedia.org/wiki/Help:Formula| math syntax].
  
Confidence in contributed code might be enhanced if principles of design by contract are agreed upon for object oriented languages (see wikipedia Design By Contract [http://en.wikipedia.org/wiki/Design_by_contract], Python DBC [http://www.nongnu.org/pydbc/], and Design by Contract for Python [http://www.swe.uni-linz.ac.at/publications/abstract/TR-SE-97.24.html].
+
Please note that all contributions to Gourmet Corner may be edited, altered, or removed by other contributors, in the spirit of collegiality and peer review. Do not submit copyrighted work with permission. You are encouraged to assign an [http://www.opensource.org| open source license] to your source code.
  
 +
Confidence in contributed code might be enhanced if principles of design by contract are agreed upon for object oriented languages (see wikipedia [http://en.wikipedia.org/wiki/Design_by_contract| Design By Contract],  [http://www.nongnu.org/pydbc/| Python DBC], and [http://www.swe.uni-linz.ac.at/publications/abstract/TR-SE-97.24.html| Design by Contract for Python]).
  
= analytic (Strack classification) =
+
= [[library| Library of analytic solutions]] =
  
== horizontal confined flow ==
+
= recipes =
 
 
=== one-dimensional flow ===
 
 
 
insert text description
 
 
 
<math> \phi = -(\phi_1 - \phi_2 )\frac{x}{L} + \frac{1}{2}(\phi_1 + \phi_2) </math>
 
 
 
 
 
insert conceptual model (graphic)
 
 
 
insert code snippets (python, fortran)
 
 
 
insert solution heads (graphic)
 
 
 
=== radial flow ===
 
 
 
=== two-dimensional flow ===
 
 
 
== shallow unconfined flow ==
 
 
 
=== one-dimensional flow ===
 
=== two-dimensional flow ===
 
 
 
== combined shallow confined and unconfined flow ==
 
 
 
=== one-dimensional flow ===
 
=== radial flow ===
 
 
 
== shallow unconfined flow with rainfall ==
 
 
 
== shallow interface flow ==
 
 
 
== aquifers with vertically varying hydraulic conductivity ==
 
 
 
== shallow flow in aquifers with clay laminae ==
 
 
 
== shallow interface flow in aquifers with impermeable laminae ==
 
 
 
== shallow semiconfined flow ==
 
 
 
== shallow flow in systems of aquifers separated by leaky layers ==
 
 
 
== transient shallow flow ==
 
 
 
== two-dimensional flow in the vertical plane ==
 
 
 
== three-dimensional flow ==
 
  
 +
I imagine placing code snippets here of new solutions.  Once a solution is accepted then it is added to the library.
  
 +
= howtos =
  
 +
= examples =
  
= analytical (Bruggeman classification) =
+
== laboratory experiments/physical analoges (e.g., Hele shaw) ==
  
== Phreatic groundwater ==
+
== benchmark and example problems (e.g., Henry Problem) ==
  
Exact solutions
+
== controlled field experiments (e.g., Borden site, MADE site, Cape Cod site) ==
 
 
One-dimensional horizontal flow
 
 
 
Two-dimensional radial-symmetric horizontal flow
 
 
 
General two-dimensional horizontal flow
 
 
== Confined groundwater ==
 
 
 
One-dimensional flow
 
 
 
Two-dimensional radial-symmetric flow
 
 
 
General two-dimensional flow
 
 
 
Three-dimensional spherical flow
 
 
 
Three-dimensional axial-symmetric flow
 
 
 
General three-dimensional flow
 
 
 
== Multi-layer systems ==
 
 
 
== Dispersion ==
 
 
 
==  Density flow (interface)==
 
 
 
 
 
= howtos =
 
 
 
= examples =
 

Latest revision as of 07:53, 30 August 2007

The gourmet corner is a place for community contributions of recipes, howtos and examples for analytical and numerical modeling of ground water flow and transport.

AEM gourmet corner wiki uses a subset of TeX, including some extensions from LaTeX and AMSLaTeX, for mathematical formulae. Thus, only a limited part of the full TeX language is supported. Here is a guide for math syntax.

Please note that all contributions to Gourmet Corner may be edited, altered, or removed by other contributors, in the spirit of collegiality and peer review. Do not submit copyrighted work with permission. You are encouraged to assign an open source license to your source code.

Confidence in contributed code might be enhanced if principles of design by contract are agreed upon for object oriented languages (see wikipedia Design By Contract, Python DBC, and Design by Contract for Python).

Library of analytic solutions

recipes

I imagine placing code snippets here of new solutions. Once a solution is accepted then it is added to the library.

howtos

examples

laboratory experiments/physical analoges (e.g., Hele shaw)

benchmark and example problems (e.g., Henry Problem)

controlled field experiments (e.g., Borden site, MADE site, Cape Cod site)