read_cli: Read boundary (*.cli) file

Description Usage Arguments Value

View source: R/boundary.R

Description

Reads the boundary file of a TELEMAC project.

Usage

1
read_cli(fname)

Arguments

fname

character File name of the boundary file to be read.

Value

A data.frame where each row represents a point along the mesh boundary. Columns refer to:

lihbor

Depth conditions

liubor

Velocity conditions in u direction

livbor

Velocity conditions in v direction

hbor

Prescribed depth if lihbor = 5

ubor

Prescribed velocity if liubor = 6

vbor

Prescribed velocity if livbor = 6

aubor

Friction coefficient at boundary if liubor or livbor = 2

litbor

Tracer conditions

tbor

Prescribed value of tracer if litbor = 5

atbor

Coefficient of flow relation

btbor

Coefficient of flow relation

n

Global number of boundary point

k

Point number of boundary point numbering; can also represent a node colour

See TELEMAC-2D user manual for more information.


tpilz/telemac documentation built on Feb. 10, 2022, 2:12 p.m.