diff --git a/Example2/Analysis/AutomationFunctions/linearize_KchangeLinRamping.mo b/Example2/Analysis/AutomationFunctions/linearize_KchangeLinRamping.mo index 299be2b..2fe156b 100644 --- a/Example2/Analysis/AutomationFunctions/linearize_KchangeLinRamping.mo +++ b/Example2/Analysis/AutomationFunctions/linearize_KchangeLinRamping.mo @@ -39,7 +39,7 @@ ss := Modelica_LinearSystems2.ModelAnalysis.Linearize(
This package contains functions that automate the simulation, plotting and linearization of the models under Example2.Analysis.
+This package contains functions that automate the simulation, plotting and linearization of the models under Example2.Analysis.
")); end AutomationFunctions; diff --git a/Example2/Analysis/PFVariants/AutomationFunctions/package.mo b/Example2/Analysis/PFVariants/AutomationFunctions/package.mo index 2db671b..d59ec35 100644 --- a/Example2/Analysis/PFVariants/AutomationFunctions/package.mo +++ b/Example2/Analysis/PFVariants/AutomationFunctions/package.mo @@ -2,6 +2,6 @@ within Example2.Analysis.PFVariants; package AutomationFunctions "Provides functions for automation of simulation and linearization using the models of the upper layer package" extends Modelica.Icons.FunctionsPackage; annotation (Documentation(info=" -This package contains functions that automate the simulation, plotting and linearization of the models under Example2.Analysis.
+This package contains functions that automate the simulation, plotting and linearization of the models under Example2.Analysis.
")); end AutomationFunctions; diff --git a/Example2/Analysis/PFVariants/RampingRandomLoadAndInput_pf.mo b/Example2/Analysis/PFVariants/RampingRandomLoadAndInput_pf.mo index 6522c16..d09ca0e 100644 --- a/Example2/Analysis/PFVariants/RampingRandomLoadAndInput_pf.mo +++ b/Example2/Analysis/PFVariants/RampingRandomLoadAndInput_pf.mo @@ -80,7 +80,7 @@ equation Icon(coordinateSystem(extent={{-100,-100},{100,100}})),preferredView="diagram", Documentation(info="Main model used for simulation in [1] and [2].
-To reproduce the results in Fig. 4 of [2], execute the function Example2.Analysis.AutomationFunctions.simulate_and_plot_inputs , which sets up the adequate solver settings to minimize run time.
-Please note that running this model takes substantial time compared to example Example2.Analysis.Ramping, the reason is that both random load and probing signals are added to the model which results in an additional computation burden.
+To reproduce the results in Fig. 4 of [2], execute the function Example2.Analysis.AutomationFunctions.simulate_and_plot_inputs , which sets up the adequate solver settings to minimize run time.
+Please note that running this model takes substantial time compared to example Example2.Analysis.Ramping, the reason is that both random load and probing signals are added to the model which results in an additional computation burden.
"),preferredView="diagram"); end RampingRandomLoadAndInput_pf; diff --git a/Example2/Analysis/PFVariants/Ramping_pf.mo b/Example2/Analysis/PFVariants/Ramping_pf.mo index f950f44..8fdd20d 100644 --- a/Example2/Analysis/PFVariants/Ramping_pf.mo +++ b/Example2/Analysis/PFVariants/Ramping_pf.mo @@ -24,7 +24,8 @@ model Ramping_pf redeclare record Bus = Example2.PFData.Data.BusData.PF_Bus_0, redeclare record Loads = Example2.PFData.Data.LoadData.PF_Loads_0, redeclare record Trafos = Example2.PFData.Data.TrafoData.PF_Trafos_0, - redeclare record Machines = Example2.PFData.Data.MachineData.PF_Machines_0) + redeclare record Machines = + Example2.PFData.Data.MachineData.PF_Machines_0) annotation (Placement(transformation(extent={{58,-40},{138,40}}))); Modelica.Blocks.Sources.Constant r(k=0) annotation (Placement(transformation( extent={{-20,-20},{20,20}}, @@ -74,6 +75,6 @@ equation Diagram(coordinateSystem(extent={{-200,-200},{200,200}})), Icon(coordinateSystem(extent={{-100,-100},{100,100}})),preferredView="diagram", Documentation(info=" -This model illustrates how ramping is applied to move the system to multiple operating points.
To simulate this model and plot the results, execute the function Example2.Analysis.AutomationFunctions.simulate_and_plot_ramping , which sets up the adequate solver settings to minimize run time.
+This model illustrates how ramping is applied to move the system to multiple operating points.
To simulate this model and plot the results, execute the function Example2.Analysis.AutomationFunctions.simulate_and_plot_ramping , which sets up the adequate solver settings to minimize run time.
")); end Ramping_pf; diff --git a/Example2/Analysis/PFVariants/package.mo b/Example2/Analysis/PFVariants/package.mo index bc8e2a8..49b5cd9 100644 --- a/Example2/Analysis/PFVariants/package.mo +++ b/Example2/Analysis/PFVariants/package.mo @@ -3,6 +3,6 @@ package PFVariants "Variants with redeclarable power flow structures for top-lev extends Modelica.Icons.VariantsPackage; annotation (Documentation(info="Uses the system model in Example2.Base.Systems.PFVariants that takes advantage of OpenIPSL data types with nominal attributes and top-level re-parametrization of power flow initial guess data.
-It is recommended that the models within this package are used for derivative works. See more details in the information layer of Example2.PFData.
-")); +It is recommended that the models within this package are used for derivative works. See more details in the information layer of Example2.PFData.
+