Skip to content
Snippets Groups Projects
Commit f4656790 authored by Ruben Heinrich's avatar Ruben Heinrich
Browse files

[docs] Updated documentation

parent 7d288f36
No related branches found
No related tags found
4 merge requests!57 vtkdiff,!47 parameter,!37 process borehole heat exchanger,!2Basic import and export functionality
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/vtu.R
\name{as_node.r2ogs6_mesh}
\alias{as_node.r2ogs6_mesh}
\title{as_node.r2ogs6_curve}
\usage{
\method{as_node}{r2ogs6_mesh}(x)
}
\arguments{
\item{x}{A r2ogs6_mesh class object}
}
\description{
Implementation of generic function as_node for S3 class r2ogs6_mesh
}
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/generate_benchmark_script.R
\name{construct_add_call}
\alias{construct_add_call}
\title{construct_add_call}
\usage{
construct_add_call(object, nested_call = FALSE)
}
\arguments{
\item{object}{An object (numeric, character, list, NULL, or r2ogs6 class object)}
\item{nested_call}{Optional: For recursion purposes, you should leave this as it is.}
}
\value{
A string representing the code with which the component would be added
to an OGS6 object
}
\description{
Constructs a call based on an OGS6 component. This is a recursive function
and its feelings are easily hurt. Please handle it with care.
}
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/generate_benchmark_script.R
\name{generate_benchmark_script}
\alias{generate_benchmark_script}
\title{generate_benchmark_script}
\usage{
generate_benchmark_script(prj_path, dest_dir = "")
}
\arguments{
\item{prj_path}{The path to the project file the script will be based on}
\item{dest_dir}{Optional: The directory to write the script to}
}
\description{
Generates a benchmark script from an existing .prj file.
}
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/vtu.R
\name{r2ogs6_mesh}
\alias{r2ogs6_mesh}
\title{r2ogs6_mesh}
\usage{
r2ogs6_mesh(mesh_ref)
}
\arguments{
\item{mesh_ref}{A reference to a .vtu file}
}
\description{
Wrapper class, so far only has a reference to a .vtu file
}
% Generated by roxygen2: do not edit by hand % Generated by roxygen2: do not edit by hand
% Please edit documentation in R/utils.R % Please edit documentation in R/sim_utils.R
\name{validate_paths} \name{validate_paths}
\alias{validate_paths} \alias{validate_paths}
\title{validate_paths} \title{validate_paths}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment