blob: 945c34311260fc3b8d763c917d04ea7ce9f458c0 (
plain) (
tree)
|
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/PEC_sw_focus.R
\name{chent_focus_sw}
\alias{chent_focus_sw}
\title{Create a chemical compound object for FOCUS Step 1 calculations}
\usage{
chent_focus_sw(Koc, DT50_ws = NA, cwsat = 1000, mw = NA, max_soil = 1,
max_ws = 1)
}
\arguments{
\item{Koc}{Partition coefficient between organic carbon and water
in L/kg.}
\item{DT50_ws}{Half-life in water/sediment systems in days}
\item{cwsat}{Water solubility in mg/L}
\item{mw}{Molar weight in g/mol}
\item{max_soil}{Maximum observed fraction (dimensionless) in soil}
\item{max_ws}{Maximum observed fraction (dimensionless) in water/sediment
systems}
}
\value{
A list with the substance specific properties
}
\description{
Create a chemical compound object for FOCUS Step 1 calculations
}
|