ModelingToolkitStandardLibrary Compatibility system

A list of the available systems for compatibility with the .

Index

Models

BioChemicalTreatment.ProcessSimulator.InflowPortToRealOutputFunction
InflowPortToRealOutput(components=default_states(); initial_flow=nothing, initial_concentrations=nothing, name)

A system which connects to a InflowPort and to a series of ModelingToolkitStandardLibrary.Blocks.RealOutputs on the other sides for compatibility with the ModelingToolkitStandardLibrary. Internally the equations ensure equality inbetween the corresponding symbols. Takes the same inputs as InflowPort.

Info

This function needs the ModelingToolkitStandardLibrary to be loaded, as it is only useful with this library.

Connectors

source
BioChemicalTreatment.ProcessSimulator.ReactionInputToRealOutputFunction
ReactionInputToRealOutput(components=default_states(); initial_rates=nothing, name)

A system which connects to a ReactionInputPort and to a series of ModelingToolkitStandardLibrary.Blocks.RealOutputs on the other sides for compatibility with the ModelingToolkitStandardLibrary. The system ensures equality between the corresponding symbols. Takes the same inputs as ReactionInputPort.

Info

This function needs the ModelingToolkitStandardLibrary to be loaded, as it is only useful with this library.

Connectors

source
BioChemicalTreatment.ProcessSimulator.RealInputToOutflowPortFunction
RealInputToOutflowPort(components=default_states(); initial_flow=nothing, initial_concentrations=nothing, name)

A system which connects to a OutflowPort and to a series of ModelingToolkitStandardLibrary.Blocks.RealInputs on the other sides for compatibility with the ModelingToolkitStandardLibrary. The system ensures equality between the corresponding symbols. Takes the same inputs as OutflowPort.

Info

This function needs the ModelingToolkitStandardLibrary to be loaded, as it is only useful with this library.

Connectors

source
BioChemicalTreatment.ProcessSimulator.RealInputToReactionOutputFunction
RealInputToReactionOutput(components=default_states(); initial_rates=nothing, name)

A system which connects to a ReactionOutputPort and to a series of ModelingToolkitStandardLibrary.Blocks.RealInputs on the other sides for compatibility with the ModelingToolkitStandardLibrary. The system ensures equality between the corresponding symbols. Takes the same inputs as ReactionOutputPort.

Info

This function needs the ModelingToolkitStandardLibrary to be loaded, as it is only useful with this library.

Connectors

source
BioChemicalTreatment.ProcessSimulator.RealInputToStateOutputFunction
RealInputToStateOutput(states=default_states(); initial_states=nothing, name)

A system which connects to a StateOutputPort and to a series of ModelingToolkitStandardLibrary.Blocks.RealInputs on the other sides for compatibility with the ModelingToolkitStandardLibrary. The system ensures equality between the corresponding symbols. Takes the same inputs as StateOutputPort.

Info

This function needs the ModelingToolkitStandardLibrary to be loaded, as it is only useful with this library.

Connectors

source
BioChemicalTreatment.ProcessSimulator.StateInputToRealOutputFunction
StateInputToRealOutput(components; initial_states=nothing, name)

A system which connects to a StateInputPort and to a series of ModelingToolkitStandardLibrary.Blocks.RealOutputs on the other sides for compatibility with the ModelingToolkitStandardLibrary. The system ensures equality between the corresponding symbols. Takes the same inputs as StateInputPort.

Info

This function needs the ModelingToolkitStandardLibrary to be loaded, as it is only useful with this library.

Connectors

source