Description: AITCH is a FORTRAN90 program which solves for flow in an H-shaped region.
More specifically, AITCH is intended to model the geometry needed for a time-dependent flow of an incompressible fluid in a 2D region, under the Navier Stokes equations.
This program is simply an initial sketch of how to divide up the the region in a way that makes it possible to generate a consistent account of the nodes and elements needed to implement a finite element representation of the solution.
- [nozzle-shock] - Sprinkler irrigation to be one-dimension
- [NS] - The numerical solution of NS equation tu
- [flow3] - a program which uses the finite element
- [3DGMG_poisson_solver_basic] - We provide a simple Geometric Multigrid
File list (Check if you may need any files):
Aitch
.....\aitch.csh
.....\aitch.f90
.....\aitch_element.ps
.....\aitch_node.ps
.....\aitch_output.txt
.....\ReadMe.txt