Slot: equation_type

Type of equation: ‘differential’ (default) means dx/dt = rhs, ‘algebraic’ means 0 = rhs or x ~ rhs (DAE constraint). Algebraic equations are used by ModelingToolkit.jl backend.

URI: tvbo:slot/equation_type Alias: equation_type

Applicable Classes

Name Description Modifies Slot
FieldStateVariable no
StateVariable no

Properties

Type and Range

Property Value
Range xsd:string
Domain Of StateVariable

Cardinality and Requirements

Property Value

Slot Characteristics

Property Value
If Absent string(differential)
Owner StateVariable

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

name: equation_type
description: 'Type of equation: ''differential'' (default) means dx/dt = rhs, ''algebraic''
  means 0 = rhs or x ~ rhs (DAE constraint). Algebraic equations are used by ModelingToolkit.jl
  backend.'
from_schema: https://w3id.org/tvbo
rank: 1000
ifabsent: string(differential)
alias: equation_type
owner: StateVariable
domain_of:
- StateVariable
range: string