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
|
Full Usage:
DifferenceEqs CodedMap<StateEquation<'timeUnit>>
Parameters:
CodedMap<StateEquation<'timeUnit>>
|
|
Full Usage:
DifferentialEqs CodedMap<RateEquation<'timeUnit>>
Parameters:
CodedMap<RateEquation<'timeUnit>>
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsDifferenceEqs
Returns: bool
|
|
Full Usage:
this.IsDifferentialEqs
Returns: bool
|
|
bristlecone