-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename SU and SD parameters in the docs
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
...src/concept_reference/max_startup_ramp.md → .../src/concept_reference/shut_down_limit.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
The definition of the `max_startup_ramp` parameter will trigger the creation of the [Constraint on upward start up ramp_up](@ref constraint_max_start_up_ramp). It sets an upper bound on the [unit\_flow](@ref) variable for the timestep right after a startup. | ||
The definition of the `shut_down_limit` parameter sets an upper bound on the [unit\_flow](@ref) variable for the timestep right before a shutdown. | ||
|
||
It can be defined for [unit__to_node](@ref) or [unit__from_node](@ref) relationships, as well as their counterparts for node groups. It will then impose restrictions on the `unit_flow` variables that indicate flows between the two members of the relationship for which the parameter is defined. The parameter is given as a fraction of the [unit\_capacity](@ref) parameter. When the parameter is not included, the aforementioned constraint will not be created, which is equivalent to choosing a value of 1. | ||
It can be defined for [unit__to_node](@ref) or [unit__from_node](@ref) relationships, as well as their counterparts for node groups. It will then impose restrictions on the `unit_flow` variables that indicate flows between the two members of the relationship for which the parameter is defined. The parameter is given as a fraction of the [unit\_capacity](@ref) parameter. When the parameter is not specified the limit will not be imposed, which is equivalent to choosing a value of 1. |
4 changes: 2 additions & 2 deletions
4
...rc/concept_reference/max_shutdown_ramp.md → docs/src/concept_reference/start_up_limit.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
The definition of the `max_shutdown_ramp` parameter will trigger the creation of the [constraint on maximum shutdown ramp](@ref constraint_max_shut_down_ramp). It sets an upper bound on the [unit\_flow](@ref) variable for the timestep right before a shutdown. | ||
The definition of the `start_up_limit` parameter sets an upper bound on the [unit\_flow](@ref) variable for the timestep right after a startup. | ||
|
||
It can be defined for [unit__to_node](@ref) or [unit__from_node](@ref) relationships, as well as their counterparts for node groups. It will then impose restrictions on the `unit_flow` variables that indicate flows between the two members of the relationship for which the parameter is defined. The parameter is given as a fraction of the [unit\_capacity](@ref) parameter. When the parameter is not included, the aforementioned constraint will not be created, which is equivalent to choosing a value of 1. | ||
It can be defined for [unit__to_node](@ref) or [unit__from_node](@ref) relationships, as well as their counterparts for node groups. It will then impose restrictions on the `unit_flow` variables that indicate flows between the two members of the relationship for which the parameter is defined. The parameter is given as a fraction of the [unit\_capacity](@ref) parameter. When the parameter is not specified the limit will not be imposed, which is equivalent to choosing a value of 1. |