Skip to content

Extension/balance of plant #49

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

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

imbeauf
Copy link
Contributor

@imbeauf imbeauf commented Apr 10, 2025

Add two new IDSs needed by system codes
balance_of_plant_flat.zip

</xs:element>
<xs:element name="power_electric_generated">
<xs:annotation>
<xs:documentation>The net electric power produced by the thermal plant, equal tot the power produced by turbines LESS the power consumed by pumps and compressors</xs:documentation>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Typo and minor chnages

Suggested change
<xs:documentation>The net electric power produced by the thermal plant, equal tot the power produced by turbines LESS the power consumed by pumps and compressors</xs:documentation>
<xs:documentation>Net electric power produced by thermal plant, equal to power produced by turbines LESS power consumed by pumps and compressors</xs:documentation>

</xs:complexType>
<xs:complexType name="bop_power_electric_system">
<xs:annotation>
<xs:documentation>System involed in the electric power plant operation</xs:documentation>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Typo:

Suggested change
<xs:documentation>System involed in the electric power plant operation</xs:documentation>
<xs:documentation>System involved in electric power plant operation</xs:documentation>

</xs:element>
<xs:element name="system" type="bop_power_electric_system" maxOccurs="10">
<xs:annotation>
<xs:documentation>Set of systems involved in the electric plant operation</xs:documentation>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Two spaces

Suggested change
<xs:documentation>Set of systems involved in the electric plant operation</xs:documentation>
<xs:documentation>Set of systems involved in the electric plant operation</xs:documentation>

</xs:complexType>
<xs:element name="balance_of_plant">
<xs:annotation>
<xs:documentation>Electricial and thermal power balance of the plant</xs:documentation>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Typo

Suggested change
<xs:documentation>Electricial and thermal power balance of the plant</xs:documentation>
<xs:documentation>Electrical and thermal power balance of the plant</xs:documentation>

</xs:element>
<xs:element name="thermal_efficiency_cycle">
<xs:annotation>
<xs:documentation>The fractional thermal effiency of the power cycle. Calculated as 1-Q_out/Q_in</xs:documentation>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Add some spacing in formula:

Suggested change
<xs:documentation>The fractional thermal effiency of the power cycle. Calculated as 1-Q_out/Q_in</xs:documentation>
<xs:documentation>The fractional thermal effiency of the power cycle. Calculated as 1 - Q_out/Q_in</xs:documentation>

</xs:element>
<xs:element name="thermal_efficiency_plant">
<xs:annotation>
<xs:documentation>The fractional thermal effiency of the entire BOP thermal plant, inlcudes all of the individual cycles. Calculated as 1-Q_out/Q_in</xs:documentation>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
<xs:documentation>The fractional thermal effiency of the entire BOP thermal plant, inlcudes all of the individual cycles. Calculated as 1-Q_out/Q_in</xs:documentation>
<xs:documentation>The fractional thermal effiency of the entire BOP thermal plant, inlcudes all of the individual cycles. Calculated as 1 - Q_out/Q_in</xs:documentation>

@@ -0,0 +1,554 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?modxslt-stylesheet type="text/xsl" media="fuffa, screen and $GET[stylesheet]" href="./%24GET%5Bstylesheet%5D" alternate="no" title="Translation using provided stylesheet" charset="UTF-8" ?>
Copy link
Collaborator

Choose a reason for hiding this comment

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

fuffa?

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

Successfully merging this pull request may close these issues.

8 participants