modelTGM_Comax_Measurement_20160808
Measured irradiance model on 2016-08-08; Comax modules at TGM building in Vienna, Austria
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example uses measured irradiance data to supply the photovoltaic modules.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nsModule | 6 | Number of series connected modules |
| Integer | npModule | 1 | Number of parallel connected modules |
| String | fileNameIrradiance | Modelica.Utilities.Files.loadResource("modelica://PhotoVoltaics/Resources/WeatherData/TGM_Trina_20160808.txt") | Irradiance data file name |
| String | fileName | Modelica.Utilities.Files.loadResource("modelica://PhotoVoltaics/Resources/WeatherData/TGM_Comax_20160808.txt") | Power data file name |
| String | csvFileName | "TGM_Comax_Measurement_20160808_power.csv" | |
| PhotoVoltaics.Records.TSM_200_DC01A | moduleData |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Irradiance | irradiance | irradianceTable.y[1] | Measured irradiance |
| Modelica.Units.SI.Power | powerAC | powerTable.y[1] | Measured AC power |
| PhotoVoltaics.Components.SimplePhotoVoltaics.SimplePlantSymmetric | plant | ||
| Modelica.Electrical.Analog.Basic.Ground | ground | ||
| PhotoVoltaics.Components.Converters.QuasiStaticSinglePhaseConverter | converter | ||
| PhotoVoltaics.Components.Blocks.MPTrackerSample | mpTracker | ||
| Modelica.Electrical.QuasiStatic.SinglePhase.Basic.Ground | groundAC | ||
| Modelica.Electrical.QuasiStatic.SinglePhase.Sources.VoltageSource | voltageSource | ||
| Modelica.Electrical.Analog.Sensors.PowerSensor | powerSensor | ||
| Modelica.Blocks.Continuous.Integrator | integrator | ||
| PhotoVoltaics_TGM.WriteCSV | writeCSV | ||
| Modelica.Blocks.Sources.CombiTimeTable | irradianceTable | ||
| Modelica.Blocks.Sources.CombiTimeTable | powerTable |