Function to determine if a point belongs to a surface
Hypothesis and equations
none
Bibliography
none
Instructions for use
none
Known limits / Use precautions
none
Validations
Validated model - Aurélie Kaemmerlen 04/2011
--------------------------------------------------------------
Licensed by EDF under a 3-clause BSD-license
Copyright © EDF 2009 - 2023
BuildSysPro version 3.6.0
Author : Aurélie KAEMMERLEN, EDF (2011)
--------------------------------------------------------------
function PointOnSurface input Modelica.Units.SI.Distance Lf "Surface width"; input Modelica.Units.SI.Distance Hf "Surface height"; input Real X0 "X coordinate of the point"; input Real Y0 "Y coordinate of the point"; output Boolean Inclus "=true if the point belongs to surface"; end PointOnSurface;