h2d_edges: Import edge coordinates from HYDRUS 2D mesh

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/h2d_edges.R

Description

This function imports edge coordinates from a simulation successfully run in HYDRUS 2D. Use 'h3d_' functions to import HYDRUS 3D results. Simulation results (including mesh information) have to be exported to ASCII prior to running this function using the HYDRUS 2D/3D GUI ('Results' –> 'Convert Output to ASCII').

Usage

1
h2d_edges(path)

Arguments

path

Path to HYDRUS 2D project containing 'MESHTRIA.TXT'.

Value

Returns a tibble with 7 columns. 'edgeID': edge number, 'startNode': number of the beginning node of the edge, 'endNode': number of the ending node of the edge, 'loppNode': number of the left opposite node, 'roppNode': number of the right opposite node, 'lTriangle': number of the left triangle, 'rTriangle': number of the right triangle. Note: 'roppNode', 'lTriangle', and 'lTriangle' are not always defined

Author(s)

Jan Knappe, jan.knappe@gmail.com

References

https://www.pc-progress.com/downloads/Pgm_Hydrus3D2/HYDRUS3D

See Also

Other HYDRUS 2D functions: h2d_concentration, h2d_head, h2d_nodes, h2d_temperature, h2d_velocity, h2d_vwc

Examples

1
2
3
4
5
6
7
h2d_edges(path = "data")

## Not run: 
h2d_edges(path = "MESHTRIA.TXT")
h2d_edges(path = "Project/MESHTRIA.TXT")

## End(Not run)

jknappe/hydrus2r documentation built on March 27, 2020, 11:55 p.m.