From b5e37ba49d88f9156d05405fdbc40d0d0ad55a88 Mon Sep 17 00:00:00 2001 From: visr Date: Wed, 29 Nov 2023 13:10:26 +0000 Subject: [PATCH] deploy: f3efd4ddc09be2563484de44889e6ff72890efe4 --- build/index.html | 306 +++++++++--------- python/examples.html | 2 +- .../figure-html/cell-55-output-1.png | Bin 76857 -> 76543 bytes search.json | 2 +- 4 files changed, 155 insertions(+), 155 deletions(-) diff --git a/build/index.html b/build/index.html index f04ddd874..fef2b189f 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,14 +275,14 @@

    # Ribasim.AllocationModelType.

    Store information for a subnetwork used for allocation.

    objectivetype: The name of the type of objective used allocationnetworkid: The ID of this allocation network 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.

    Inputs

    config: The model configuration with allocation configuration in config.allocation p: Ribasim problem parameters Δt_allocation: The timestep between successive allocation solves

    Outputs

    An AllocationModel object.

    -

    source

    +

    source

    # Ribasim.BasinType.

    Requirements: