ÎļþÃû´Ó WinFrmUI/Yw.WinFrmUI.Phart.Core/v2/02-pump/99-viewmodel/PumpSerialParallelViewModel.cs ÐÞ¸Ä |
| | |
| | | namespace Yw.WinFrmUI.Phart |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | |
| | | namespace Yw.WinFrmUI.Phart |
| | | { |
| | | public class PumpSerialParallelViewModel |
| | | public class PumpChartViewModel |
| | | { |
| | | public PumpSerialParallelViewModel() { } |
| | | public PumpSerialParallelViewModel(PumpSerialParallelViewModel rhs) |
| | | public PumpChartViewModel() { } |
| | | public PumpChartViewModel(PumpChartViewModel rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.Id = rhs.Id; |
| | | this.Name = rhs.Name; |
| | | this.IsBp = rhs.IsBp; |
| | | this.RatedSpeed = rhs.RatedSpeed; |
| | | this.CurrentSpeed = rhs.CurrentSpeed; |
| | | this.CurrentHz = rhs.CurrentHz; |
| | | this.Qh = rhs.Qh; |
| | | this.Qe = rhs.Qe; |
| | | this.Qp = rhs.Qp; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// æ è¯ |
| | | /// </summary> |
| | | public long ID { get; set; } |
| | | } |
| | | |
| | | /// <summary> |
| | | /// æ è¯ |
| | |
| | | /// åç§° |
| | | /// </summary> |
| | | public string Name { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç¼ç |
| | | /// </summary> |
| | | public string Code { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// æ¯å¦åé¢ |
| | | /// </summary> |
| | | public bool IsBp { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// é¢å®è½¬é |
| | | /// </summary> |
| | |
| | | /// <summary> |
| | | /// å½å转é |
| | | /// </summary> |
| | | public double CurrentSpeed { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å½åé¢ç |
| | | /// </summary> |
| | | public double CurrentHz { get; set; } |
| | | public double CurrentSpeed { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æµéæ¬ç¨çº¿ |
| | |
| | | /// </summary> |
| | | public Yw.Geometry.CubicSpline2d Qp { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// æµéæ¬ç¨çº¿(计ç®) |
| | | /// </summary> |
| | | public Yw.Geometry.CubicSpline2d QhCalc { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æµéæç线(计ç®) |
| | | /// </summary> |
| | | public Yw.Geometry.CubicSpline2d QeCalc { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æµéåç线(计ç®) |
| | | /// </summary> |
| | | public Yw.Geometry.CubicSpline2d QpCa { get; set; } |
| | | |
| | | |
| | | public void Calc() |
| | | { |
| | | |
| | | } |
| | | } |
| | | |
| | | |
| | | } |