KACHEL2D: Difference between revisions
From BAWiki
imported>BAWiki 3 (Created page with '{{ProgramDescription |name_de=KACHEL2D |name=KACHEL2D |version=April 1997 |version_descr=Aprl 2008 |catchwords=preprocessor <br /> finite element grid mathematical method TELEMAC…') |
Guntram Seiß (talk | contribs) mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 20: | Line 20: | ||
# file of the overall model grid (type [[GITTER05.DAT and GITTER05.BIN|gitter05.dat/bin]]) | # file of the overall model grid (type [[GITTER05.DAT and GITTER05.BIN|gitter05.dat/bin]]) | ||
# (optional) file(s) with a polygon for subregion definitions (type [[FD2BAGGER.POLY|fd2bagger.poly]]) | # (optional) file(s) with a polygon for subregion definitions (type [[FD2BAGGER.POLY|fd2bagger.poly]]) | ||
# (optional) file(s) with a polygon for definition of holes (type [[FD2BAGGER. | # (optional) file(s) with a polygon for definition of holes (type [[FD2BAGGER.POLY|fd2bagger.poly]]) | ||
Line 41: | Line 41: | ||
|language=Fortran90 | |language=Fortran90 | ||
|add_software=- | |add_software=- | ||
|contact_original= | |contact_original=J. Jürges | ||
|contact_maintenance=[mailto: | |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
- program input control file (type kachel2d.dat)
- file of the overall model grid (type gitter05.dat/bin)
- (optional) file(s) with a polygon for subregion definitions (type fd2bagger.poly)
- (optional) file(s) with a polygon for definition of holes (type fd2bagger.poly)
Output-Files
- file(s) of the part grid(s) (type gitter05.dat/bin)
- (optional) list(s) of edges (type fkvz.bin)
- (optional) list(s) of neighbour elements (type fkez.bin)
- (optional) file with test outputs (type kachel2d.trc)
- (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
Additional Information
Language
Fortran90
Additional software
-
Original Version
J. Jürges
Maintenance
Documentation/Literature
$PROGHOME/examples/kachel2d/kachel2d.dat
back to Program Descriptions