ModelingToolkitStandardLibrary Compatibility system
A list of the available systems for compatibility with the .
Index
BioChemicalTreatment.ProcessSimulator.InflowPortToRealOutput
BioChemicalTreatment.ProcessSimulator.ReactionInputToRealOutput
BioChemicalTreatment.ProcessSimulator.RealInputToOutflowPort
BioChemicalTreatment.ProcessSimulator.RealInputToReactionOutput
BioChemicalTreatment.ProcessSimulator.RealInputToStateOutput
BioChemicalTreatment.ProcessSimulator.StateInputToRealOutput
Models
BioChemicalTreatment.ProcessSimulator.InflowPortToRealOutput
— FunctionInflowPortToRealOutput(components=default_states(); initial_flow=nothing, initial_concentrations=nothing, name)
A system which connects to a InflowPort
and to a series of ModelingToolkitStandardLibrary.Blocks.RealOutput
s on the other sides for compatibility with the ModelingToolkitStandardLibrary. Internally the equations ensure equality inbetween the corresponding symbols. Takes the same inputs as InflowPort
.
This function needs the ModelingToolkitStandardLibrary
to be loaded, as it is only useful with this library.
Connectors
inflow
: TheInflowPort
to connectq
: AModelingToolkitStandardLibrary.Blocks.RealOutput
for the flow rate- One
ModelingToolkitStandardLibrary.Blocks.RealOutput
for each component in the flow
BioChemicalTreatment.ProcessSimulator.ReactionInputToRealOutput
— FunctionReactionInputToRealOutput(components=default_states(); initial_rates=nothing, name)
A system which connects to a ReactionInputPort
and to a series of ModelingToolkitStandardLibrary.Blocks.RealOutput
s on the other sides for compatibility with the ModelingToolkitStandardLibrary. The system ensures equality between the corresponding symbols. Takes the same inputs as ReactionInputPort
.
This function needs the ModelingToolkitStandardLibrary
to be loaded, as it is only useful with this library.
Connectors
reactioninput
: TheReactionInputPort
to connect- One
ModelingToolkitStandardLibrary.Blocks.RealOutput
for each component
BioChemicalTreatment.ProcessSimulator.RealInputToOutflowPort
— FunctionRealInputToOutflowPort(components=default_states(); initial_flow=nothing, initial_concentrations=nothing, name)
A system which connects to a OutflowPort
and to a series of ModelingToolkitStandardLibrary.Blocks.RealInput
s on the other sides for compatibility with the ModelingToolkitStandardLibrary. The system ensures equality between the corresponding symbols. Takes the same inputs as OutflowPort
.
This function needs the ModelingToolkitStandardLibrary
to be loaded, as it is only useful with this library.
Connectors
outflow
: TheOutflowPort
to connectq
: AModelingToolkitStandardLibrary.Blocks.RealInput
for the flow rate- One
ModelingToolkitStandardLibrary.Blocks.RealInput
for each component in the flow
BioChemicalTreatment.ProcessSimulator.RealInputToReactionOutput
— FunctionRealInputToReactionOutput(components=default_states(); initial_rates=nothing, name)
A system which connects to a ReactionOutputPort
and to a series of ModelingToolkitStandardLibrary.Blocks.RealInput
s on the other sides for compatibility with the ModelingToolkitStandardLibrary. The system ensures equality between the corresponding symbols. Takes the same inputs as ReactionOutputPort
.
This function needs the ModelingToolkitStandardLibrary
to be loaded, as it is only useful with this library.
Connectors
reactionoutput
: TheReactionOutputPort
to connect- One
ModelingToolkitStandardLibrary.Blocks.RealInput
for each component
BioChemicalTreatment.ProcessSimulator.RealInputToStateOutput
— FunctionRealInputToStateOutput(states=default_states(); initial_states=nothing, name)
A system which connects to a StateOutputPort
and to a series of ModelingToolkitStandardLibrary.Blocks.RealInput
s on the other sides for compatibility with the ModelingToolkitStandardLibrary. The system ensures equality between the corresponding symbols. Takes the same inputs as StateOutputPort
.
This function needs the ModelingToolkitStandardLibrary
to be loaded, as it is only useful with this library.
Connectors
stateoutput
: TheStateOutputPort
to connect- One
ModelingToolkitStandardLibrary.Blocks.RealInput
for each state
BioChemicalTreatment.ProcessSimulator.StateInputToRealOutput
— FunctionStateInputToRealOutput(components; initial_states=nothing, name)
A system which connects to a StateInputPort
and to a series of ModelingToolkitStandardLibrary.Blocks.RealOutput
s on the other sides for compatibility with the ModelingToolkitStandardLibrary. The system ensures equality between the corresponding symbols. Takes the same inputs as StateInputPort
.
This function needs the ModelingToolkitStandardLibrary
to be loaded, as it is only useful with this library.
Connectors
stateinput
: TheStateInputPort
to connect- One
ModelingToolkitStandardLibrary.Blocks.RealOutput
for each component