diff --git a/dev/IsothermData/index.html b/dev/IsothermData/index.html index 4cf243e..f68fffb 100644 --- a/dev/IsothermData/index.html +++ b/dev/IsothermData/index.html @@ -5,4 +5,4 @@ )
Container for all data relevant to isotherms.
Data specific to each component and step are organized in matrix format with columns representing components and rows representing steps i.e., with s -> step and c -> component:
[ s1c1 s1c2 s1c3 ...
s2c1 s2c2 s2c3 ...
s3c1 s3c2 s3c3 ...
- ... ... ... ... ]
Inputs
Inputs can be vectors of vectors e.g., partial_pressures_mpa = [[component_1-step_1, component_1-step_2, ...], [component_2-step_1, component_2-step_2, ...], ...]
Or, if only one component is present, only a vector e.g., [step_1, step_2, ...]
Settings
This document was generated with Documenter.jl version 0.27.25 on Sunday 19 November 2023. Using Julia version 1.9.4.