feos.Parameters.from_multiple_json - FeOs v0.10.1

staticParameters.from_multiple_json()

Creates parameters from json files.

Parameters:input (List[Tuple[List[str], str]]) – The substances to search and their respective parameter files. E.g. [([“methane”, “propane”], “parameters/alkanes.json”), ([“methanol”], “parameters/alcohols.json”)]

binary_path (str, optional) – Path to file containing binary substance parameters.

identifier_option (

IdentifierOption

, optional, defaults to IdentifierOption.Name) – Identifier that is used to search substance.