Skip to content

Commit 0792928

Browse files
Initial commit for R2022b
0 parents  commit 0792928

153 files changed

Lines changed: 1293 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
*.fig binary
2+
*.mat binary
3+
*.mdl binary diff merge=mlAutoMerge
4+
*.mdlp binary
5+
*.mexa64 binary
6+
*.mexw64 binary
7+
*.mexmaci64 binary
8+
*.mlapp binary
9+
*.mldatx binary
10+
*.mlproj binary
11+
*.mlx binary
12+
*.p binary
13+
*.sfx binary
14+
*.sldd binary
15+
*.slreqx binary merge=mlAutoMerge
16+
*.slmx binary merge=mlAutoMerge
17+
*.sltx binary
18+
*.slxc binary
19+
*.slx binary merge=mlAutoMerge
20+
*.slxp binary
21+
22+
## Other common binary file types
23+
*.docx binary
24+
*.exe binary
25+
*.jpg binary
26+
*.pdf binary
27+
*.png binary
28+
*.xlsx binary

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# List of untracked files to ignore

License.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Copyright (c) 2022, The MathWorks, Inc.
2+
All rights reserved.
3+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
5+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
6+
3. In all cases, the software is, and all modifications and derivatives of the software shall be, licensed to you solely for use in conjunction with MathWorks products and service offerings.
7+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
8+
9+
10+
11+

MicrogridDesignWithSimscape.prj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<MATLABProject xmlns="http://www.mathworks.com/MATLABProjectFile" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0"/>

Models/remoteMicrogrid.slx

321 KB
Binary file not shown.

README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Microgrid Design with Simscape&trade;
2+
The International Council on Large Electric Systems (CIGRE) has defined microgrid as
3+
‘electricity distribution systems containing loads and distributed energy resources,
4+
(such as distributed generators, storage devices, or controllable loads) that can be
5+
operated in a controlled, coordinated way either while connected to the main power
6+
network or while islanded’.
7+
There are different types of microgrid applications such as residential microgrids,
8+
remote microgrids, industrial microgrids, and many more. This model shows the
9+
operation of a remote microgrid with diesel generator, battery energy storage
10+
system, photovoltaic and loads.
11+
12+
## Description and Performance Evaluation
13+
Microgrids developed in remote places ensure reliable and uninterrupted power.
14+
The microgrid controller ensures economic and sustainable energy mix while
15+
maximizing fuel saving with stable renewable energy integrations. To learn
16+
how to develop, evaluate, and operate a remote microgrid, see the Design,
17+
Operation, and Control of Remote Microgrid example.
18+
The planning objective in this remote microgrid example includes power
19+
reliability, renewable power usage, and reduction in diesel consumption.
20+
The key index for economic benefits for the remote microgrid includes life
21+
cycle cost, net revenue, payback period, and internal rate of return.
22+
23+
In this example, these indices are improved through reduction in diesel
24+
usage, maximum usage of renewable energy, and operation of the BESS.
25+
This example uses various standards for covering, planning, designing,
26+
controlling, and testing. The control performance evaluation includes
27+
conformation of standards for power quality.
28+
29+
## Setup
30+
* Clone the repository and add to Matlab path.
31+
* Open MicrogridDesignWithSimscape.prj to get started.
32+
* Use the project shortcut buttons in the toolstrip to open the example.
33+
* Requires MATLAB&reg; release R2022b or newer.
34+
35+
Copyright 2022-2023 The MathWorks, Inc.
36+

SECURITY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Reporting Security Vulnerabilities
2+
3+
4+
If you believe you have discovered a security vulnerability, please report it to
5+
security@mathworks.com. Please see
6+
MathWorks Vulnerability Disclosure Policy for Security Researchers
7+
for additional information.

ScriptData/Microgrid_v1.jpg

41.8 KB
Loading

ScriptData/PV.png

152 KB
Loading

ScriptData/cable.png

3.54 KB
Loading

0 commit comments

Comments
 (0)