getInFluxes-Model-method: Extract the InFluxes as provided during creation of the model

getInFluxes,Model-methodR Documentation

Extract the InFluxes as provided during creation of the model

Description

Since the influxes had to be provided to create the model this method yields no new information that can not be obtained simpler. It is usually called internally by other functions.

Usage

## S4 method for signature 'Model'
getInFluxes(object)

Arguments

object

A modelrun as produced by the constructors: Model, Model_by_PoolNames, Model_14 the function GeneralModel or the functions listed in predefinedModels.
A model represents the initial value problem (IVP) for the contents of the pool consisting of

  • The initial values of the pool content

  • The system of ordinary differential equations, as dictated by the fluxes

  • The times for which the solution of the IVP is evaluated.


SoilR documentation built on Oct. 13, 2023, 5:06 p.m.