Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

20,729 changes: 6,029 additions & 14,700 deletions idaes_examples/notebooks/docs/power_gen/supercritical/supercritical_power_plant_doc.ipynb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

14,165 changes: 3,945 additions & 10,220 deletions idaes_examples/notebooks/docs/power_gen/supercritical/supercritical_steam_cycle_doc.ipynb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies = [
# Pyomo
"pyomo>=6.5.0",
"jupyter",
"importlib_resources", # importlib.resources.files()
"importlib",
]
keywords = ["IDAES", "energy systems", "chemical engineering", "process modeling"]

Expand Down Expand Up @@ -156,12 +156,14 @@ extend-exclude = [
[tool.typos.default.extend-words]
# Ignore IDAES
IDAES = "IDAES"
# Ignore HDA, assumes it's on purpose and not a typo of "had"
# Ignore HDA, assume it's on purpose and not a typo of "had"
HDA = "HDA"
# Ignore Attemp - assume it is abbreviating attemperator
Attemp = "Attemp"
# Ignore equil, assumes it's on purpose and not a typo of "equal"
# Ignore equil, assume it's on purpose and not a typo of "equal"
equil = "equil"
# Ignore iz, assume it's on purpose and not a typo of "is"
iz = "iz"
# Atomic elements
Nd = "Nd"
Ba = "Ba" # ba is also used in block names in RSOFC-SOEC example
Expand Down
Loading