API
Coming Soon
In the meantime, see How to Use and Reference.
diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index 08c0725d..9507a086 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-09-30T09:29:48","documenter_version":"1.7.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-09-30T11:58:40","documenter_version":"1.7.0"}} \ No newline at end of file diff --git a/dev/api/index.html b/dev/api/index.html index c5ec20c7..bf9f7c04 100644 --- a/dev/api/index.html +++ b/dev/api/index.html @@ -1,2 +1,2 @@ -
Coming Soon
In the meantime, see How to Use and Reference.
Settings
This document was generated with Documenter.jl version 1.7.0 on Monday 30 September 2024. Using Julia version 1.10.5.
Coming Soon
In the meantime, see How to Use and Reference.
Settings
This document was generated with Documenter.jl version 1.7.0 on Monday 30 September 2024. Using Julia version 1.10.5.
EnergyProblem:
- - Time creating internal structures (in seconds): 5.660840245
- - Time computing constraints partitions (in seconds): 5.154211121
+ - Time creating internal structures (in seconds): 5.356340874
+ - Time computing constraints partitions (in seconds): 5.117200397
- Model created!
- - Time for creating the model (in seconds): 9.804503918
+ - Time for creating the model (in seconds): 10.053238502
- Number of variables: 727
- Number of constraints for variable bounds: 727
- Number of structural constraints: 957
- Model solved!
- - Time for solving the model (in seconds): 1.487686651
+ - Time for solving the model (in seconds): 1.37334263
- Termination status: OPTIMAL
- Objective value: 2409.3840293440285
-
Since the battery
is not seasonal, it only has results for the intra-storage level of each representative period, as shown in the following figure:
Since the phs
is defined as seasonal, it has results for only the inter-storage level. Since we defined the period partition as 1, we get results for each period (i.e., day). We can see that the inter-temporal constraints in the model keep track of the storage level through the whole timeframe definition (i.e., week).
In this example, we have demonstrated how to partially recover the chronological information of a storage asset with a longer discharge duration (such as 48 hours) than the representative period length (24 hours). This feature enables us to model both short- and long-term storage in TulipaEnergyModel.jl.
Settings
This document was generated with Documenter.jl version 1.7.0 on Monday 30 September 2024. Using Julia version 1.10.5.