Slot: equation_order

Order of the time derivative on the LHS. Default 1 means dx/dt = rhs (first-order ODE). Order 2 means d²x/dt² = rhs (second-order ODE), etc. Higher-order ODEs are automatically lowered to coupled first-order systems by backends like ModelingToolkit.jl via mtkcompile.

URI: tvbo:slot/equation_order Alias: equation_order

Applicable Classes

Name Description Modifies Slot
FieldStateVariable no
StateVariable no

Properties

Type and Range

Property Value
Range xsd:integer
Domain Of StateVariable

Cardinality and Requirements

Property Value

Slot Characteristics

Property Value
If Absent int(1)
Owner StateVariable

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/tvbo

Mappings

Mapping Type Mapped Value
self tvbo:equation_order
native tvbo:equation_order

LinkML Source

name: equation_order
description: Order of the time derivative on the LHS. Default 1 means dx/dt = rhs
  (first-order ODE). Order 2 means d²x/dt² = rhs (second-order ODE), etc. Higher-order
  ODEs are automatically lowered to coupled first-order systems by backends like ModelingToolkit.jl
  via mtkcompile.
from_schema: https://w3id.org/tvbo
rank: 1000
ifabsent: int(1)
alias: equation_order
owner: StateVariable
domain_of:
- StateVariable
range: integer