modelTGM_Trina_WeatherData_OneYear
One year based on real weather data; Trina modules at TGM building in Vienna, Austria
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example is based on weather data taken from https://energyplus.net. The EPW file was converted using a Java script provided by the Buildings library.
java -jar .../Buildings/Resources/bin/ConvertWeatherData.jar .../PhotoVoltaics/Resources/WeatherData/AUT_Vienna.Schwechat.110360_IWEC.epw
The weather data are distributed under the EnergyPlus Licensing conditions, see License.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nsModule | 8 | Number of series connected modules |
| Integer | npModule | 1 | Number of parallel connected modules |
| String | fileName | Modelica.Utilities.Files.loadResource("modelica://PhotoVoltaics/Resources/WeatherData/AUT_Vienna.Schwechat.110360_IWEC.mos") | File name |
| String | csvFileName | "TGM_Trina_WeatherData_2016_energy.csv" | |
| PhotoVoltaics.Records.TSM_230_PC05 | moduleData |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.BoundaryConditions.SolarIrradiation.DiffusePerez | HDifTil | Diffuse irradiation on tilted surface | |
| Buildings.BoundaryConditions.SolarIrradiation.DirectTiltedSurface | HDirTil | Direct irradiation on tilted surface | |
| Modelica.Blocks.Math.Add | G | Total irradiation on tilted surface | |
| PhotoVoltaics.Components.SimplePhotoVoltaics.SimplePlantSymmetric | plant | ||
| Modelica.Electrical.Analog.Basic.Ground | ground | ||
| Buildings.BoundaryConditions.WeatherData.ReaderTMY3 | weaDat | ||
| 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 |