Header menu logo bristlecone

ModelForm<'timeUnit> Type

The model system may make use of either stepped or integrated-time equations. Each are both require the same inputs, but differ in whether a solver is applied or not. Here, the DU's purpose is for additional type safety. TODO Allow state to differ between equations.

Union cases

Union case Description

DifferenceEqs CodedMap<StateEquation<'timeUnit>>

Full Usage: DifferenceEqs CodedMap<StateEquation<'timeUnit>>

Parameters:
Item : CodedMap<StateEquation<'timeUnit>>

DifferentialEqs CodedMap<RateEquation<'timeUnit>>

Full Usage: DifferentialEqs CodedMap<RateEquation<'timeUnit>>

Parameters:
Item : CodedMap<RateEquation<'timeUnit>>

Instance members

Instance member Description

this.IsDifferenceEqs

Full Usage: this.IsDifferenceEqs

Returns: bool
Returns: bool

this.IsDifferentialEqs

Full Usage: this.IsDifferentialEqs

Returns: bool
Returns: bool

Type something to start searching.