TICTRI: Difference between revisions
From BAWiki
imported>BAWiki 3 (Created page with '{{ProgramDescription |name_de=TICTRI |name=TICTRI |version=January 1996 |version_descr=April 2008 |catchwords=preprocessor<br /> finite element grid<br /> grid generation<br />…') |
Guntram Seiß (talk | contribs) mNo edit summary |
||
Line 22: | Line 22: | ||
|language=Fortran77 | |language=Fortran77 | ||
|add_software=- | |add_software=- | ||
|contact_original= | |contact_original=G. Lang | ||
|contact_maintenance=[mailto: | |contact_maintenance=[mailto:pre.proghome@baw.de working group PRE] | ||
|documentation=$PROGHOME/examples/tictri | |documentation=$PROGHOME/examples/tictri | ||
TELEMAC-2D Modelling System - Users Manual | TELEMAC-2D Modelling System - Users Manual | ||
}} | }} |
Latest revision as of 14:30, 10 October 2022
Basic Information
Name of Program
TICTRI
Version-Date
January 1996
Description-Date
April 2008
Catchwords
preprocessor
finite element grid
grid generation
numerical model TELEMAC-2D
Short Description of Functionality
The program TICTRI is a preprocessor for the numerical model TELEMAC-2D. TICTRI converts a finite element grid from TICAD-format to an equivalent grid in TRIGRID-format. Additional informations about boundary nodes and the type of the boundary conditions are generated by TICTRI too.
Input-Files
- general input-data (filetype tictri.dat)
- grid which shall be converted (filetype gitter05.dat/bin)
- boundary conditions (filetype rndwerte.dat)
Output-Files
- nodal point connexions in TRIGRID-format (filetype triang.dat)
- list of neighbour nodes, coordinates and boundary informations (filetype neigh.dat)
- (optional) trace of program execution (filetype tictri.trc)
Methodology
The nodal connexions are left unchanged but the node numbers are augmented by 1. Additionally all neighbours of a node are determined. The boundary condition file of type rndwerte.dat is interpreted and every boundary node is assigned a unique TRIGRID colour-code number.
Program(s) to run before this Program
Program(s) to run after this Program
Additional Information
Language
Fortran77
Additional software
-
Original Version
G. Lang
Maintenance
Documentation/Literature
$PROGHOME/examples/tictri
TELEMAC-2D Modelling System - Users Manual
back to Program Descriptions