.Buildings.DHC.ETS.BaseClasses.computeCoordinates

Information

This function computes the coordinates of boreholes evenly distributed along the x and y axis, given the number of boreholes (which must be the square of an integer).

Interface

function computeCoordinates
  extends Modelica.Icons.Function;
  input Integer nBorHol "Number of boreholes";
  input Modelica.Units.SI.Distance dxy = 6 "Distance in x-axis (and y-axis) between borehole axes";
  output Modelica.Units.SI.Distance cooBor[nBorHol, 2] "Coordinates of boreholes";
end computeCoordinates;

Revisions


Generated at 2024-11-22T19:25:38Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos