Description Usage Arguments Value Author(s) References See Also Examples
This function imports pressure head data from a simulation successfully run in HYDRUS 2D. Use 'h3d_' functions to import HYDRUS 3D results. Simulation results ('Mesh Information' and 'Pressure Heads') have to be exported to ASCII prior to running this function using the HYDRUS 2D/3D GUI ('Results' –> 'Convert Output to ASCII').
1  | h2d_head(path)
 | 
path | 
 Path to HYDRUS 2D project containing 'MESHTRIA.TXT' and 'H.TXT'.  | 
Returns a tibble with 5 columns. 'timestep': 'Print Times' in units defined in HYDRUS 'Time Information', 'x': x-coordinate of mesh node, 'y': y-coordinate of mesh node, 'parameter': 'head' for pressure head, 'value': numerical value in units defined in HYDRUS [L].
Jan Knappe, jan.knappe@gmail.com
https://www.pc-progress.com/downloads/Pgm_Hydrus3D2/HYDRUS3D
Other HYDRUS 2D functions: h2d_concentration,
h2d_edges, h2d_nodes,
h2d_temperature,
h2d_velocity, h2d_vwc
1 2 3 4 5 6 7  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.