packageValidation

Collection of validation models

Extends from Modelica.Icons.ExamplesPackage (Icon for packages containing runnable examples).

Information

This package contains validation models for the classes in Buildings.Fluid.BaseClasses.FlowModels.

Note that most validation models contain simple input data which may not be realistic, but for which the correct output can be obtained through an analytic solution. The examples plot various outputs, which have been verified against these solutions. These model outputs are stored as reference data and used for continuous validation whenever models in the library change.

Contents

NameDescription
BasicFlowFunction_dp_DerivativeCheckModel that checks the correct implementation of the 1st order derivative of the flow function
BasicFlowFunction_dp_DerivativeCheck2Model that checks the correct implementation of the 2nd order derivative of the flow function
BasicFlowFunction_m_flow_DerivativeCheckModel that checks the correct implementation of the 1st order derivative of the flow function
BasicFlowFunction_m_flow_DerivativeCheck2Model that checks the correct implementation of the 2nd order derivative of the flow function
InverseFlowFunctionsTest model for flow function and its inverse
InversePowerLawsTest model for power law flow function and its inverse
InvertingBasicFlowFunction_dpTest model that inverts basicFlowFunction_dp
InvertingBasicFlowFunction_m_flowTest model that inverts basicFlowFunction_m_flow
InvertingPowerLaw_dpTest model that inverts powerLaw_dp
InvertingPowerLaw_m_flowTest model that inverts powerLaw_m_flow
PowerLaw_dpTest model for power law function
PowerLaw_dp_DerivativeCheckModel that checks the correct implementation of the 1st order derivative of the power law function
PowerLaw_dp_DerivativeCheck2Model that checks the correct implementation of the 2nd order derivative of the power law function
PowerLaw_m_flow_DerivativeCheckModel that checks the correct implementation of the 1st order derivative of the power law function
PowerLaw_m_flow_DerivativeCheck2Model that checks the correct implementation of the 2nd order derivative of the power law function