blockSqrt

Output the square root of the input (input >= 0 required)

Information

Block that outputs square root of the input y = sqrt(u), where u is an input. The input u must be non-negative.

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.RealInputuInput to square root function
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyOutput with square root of the input

Revisions

  • February 15, 2024, by Michael Wetter:
    Updated documentation.
  • March 2, 2020, by Michael Wetter:
    Changed icon to display dynamically the output value.
  • March 15, 2017, by Jianjun Hu:
    First implementation, based on the implementation of the Modelica Standard Library.