From 879d7bd7bc866a71d6afdd2a312669a540ec99b4 Mon Sep 17 00:00:00 2001 From: visr Date: Mon, 13 Nov 2023 15:03:12 +0000 Subject: [PATCH] deploy: 2e926a497ab4882a7546d66187d1b642aa0fb6cc --- build/index.html | 256 +++++++++--------- core/equations.html | 2 +- core/usage.html | 2 +- python/examples.html | 8 +- .../figure-html/cell-26-output-2.png | Bin 78092 -> 78037 bytes .../figure-html/cell-27-output-2.png | Bin 150382 -> 147206 bytes .../figure-html/cell-41-output-1.png | Bin 51033 -> 50644 bytes .../figure-html/cell-55-output-1.png | Bin 71114 -> 71077 bytes schema/Config.schema.json | 2 +- schema/Solver.schema.json | 2 +- search.json | 4 +- 11 files changed, 138 insertions(+), 138 deletions(-) diff --git a/build/index.html b/build/index.html index 68cd65931..a4fb522a1 100644 --- a/build/index.html +++ b/build/index.html @@ -262,11 +262,11 @@

solve!
  • BMI.finalize
  • -

    source

    +

    source

    # Ribasim.configModule.

    module config

    Ribasim.config is a submodule of Ribasim to handle the configuration of a Ribasim model. It is implemented using the Configurations package. A full configuration is represented by Config, which is the main API. Ribasim.config is a submodule mainly to avoid name clashes between the configuration sections and the rest of Ribasim.

    -

    source

    +

    source

    @@ -275,7 +275,7 @@

    # Ribasim.AllocationModelType.

    Store information for a subnetwork used for allocation.

    allocationnetworkid: The ID of this allocation network nodeid: All the IDs of the nodes that are in this subnetwork nodeidmapping: Mapping Dictionary; modelnodeid => AGnodeid where such a correspondence exists (all AG node ids are in the values) nodeidmappinginverse: The inverse of nodeidmapping, Dictionary; AG node ID => model node ID allocgraphedgeidsuserdemand: AG user node ID => AG user inflow edge ID Source edge mapping: AG source node ID => subnetwork source edge ID graphallocation: The graph used for the allocation problems capacity: The capacity per edge of the allocation graph, as constrained by nodes that have a maxflowrate problem: The JuMP.jl model for solving the allocation problem Δtallocation: The time interval between consecutive allocation solves

    -

    source

    +

    source

    # Ribasim.AllocationModelMethod.

    Construct the JuMP.jl problem for allocation.

    Definitions

    @@ -287,7 +287,7 @@

    source

    +

    source

    # Ribasim.BasinType.

    Requirements: