Difference between revisions of "AEM Gourmet Corner"

From aemwiki
Jump to: navigation, search
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.
  
Confidence in contributed code might be enhanced if principles of design by contract are agreed upon.
+
Please note that all contributions to Gourmet Corner may be edited, altered, or removed by other contributors. If you don't want your writing to be edited mercilessly, then don't submit it here. Do not submit copyrighted work with permission. You may assign an open source license to your source code [http://www.opensource.org].
[Design by Contract for Python, http://www.swe.uni-linz.ac.at/publications/abstract/TR-SE-97.24.html]
 
 
 
Also,
 
  
 +
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].
  
  

Revision as of 13:56, 28 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.

Please note that all contributions to Gourmet Corner may be edited, altered, or removed by other contributors. If you don't want your writing to be edited mercilessly, then don't submit it here. Do not submit copyrighted work with permission. You may assign an open source license to your source code [1].

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 [2], Python DBC [3], and Design by Contract for Python [4].


analytic (Strack classification)

horizontal confined flow

one-dimensional flow

insert text description

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

analytical (Bruggeman classification)

Phreatic groundwater

Exact solutions

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