From d66bd4aa0bf9c4d9b8793a4e308c9e80691b440f Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sun, 12 Nov 2023 21:40:01 +0100 Subject: Enable links to source, upgrade to bootstrap 5 --- docs/reference/chent_focus_sw.html | 265 ++++++++++++++----------------------- 1 file changed, 97 insertions(+), 168 deletions(-) (limited to 'docs/reference/chent_focus_sw.html') diff --git a/docs/reference/chent_focus_sw.html b/docs/reference/chent_focus_sw.html index 70fd16d..5ffa6b4 100644 --- a/docs/reference/chent_focus_sw.html +++ b/docs/reference/chent_focus_sw.html @@ -1,206 +1,135 @@ - - - - - - +Create a chemical compound object for FOCUS Step 1 calculations — chent_focus_sw • pfm + Skip to contents + -Create a chemical compound object for FOCUS Step 1 calculations — chent_focus_sw • pfm +
+
+
- - +
+

Create a chemical compound object for FOCUS Step 1 calculations

+
- - - +
+

Usage

+
chent_focus_sw(
+  name,
+  Koc,
+  DT50_ws = NA,
+  DT50_soil = NA,
+  DT50_water = NA,
+  DT50_sediment = NA,
+  cwsat = 1000,
+  mw = NA,
+  max_soil = 1,
+  max_ws = 1
+)
+
- - - +
+

Arguments

+
name
+

Length one character vector containing the name

+
Koc
+

Partition coefficient between organic carbon and water +in L/kg.

- - - +
DT50_ws
+

Half-life in water/sediment systems in days

+
DT50_soil
+

Half-life in soil in days

- - - +
DT50_water
+

Half-life in water in days (Step 2)

- - - - - - - -
-
- +
DT50_sediment
+

Half-life in sediment in days (Step 2)

- -
+
cwsat
+

Water solubility in mg/L

-
-
- -
-

Create a chemical compound object for FOCUS Step 1 calculations

-
+
mw
+

Molar weight in g/mol.

-
chent_focus_sw(
-  name,
-  Koc,
-  DT50_ws = NA,
-  DT50_soil = NA,
-  DT50_water = NA,
-  DT50_sediment = NA,
-  cwsat = 1000,
-  mw = NA,
-  max_soil = 1,
-  max_ws = 1
-)
- -

Arguments

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
name

Length one character vector containing the name

Koc

Partition coefficient between organic carbon and water -in L/kg.

DT50_ws

Half-life in water/sediment systems in days

DT50_soil

Half-life in soil in days

DT50_water

Half-life in water in days (Step 2)

DT50_sediment

Half-life in sediment in days (Step 2)

cwsat

Water solubility in mg/L

mw

Molar weight in g/mol.

max_soil

Maximum observed fraction (dimensionless) in soil

max_ws

Maximum observed fraction (dimensionless) in water/sediment -systems

- -

Value

- -

A list with the substance specific properties

-
- -
+
max_ws
+

Maximum observed fraction (dimensionless) in water/sediment +systems

+ +
+
+

Value

+ + +

A list with the substance specific properties

+
-
-
+ + + -
+ + - - - + -- cgit v1.2.1