Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend ValidationUtils for validating ThermalGrids #1217

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

danielfeismann
Copy link
Member

resolves #1216

Copy link
Member

@staudtMarius staudtMarius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some small remarks.

Copy link
Member

@staudtMarius staudtMarius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two small remarks in the new test.

ThermalUnitInputTestData.domesticHotWaterStorageInput
]
def cylindricalStorageInput = [
ThermalUnitInputTestData.cylindricalStorageInput
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not work, because the test data name is cylindricStorageInput.

Comment on lines +120 to +128
def domesticHotWaterStorageInput = [
ThermalUnitInputTestData.domesticHotWaterStorageInput
]
def cylindricalStorageInput = [
ThermalUnitInputTestData.cylindricalStorageInput
]

ThermalGrid thermalGrid = new ThermalGrid(thermalBus, [thermalHouse], cylindricalStorageInput, domesticHotWaterStorageInput)

Copy link
Member

@staudtMarius staudtMarius Jan 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This thermal grid needs to be adapted as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extend ValidationUtils for validating ThermalGrids
2 participants