Skip to content

Commit

Permalink
release 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gramian committed Aug 8, 2021
1 parent b076f77 commit 4217c38
Show file tree
Hide file tree
Showing 174 changed files with 1,260 additions and 538 deletions.
6 changes: 5 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Christian Himpe (orcid:0000-0003-2194-6754) - Design, Architecture, Coding, Testing, Debugging, Documentation
Sara Grundel (orcid:0000-0002-0209-6566) - Coding, Testing, Debugging

Jens Saak (orcid:0000-0001-5567-9637) - Code Review, Testing, Usability Testing
Stephen Werner (orcid:0000-0003-1667-4862) - Code Review, Testing
Tim Mitchell (orcid:0000-0002-8426-0242) - Code Review, Testing
Jens Saak (orcid:0000-0001-5567-9637) - Code Review, Testing
Petar Mlinaric (orcid:0000-0002-9437-7698) - Code Review, Testing
Pawan Goyal (orcid:0000-0003-3072-7780) - Code Review, Testing
Jonas Schulze - Code Review, Testing

15 changes: 7 additions & 8 deletions CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@ Cite As:

C. Himpe, S. Grundel, P. Benner:
Model Order Reduction for Gas and Energy Networks;
arXiv (math.OC): 2011.12099, 2021.
https://arxiv.org/abs/2011.12099
Journal of Mathematics in Industry 11: 13, 2021.
doi:10.1186/s13362-021-00109-4

BibTeX Entry:

@TechReport{HimGB21,
@Article{HimpeGB21,
author = {Himpe, C. and Grundel, S. and Benner, P.},
title = {Model Order Reduction for Gas and Energy Networks},
institution = {arXiv},
type = {eprints},
note = {math.OC},
number = {2011.12099},
journal = {Journal of Mathematics in Industry},
volume = {11},
pages = {13},
year = {2021},
url = {https://arxiv.org/abs/2011.12099}
doi = {10.1186/s13362-021-00109-4}
}

27 changes: 27 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
cff-version: 1.1.0
message: "Please cite the following work when using this software."
authors:
- family-names: Himpe
given-names: Christian
orcid: https://orcid.org/0000-0003-2194-6754
- family-names: Grundel
given-names: Sara
orcid: https://orcid.org/0000-0002-0209-6566
- family-names: Benner
given-names: Peter
orcid: https://orcid.org/0000-0003-3362-4103
title: "Model Order Reduction for Gas and Energy Networks"
doi: 10.1186/s13362-021-00109-4
url: https://git.io/morgen
version: 1.1
date-released: 2021-08-08
keywords:
- "dimension reduction"
- "model reduction"
- "model order reduction"
- "gas networks"
- "gas transport"
- "gas pipeline"
- "natural gas"
- "digital twins"

4 changes: 2 additions & 2 deletions CODE
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# code.ini
name: Model Order Reduction for Gas and Energy Networks
shortname: morgen
version: 1.0
release-date: 2021-06-22
version: 1.1
release-date: 2021-08-08
id: 10.5281/zenodo.4288509
id-type: doi
author: Christian Himpe, Sara Grundel
Expand Down
4 changes: 2 additions & 2 deletions DEMO.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%%% project: morgen - Model Order Reduction for Gas and Energy Networks
%%% version: 1.0 (2021-06-22)
%%% version: 1.1 (2021-08-08)
%%% authors: C. Himpe (0000-0003-2194-6754), S. Grundel (0000-0002-0209-6566)
%%% license: BSD-2-Clause (opensource.org/licenses/BSD-2-clause)
%%% summary: Basic demonstration of simulation and model reduction.
Expand All @@ -25,5 +25,5 @@
}, ... % Ad-hoc configuration:
'dt=10', ... % Use 10s time-steps
'ord=50', ... % Maximum reduced order 50 (computation and evaluation)
'compact'); % Make compact plot instead of individual
'compact'); % Make compact plot instead of individual plots

5 changes: 3 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
All source code is licensed under the open source BSD-2-Clause license:
BSD 2-Clause License

Copyright (c) 2020--2021, Christian Himpe, Sara Grundel

Expand All @@ -23,4 +23,5 @@ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
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.
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Loading

0 comments on commit 4217c38

Please sign in to comment.