Buildings.Occupants.BaseClasses.Validation
Package with examples to validate functions in BaseClasses package
Information
This package contains examples to validate models in the Windows package.
Extends from Modelica.Icons.ExamplesPackage (Icon for packages containing runnable examples).
Package Content
Name | Description |
---|---|
BinaryVariableGeneration | Test model for binary variable generation function |
ExponentialVariableGeneration | Test model for exponential variable generation function |
Linear1D | Test model for 1D binary variable generation function |
Logit1D | Test model for 1D binary variable generation function |
Logit1DQuadratic | Test model for 1D binary variable generation function |
Logit2D | Test model for 2D binary variable generation function |
Weibull1DOFF | Test model for 1D binary variable generation function |
Weibull1DON | Test model for 1D binary variable generation function |
WeibullVariableGeneration | Test model for real variable generation function |
Buildings.Occupants.BaseClasses.Validation.BinaryVariableGeneration
Test model for binary variable generation function
Information
This model tests the implementation of Buildings.Occupants.BaseClasses.binaryVariableGeneration.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Integer | seed | 5 | Seed for the random number generator |
Modelica definition
Buildings.Occupants.BaseClasses.Validation.ExponentialVariableGeneration
Test model for exponential variable generation function
Information
This model tests the implementation of Buildings.Occupants.BaseClasses.exponentialVariableGeneration.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Integer | seed | 5 | Seed for the random number generator |
Modelica definition
Buildings.Occupants.BaseClasses.Validation.Linear1D
Test model for 1D binary variable generation function
Information
This model tests the implementation of Buildings.Occupants.BaseClasses.linear1D.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Integer | seed | 5 | Seed for the random number generator |
Real | A | 0.9 | Parameter A |
Real | B | 0 | Parameter B |
Modelica definition
Buildings.Occupants.BaseClasses.Validation.Logit1D
Test model for 1D binary variable generation function
Information
This model tests the implementation of Buildings.Occupants.BaseClasses.logit1D.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Integer | seed | 5 | Seed for the random number generator |
Real | A | 0.9 | Parameter A |
Real | B | 0 | Parameter B |
Modelica definition
Buildings.Occupants.BaseClasses.Validation.Logit1DQuadratic
Test model for 1D binary variable generation function
Information
This model tests the implementation of Buildings.Occupants.BaseClasses.logit1DQuadratic.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Integer | seed | 5 | Seed for the random number generator |
Real | A | 0.1 | Parameter A |
Real | B | 0.5 | Parameter B |
Real | C | 1.3 | Parameter A |
Real | D | 1.5 | Parameter B |
Modelica definition
Buildings.Occupants.BaseClasses.Validation.Logit2D
Test model for 2D binary variable generation function
Information
This model tests the implementation of Buildings.Occupants.BaseClasses.logit2D.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Integer | seed | 5 | Seed for the random number generator |
Real | A | 0.9 | Parameter A |
Real | B | 1.3 | Parameter B |
Real | C | 0 | Parameter C |
Modelica definition
Buildings.Occupants.BaseClasses.Validation.Weibull1DOFF
Test model for 1D binary variable generation function
Information
This model tests the implementation of Buildings.Occupants.BaseClasses.weibull1DOFF.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Integer | seed | 5 | Seed for the random number generator |
Real | u | 1.0 | Parameter defining the Weibull distribution threshold |
Real | L | 0.5 | Parameter defining the Weibull distribution normalization factor |
Real | k | 1.0 | Parameter defining the Weibull distribution shape factor |
Real | dt | 0.2 | Time step length |
Modelica definition
Buildings.Occupants.BaseClasses.Validation.Weibull1DON
Test model for 1D binary variable generation function
Information
This model tests the implementation of Buildings.Occupants.BaseClasses.weibull1DON.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Integer | seed | 5 | Seed for the random number generator |
Real | u | 0.2 | Parameter defining the Weibull distribution threshold |
Real | L | 0.1 | Parameter defining the Weibull distribution normalization factor |
Real | k | 1.0 | Parameter defining the Weibull distribution shape factor |
Real | dt | 0.2 | Time step length |
Modelica definition
Buildings.Occupants.BaseClasses.Validation.WeibullVariableGeneration
Test model for real variable generation function
Information
This model tests the implementation of Buildings.Occupants.BaseClasses.weibullVariableGeneration.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Integer | seed | 5 | Seed for the random number generator |
Real | lambda | 10 | Time step length |