Skip to content

Commit

Permalink
Unify wording of docstrings of parameter records
Browse files Browse the repository at this point in the history
  • Loading branch information
christiankral committed Oct 17, 2022
1 parent 3fd8a07 commit 8f670f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ model IMC_DOL_Polyphase
40},{80,60}})));
parameter
Modelica.Electrical.Machines.Utilities.ParameterRecords.IM_SquirrelCageData
aimcData3 "Induction machine data of three phase machine"
aimcData3 "Induction machine data of a three-phase machine"
annotation (Placement(transformation(extent={{-100,-100},{-80,-80}})));
Modelica.Electrical.Analog.Basic.Ground ground3 annotation (Placement(
transformation(
Expand Down Expand Up @@ -166,7 +166,7 @@ model IMC_DOL_Polyphase
statorCoreParameters(m=m),
Lm=3*sqrt(1 - 0.0667)/(2*pi*fNominal)*m/3,
Lrsigma=3*(1 - sqrt(1 - 0.0667))/(2*pi*fNominal)*m/3,
Rr=0.04*m/3) "Induction machine data of m-phase machine"
Rr=0.04*m/3) "Induction machine data of an m-phase machine"
annotation (Placement(transformation(extent={{-100,0},{-80,20}})));
initial equation
aimc3.is[1:2] = zeros(2);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ model IMS_Start_Polyphase
{80,-50}})));
parameter
Modelica.Electrical.Machines.Utilities.ParameterRecords.IM_SlipRingData aimsData3
"Induction machine data of three phase machine"
"Induction machine data of a three-phase machine"
annotation (Placement(transformation(extent={{-100,-100},{-80,-80}})));
Modelica.Electrical.Analog.Basic.Ground groundM annotation (Placement(
transformation(origin={-90,50}, extent={{-10,-10},{10,10}})));
Expand Down Expand Up @@ -184,7 +184,7 @@ model IMS_Start_Polyphase
Lrsigma=3*(1 - sqrt(1 - 0.0667))/(2*pi*fNominal)/aimsDataM.turnsRatio^2,
Lrzero=3*(1 - sqrt(1 - 0.0667))/(2*pi*fNominal)/aimsDataM.turnsRatio^2,
Rr=0.04/aimsDataM.turnsRatio^2,
rotorCoreParameters(m=m)) "Induction machine data of m-phase machine"
rotorCoreParameters(m=m)) "Induction machine data of an m-phase machine"
annotation (Placement(transformation(extent={{-100,0},{-80,20}})));
initial equation
aims3.is[1:2] = zeros(2);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ model SMPM_Inverter_Polyphase
Lrsigmad=0.05/(2*pi*fsNominal)*m/3,
Lrsigmaq=0.05/(2*pi*fsNominal)*m/3,
Rrd=0.04*m/3,
Rrq=0.04*m/3) "Synchronous machine data of m-phase machine"
Rrq=0.04*m/3) "Synchronous machine data of an m-phase machine"
annotation (Placement(transformation(extent={{-60,-40},{-40,-20}})));
initial equation
smpm3.is[1:2] = zeros(2);
Expand Down

0 comments on commit 8f670f3

Please sign in to comment.