@manufac-analytics/perry
Version:
Process Design Utilities
4 lines (3 loc) • 302 B
TypeScript
import { DIPPRVaporThermalConductivityProps } from "../interfaces/utils";
export declare const DIPPRVaporThermalConductivityDictionary: Record<string, DIPPRVaporThermalConductivityProps>;
export declare function calculateDIPPRVaporThermalConductivity(compound: string, temperature: number): number;