过热度和过冷度物性的计算
This commit is contained in:
@@ -6,11 +6,12 @@ namespace CapMachine.Wpf.PPCalculation
|
||||
|
||||
/// <summary>
|
||||
/// This is C# Wrapper Class for REFPROP.
|
||||
/// REFPROP.DLL 是32程序的Dll文件,如果应用程序是32位的,需要使用REFPROP.DLL,修改为: [DllImport(@".\PPCalculation\REFPROP\REFPROP.DLL")]
|
||||
/// REFPRP64.DLL 是64位程序的Dll文件,如果应用程序是64位的,需要使用REFPRP64.DLL 修改为: [DllImport(@".\PPCalculation\REFPROP\REFPRP64.DLL")]
|
||||
/// 还请搭配流体文件的数据(请注意路径的长度)
|
||||
/// </summary>
|
||||
public static class IRefProp64
|
||||
{
|
||||
static bool is64Bit = Environment.Is64BitProcess;
|
||||
|
||||
/**************************************************************
|
||||
* Set the path where the fluid files are located.
|
||||
* The path does not need to contain the ending "\" and it can
|
||||
|
||||
Reference in New Issue
Block a user