⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 s5.mdl

📁 Gives all the matlab codes for dynamic simulation of electric machinery by Chee-Mun Ong
💻 MDL
📖 第 1 页 / 共 2 页
字号:
Model {
  Name			  "s5"
  Version		  2.00
  SimParamPage		  Solver
  SampleTimeColors	  off
  WideVectorLines	  off
  PaperOrientation	  landscape
  StartTime		  "0.0"
  StopTime		  "35"
  Solver		  ode15s
  RelTol		  "1e-6"
  AbsTol		  "1e-6"
  Refine		  "1"
  MaxStep		  "0.05"
  InitialStep		  "auto"
  FixedStep		  "auto"
  MaxOrder		  5
  OutputOption		  RefineOutputTimes
  OutputTimes		  "[]"
  LoadExternalInput	  off
  ExternalInput		  "[t, u]"
  SaveTime		  off
  TimeSaveName		  "tout"
  SaveState		  off
  StateSaveName		  "xout"
  SaveOutput		  off
  OutputSaveName	  "yout"
  LoadInitialState	  off
  InitialState		  "xInitial"
  SaveFinalState	  off
  FinalStateName	  "xFinal"
  LimitMaxRows		  off
  MaxRows		  "1000"
  Decimation		  "1"
  AlgebraicLoopMsg	  warning
  MinStepSizeMsg	  warning
  UnconnectedInputMsg	  warning
  UnconnectedOutputMsg	  warning
  UnconnectedLineMsg	  warning
  ConsistencyChecking	  off
  ZeroCross		  on
  BlockDefaults {
    Orientation		    right
    ForegroundColor	    black
    BackgroundColor	    white
    DropShadow		    off
    NamePlacement	    normal
    FontName		    "Helvetica"
    FontSize		    10
    FontWeight		    normal
    FontAngle		    normal
    ShowName		    on
  }
  AnnotationDefaults {
    HorizontalAlignment	    center
    VerticalAlignment	    middle
    ForegroundColor	    black
    BackgroundColor	    white
    DropShadow		    off
    FontName		    "Helvetica"
    FontSize		    10
    FontWeight		    normal
    FontAngle		    normal
  }
  System {
    Name		    "s5"
    Location		    [22, 54, 705, 460]
    Open		    on
    ScreenColor		    white
    Block {
      BlockType		      Gain
      Name		      "1/(Laq+Lse)"
      Position		      [240, 211, 335, 269]
      Gain		      "1/(Laq+Lse)"
    }
    Block {
      BlockType		      Gain
      Name		      "1/J"
      Position		      [525, 134, 570, 176]
      Gain		      "1/J"
    }
    Block {
      BlockType		      Gain
      Name		      "1/wmo"
      Position		      [210, 145, 260, 185]
      Orientation	      left
      Gain		      "1/wmo"
    }
    Block {
      BlockType		      Clock
      Name		      "Clock"
      Position		      [90, 50, 110, 70]
      Orientation	      down
      DeleteFcn		      "simclock BlockIsBeingDestroyed"
      PostSaveFcn	      "simclock Save"
      Location		      [30, 40, 140, 75]
    }
    Block {
      BlockType		      SubSystem
      Name		      "Ea_"
      Position		      [145, 105, 165, 140]
      Orientation	      left
      ShowPortLabels	      off
      MaskType		      "Dot Product"
      MaskDescription	      "Inner (dot) product.\ny=sum(u1.*u2)"
      MaskHelp		      "Computes the inner (dot) product of the inputs: "
			      "sum(u1.*u2).  The inputs are vectors of the "
			      "same length. Output is a scalar."
      MaskDisplay	      "disp('.\\n')"
      MaskIconFrame	      on
      MaskIconOpaque	      on
      MaskIconRotate	      off
      MaskIconUnits	      autoscale
      System {
	Name			"Ea_"
	Location		[33, 479, 253, 634]
	Open			off
	ScreenColor		white
	Block {
	  BlockType		  Inport
	  Name			  "in_1"
	  Position		  [15, 25, 35, 45]
	  Port			  "1"
	  PortWidth		  "-1"
	  SampleTime		  "-1"
	}
	Block {
	  BlockType		  Inport
	  Name			  "in_2"
	  Position		  [15, 90, 35, 110]
	  Port			  "2"
	  PortWidth		  "-1"
	  SampleTime		  "-1"
	}
	Block {
	  BlockType		  Product
	  Name			  "Product"
	  Position		  [65, 55, 90, 75]
	  Inputs		  "2"
	}
	Block {
	  BlockType		  Sum
	  Name			  "Sum"
	  Position		  [125, 55, 145, 75]
	  Inputs		  "+"
	}
	Block {
	  BlockType		  Outport
	  Name			  "out_1"
	  Position		  [185, 55, 205, 75]
	  Port			  "1"
	  OutputWhenDisabled	  held
	  InitialOutput		  "0"
	}
	Line {
	  SrcBlock		  "in_2"
	  SrcPort		  1
	  DstBlock		  "Product"
	  DstPort		  2
	}
	Line {
	  SrcBlock		  "in_1"
	  SrcPort		  1
	  DstBlock		  "Product"
	  DstPort		  1
	}
	Line {
	  SrcBlock		  "Product"
	  SrcPort		  1
	  DstBlock		  "Sum"
	  DstPort		  1
	}
	Line {
	  SrcBlock		  "Sum"
	  SrcPort		  1
	  DstBlock		  "out_1"
	  DstPort		  1
	}
      }
    }
    Block {
      BlockType		      Ground
      Name		      "Grd"
      Position		      [120, 278, 130, 292]
    }
    Block {
      BlockType		      Integrator
      Name		      "Integrator"
      Position		      [350, 224, 385, 256]
      ExternalReset	      none
      InitialConditionSource      internal
      InitialCondition	      "0"
      LimitOutput	      off
      UpperSaturationLimit      "inf"
      LowerSaturationLimit      "-inf"
      ShowSaturationPort      off
      ShowStatePort	      off
      AbsoluteTolerance	      "auto"
    }
    Block {
      BlockType		      Integrator
      Name		      "Integrator2"
      Position		      [590, 139, 620, 171]
      ExternalReset	      none
      InitialConditionSource      internal
      InitialCondition	      "0"
      LimitOutput	      off
      UpperSaturationLimit      "inf"
      LowerSaturationLimit      "-inf"
      ShowSaturationPort      off
      ShowStatePort	      off
      AbsoluteTolerance	      "auto"
    }
    Block {
      BlockType		      SubSystem
      Name		      "m5"
      Position		      [490, 269, 569, 310]
      DropShadow	      on
      OpenFcn		      "m5"
      ShowPortLabels	      off
      MaskType		      "Masked block of m5.m"
      MaskHelp		      "Uses m5.m to initialize and plot"
      MaskDisplay	      "disp('Initialize\\nand plot')"
      MaskIconFrame	      on
      MaskIconOpaque	      on
      MaskIconRotate	      off
      MaskIconUnits	      autoscale
      System {
	Name			"m5"
	Location		[420, 453, 705, 574]
	Open			off
	ScreenColor		white
	Annotation {
	  Position		  [147, 52]
	  VerticalAlignment	  top
	  Text			  "Uses m5.m to initialize s5.m\nand plot "
				  "results "
	}
      }
    }
    Block {
      BlockType		      Lookup
      Name		      "Mag_curve"
      Position		      [285, 140, 350, 190]
      Orientation	      left
      InputValues	      "SEIP5"
      OutputValues	      "SEVP5"
    }
    Block {
      BlockType		      Mux
      Name		      "Mux"
      Position		      [174, 50, 616, 70]
      Orientation	      up
      Inputs		      "5"
    }
    Block {
      BlockType		      SubSystem
      Name		      "Product"
      Position		      [425, 119, 440, 161]
      ShowPortLabels	      off
      MaskType		      "Dot Product"
      MaskDescription	      "Inner (dot) product.\ny=sum(u1.*u2)"
      MaskHelp		      "Computes the inner (dot) product of the inputs: "
			      "sum(u1.*u2).  The inputs are vectors of the "
			      "same length. Output is a scalar."
      MaskDisplay	      "disp('.\\n')"
      MaskIconFrame	      on
      MaskIconOpaque	      on
      MaskIconRotate	      off
      MaskIconUnits	      autoscale
      System {
	Name			"Product"
	Location		[33, 479, 253, 634]
	Open			off
	ScreenColor		white
	Block {
	  BlockType		  Inport
	  Name			  "in_1"
	  Position		  [15, 25, 35, 45]
	  Port			  "1"
	  PortWidth		  "-1"
	  SampleTime		  "-1"
	}
	Block {
	  BlockType		  Inport
	  Name			  "in_2"
	  Position		  [15, 90, 35, 110]
	  Port			  "2"
	  PortWidth		  "-1"
	  SampleTime		  "-1"
	}
	Block {
	  BlockType		  Product
	  Name			  "Product"
	  Position		  [65, 55, 90, 75]
	  Inputs		  "2"
	}
	Block {
	  BlockType		  Sum
	  Name			  "Sum"
	  Position		  [125, 55, 145, 75]
	  Inputs		  "+"
	}
	Block {
	  BlockType		  Outport
	  Name			  "out_1"
	  Position		  [185, 55, 205, 75]
	  Port			  "1"
	  OutputWhenDisabled	  held
	  InitialOutput		  "0"
	}
	Line {
	  SrcBlock		  "in_2"
	  SrcPort		  1
	  DstBlock		  "Product"
	  DstPort		  2
	}
	Line {
	  SrcBlock		  "in_1"
	  SrcPort		  1
	  DstBlock		  "Product"
	  DstPort		  1
	}
	Line {
	  SrcBlock		  "Product"
	  SrcPort		  1
	  DstBlock		  "Sum"
	  DstPort		  1
	}
	Line {
	  SrcBlock		  "Sum"
	  SrcPort		  1
	  DstBlock		  "out_1"
	  DstPort		  1
	}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -