UNPKG

@manufac-analytics/perry

Version:
4 lines (3 loc) 302 B
import { DIPPRVaporThermalConductivityProps } from "../interfaces/utils"; export declare const DIPPRVaporThermalConductivityDictionary: Record<string, DIPPRVaporThermalConductivityProps>; export declare function calculateDIPPRVaporThermalConductivity(compound: string, temperature: number): number;