Actions

KACHEL2D: Difference between revisions

From BAWiki

imported>BAWiki 3
No edit summary
mNo edit summary
 
Line 41: Line 41:
|language=Fortran90  
|language=Fortran90  
|add_software=-  
|add_software=-  
|contact_original=[mailto:jens.juerges@baw.de J. Jürges]
|contact_original=J. Jürges
|contact_maintenance=[mailto:jens.juerges@baw.de J. Jürges], [mailto:info.hamburg@baw.de A. Cords]
|contact_maintenance=[mailto:pre.proghome@baw.de working group PRE]
|documentation=$PROGHOME/examples/kachel2d/kachel2d.dat  
|documentation=$PROGHOME/examples/kachel2d/kachel2d.dat  


}}
}}

Latest revision as of 12:17, 10 October 2022

Basic Information

Name of Program

KACHEL2D

Version-Date

April 1997

Description-Date

Aprl 2008

Catchwords

preprocessor
finite element grid mathematical method TELEMAC-2D

Short Description of Functionality

The Program KACHEL2D is a preprocessor for the numerical method TELEMAC-2D. It has been designed to extract subgrids out of the overall model grid. The area of the subgrid can be defined by a frame (FRAME) or a closed polygon (POLYGON). Therefor any shape of a subgrid is possible.

A further function is given by cutting several holes into every defined subgrid.

Several sections could be extracted at the same time.

If many tiles shall be extracted during one run - especially tiles defined by means of a regular raster grid - check if the program DIDASPLIT would be the better choice.

Input-Files

  1. program input control file (type kachel2d.dat)
  2. file of the overall model grid (type gitter05.dat/bin)
  3. (optional) file(s) with a polygon for subregion definitions (type fd2bagger.poly)
  4. (optional) file(s) with a polygon for definition of holes (type fd2bagger.poly)

Output-Files

  1. file(s) of the part grid(s) (type gitter05.dat/bin)
  2. (optional) list(s) of edges (type fkvz.bin)
  3. (optional) list(s) of neighbour elements (type fkez.bin)
  4. (optional) file with test outputs (type kachel2d.trc)
  5. (optional) file with start times of program steps (type kachel2d.times)

Methodology

Either a tile with 4 frame coordinates (FRAME) or a polygon out of a file (POLYGON) define a section. All knots and elements of the overall model grid which are inside of the defined section are taken into account. Users of the program have also the option to take elements into account which are only partly overlapped with the defined section. In this case also the knots out of the section of the concerning elements are used for the part grid extraction. Remark:

In general the boundaries of a subgrid do not coincide with the predefined polygones or frames.

Program(s) to run before this Program

-

Program(s) to run after this Program

G05IMAGE, HVIEW2D, JANET

Additional Information

Language

Fortran90

Additional software

-

Original Version

J. Jürges

Maintenance

working group PRE

Documentation/Literature

$PROGHOME/examples/kachel2d/kachel2d.dat


back to Program Descriptions


Overview