WSMInputFunctions
is an option for WSMSimulate and WSMSimulateSensitivity that specifies values for input variables.


WSMInputFunctions
WSMInputFunctions
is an option for WSMSimulate and WSMSimulateSensitivity that specifies values for input variables.
Details and Options
- WSMInputFunctions takes the following values:
-
{var1fun1,…} use funi[t] as input for vari at time t {var1{f1,f2,…},…} run simulations in parallel, with fj[t] as input for vari - Input functions can be set for all variables in WSMModelData[mmodel,"InputVariables"].
- Each vari can be either a string or DotName.
Examples
open all close allBasic Examples (3)
Load Wolfram System Modeler Link:
Simulate a model with a given input:
Simulate the model that sets two inputs; the output is the sum of the inputs:
Plot the inputs and the output:
Simulate a model with a given input:
Simulate the model that takes the derivative of the input:
Scope (5)
Show the response in room temperature, given a step in the outside temperature:
Use a TimeSeries as input to a model:
Define a time series and simulate:
Plot the input and the output:
Study a model for different inputs:
Simulate the model that derives the input for different trigonometric functions:
Plot the input and the output:
Give an input function for a variable and study the sensitivity of the output:
Simulate the model that integrates the input after applying a gain:
Plot the sensitivity of the output to the gain parameter:
Use a Piecewise function as input: