Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RollOut
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Moritz Beckschulte
RollOut
Commits
931c3a69
Commit
931c3a69
authored
1 month ago
by
Moritz Beckschulte
Browse files
Options
Downloads
Patches
Plain Diff
Added gitignore
parent
693f933e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+36
-0
36 additions, 0 deletions
.gitignore
.gitmodules
+4
-1
4 additions, 1 deletion
.gitmodules
BuildingSim/.idea/workspace.xml
+6
-10
6 additions, 10 deletions
BuildingSim/.idea/workspace.xml
BuildingSim/FrostingModels
+1
-0
1 addition, 0 deletions
BuildingSim/FrostingModels
with
47 additions
and
11 deletions
.gitignore
0 → 100644
+
36
−
0
View file @
931c3a69
.metadata
*.pyc
*.bak
*.bak-mo
.project
.pydevproject
# pip install #
#####################
*.egg-info/
*.egg/
*.eggs
dist
*.pypirc
build
# PyCharm #
#####################
.idea
.cache
venv
# Jupyter Notebook #
#####################
.ipynb_checkpoints
# Unittest #
#####################
.pytest_cache
htmlcov
.coverage
.unitTests-dymola.log
installed_dependencies/*
startup.mos
working_dir
\ No newline at end of file
This diff is collapsed.
Click to expand it.
.gitmodules
+
4
−
1
View file @
931c3a69
...
...
@@ -3,4 +3,7 @@
url = https://github.com/RWTH-EBC/TEASER
[submodule "BuildingSim/BESMod"]
path = BuildingSim/BESMod
url = https://github.com/RWTH-EBC/BESMod.git
\ No newline at end of file
url = https://github.com/RWTH-EBC/BESMod.git
[submodule "BuildingSim/FrostingModels"]
path = BuildingSim/FrostingModels
url = https://git-ce.rwth-aachen.de/ebc/projects/ebc0932_bmwk_elosdeutschland_kap/frostingmodelicamodels
This diff is collapsed.
Click to expand it.
BuildingSim/.idea/workspace.xml
+
6
−
10
View file @
931c3a69
...
...
@@ -5,10 +5,6 @@
</component>
<component name="ChangeListManager">
<list default="true" id="2bc32c04-dd44-4e01-9ff9-c09263eca269" name="Changes" comment="">
<change afterPath="$PROJECT_DIR$/working_dir/simulate.py" afterDir="false" />
<change afterPath="$PROJECT_DIR$/working_dir/simulate_with_dymola_api.py" afterDir="false" />
<change afterPath="$PROJECT_DIR$/working_dir/test_ebcpy.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BESMod/installed_dependencies/IBPSA/.github/workflows/formatting.yml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/BESMod/installed_dependencies/IBPSA/.gitignore" beforeDir="false" />
...
...
@@ -5444,11 +5440,6 @@
<change beforePath="$PROJECT_DIR$/BESMod/installed_dependencies/IBPSA/bin/convertBuildingsToAnnex60.py" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/BESMod/installed_dependencies/IBPSA/bin/runUnitTests.py" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/BESMod/installed_dependencies/IBPSA/bin/verifyFiles.py" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/working_dir/Modelica_RollOut/RollOut.mo" beforeDir="false" afterPath="$PROJECT_DIR$/working_dir/Modelica_RollOut/RollOut.mo" afterDir="false" />
<change beforePath="$PROJECT_DIR$/working_dir/Modelica_RollOut/dsin.txt" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/working_dir/Modelica_RollOut/dslog.txt" beforeDir="false" afterPath="$PROJECT_DIR$/working_dir/Modelica_RollOut/dslog.txt" afterDir="false" />
<change beforePath="$PROJECT_DIR$/working_dir/Modelica_RollOut/dsmodel.c" beforeDir="false" afterPath="$PROJECT_DIR$/working_dir/Modelica_RollOut/dsmodel.c" afterDir="false" />
<change beforePath="$PROJECT_DIR$/working_dir/Modelica_RollOut/dymosim.exe" beforeDir="false" afterPath="$PROJECT_DIR$/working_dir/Modelica_RollOut/dymosim.exe" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
...
...
@@ -5587,7 +5578,7 @@
<option name="presentableId" value="Default" />
<updated>1742207574701</updated>
<workItem from="1742207576975" duration="4000" />
<workItem from="1743083402015" duration="2
2154
000" />
<workItem from="1743083402015" duration="2
3379
000" />
</task>
<servers />
</component>
...
...
@@ -5637,6 +5628,11 @@
<line>97</line>
<option name="timeStamp" value="46" />
</line-breakpoint>
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
<url>file://$PROJECT_DIR$/working_dir/simulate_with_dymola_api.py</url>
<line>123</line>
<option name="timeStamp" value="47" />
</line-breakpoint>
</breakpoints>
</breakpoint-manager>
</component>
...
...
This diff is collapsed.
Click to expand it.
FrostingModels
@
232a4857
Subproject commit 232a48571e1a1d366338fc3b4b9034d449bcb96b
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment