Building Physics Catalog Data Model and Editor
Important: This is a prototype and work in progress!!
How to Use
- Ensure Java 11 or higher is available (if not, install AdoptOpenJDK 15)
- Install Eclipse Modeling Tools, version 2020-09 or higher
- Install m2e and tycho configurators to enable Maven
- Add Maven support via
Help -> Install New Software...
from update sitehttp://download.eclipse.org/technology/m2e/releases
, checkMaven Integration for Eclipse
(m2e) and accept all defaults - Go to
Eclipse Preferences... -> Maven -> Discovery
and pressOpen Catalog
, Find:tycho
and checkTycho Configurator
, PressFinish
.
- Import all Eclipse projects in this GIT repository via
File -> Import... -> Projects from GIT -> Clone URI
- Refresh and clean/build projects
- Select file
de.hftstuttgart.buildingphysics.application.product
and executeOpen With -> Product Configuration Editor
, inOverview
, sectionTesting
, pressSynchronize
first andLaunch an Eclipse Application
second. Validation will fail, but nevertheless, proceed to generate a Runtime Configuration, albeit incomplete for now. - Open
Run -> Run Configuration...
, select newly created run configuration and executeAdd Required Plug-ins
under tabPlug-ins
,Apply
andRun
- Run/Debug from Eclipse IDE: Press
New...
to ceate a new empty Building Physics Catalog; Save and Load buttons are also available. - Build deliverables with Maven: Select project
de.hftstuttgart.buildingphysics.parent
and executeRun As -> Maven install
How to Create
Find background information about parameter catalogs for simulation and a tutorial on how to create them at https://transfer.hft-stuttgart.de/gitlab/neqmodplus/parameter-catalogs-for-simulation.