.BuildSysPro.BoundaryConditions.Weather.Functions.ConvertLongitude

Information

Function converting the longitude for astronomical application

Hypothesis and equations

The conversion is performed as:

Bibliography

none

Instructions for use

none

Known limits / Use precautions

none

Validations

Validated function - Aurélie Kaemmerlen 09/2010

--------------------------------------------------------------
Licensed by EDF under a 3-clause BSD-license
Copyright © EDF 2009 - 2023
BuildSysPro version 3.6.0
Author : Aurélie KAEMMERLEN, EDF (2010)
--------------------------------------------------------------

Interface

function ConvertLongitude
  input Boolean Est = true "East=true: input longitude given in °East; if not, in °Ouest";
  input Real LongIn "Input longitude of the given place";
  output Real LongOut "Longitude of the place converted into an output";
end ConvertLongitude;

Revisions

Aurélie Kaemmerlen 06/2012 : correction de la fonction car le résultat était erroné lors d'une saisie en °Ouest d'une longitude >180° et en °Est d'une longitude <-180°

Hassan Bouia 03/2013 : simplification des formules


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