.BuildSysPro.BoundaryConditions.Solar.SolarMasks.PointOnSurface

Information

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)
--------------------------------------------------------------

Interface

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;

Generated at 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos