h2d_nodes: Import node coordinates from HYDRUS 2D mesh

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

View source: R/h2d_nodes.R

Description

This function imports node 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_nodes(path)

Arguments

path

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

Value

Returns a tibble with 3 columns. 'nodeID': nodal number, 'x': x-coordinate of mesh node, 'y': y-coordinate of mesh node.

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_edges, h2d_head, h2d_temperature, h2d_velocity, h2d_vwc

Examples

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

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

## End(Not run)

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