iode.Equations.copy_from

Equations.copy_from(input_files: str | List[str], names: str | List[str] = '*')[source]

Copy (a subset of) equations from the input file(s) ‘input_files’ into the current database.

Parameters:
input_file: str or list(str)

file(s) from which the copied equations are read.

names: str or list(str)

list of equations to copy from the input file(s). Defaults to load all equations from the input file(s).