modelPartialCo2Assessment
Partial model for CO2 assessment
Extends from AixLib.Utilities.KPIs.BaseClasses.PartialAssessmentBase (Base model for value assessment with conditional inputs for activation, reset, and timer).
Information
This partial model is the base model of CO2 concentration assessments.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | use_itgAct_in (from PartialAssessmentBase) | false | = true, enable activation connector; = false, disable connector, integrator continuously activated |
| Boolean | resItgInBou (from PartialAssessmentBase) | false | = true, integrators will be reset if the input value within bounds |
| Boolean | use_itgTim (from PartialAssessmentBase) | false | = true, activate integral timers |
| Boolean | resItgTimInBou (from PartialAssessmentBase) | false | = true, integral timers will be reset if the input value within bounds |
| Integer | nItgTim (from PartialAssessmentBase) | 1 | Number of integral timers |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.BooleanInput | itgAct_in (from PartialAssessmentBase) | Conditional connector to activate integrator | |
| Modelica.Blocks.Interfaces.RealInput | co2Con | CO2 concentration in ppm |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Logical.Not | notRes (from PartialAssessmentBase) | Conditional not logic for reset | |
| AixLib.Utilities.KPIs.IntegralErrorSingleReference.IntegralTimer[nItgTim] | itgTim (from PartialAssessmentBase) | Conditional integral timers |
Revisions
-
January 9, 2025, by Jun Jiang:
First implementation (see issue 1534)