.BuildSysPro.Utilities.Time.DayWeek

Information

Hypothesis and equations

Function computing the day of the week according to (t0 + t) given in seconds.

The year is supposed to be not bisextile.

t : calculation moment in seconds

t0: elapsed time in seconds since January 1 at t=0s of the simulation

As output, the day is a real number in the range [0, 7[.

Bibliography

none

Instructions for use

none

Known limits / Use precautions

none

Validations

Validated function - Hassan BOUIA 03/2013

--------------------------------------------------------------
Licensed by EDF under a 3-clause BSD-license
Copyright © EDF 2009 - 2023
BuildSysPro version 3.6.0
Author : Hassan BOUIA, EDF (2013)
--------------------------------------------------------------

Interface

function DayWeek
  input Real t0 = 0 "Time in seconds at t=0";
  input Real t "Elapsed time since t=0 [s]";
  output Real JS "Day of the week at time t";
end DayWeek;

Revisions

Hassan BOUIA 03/2013 - Mise à jour des fonctions de temps en remplacement des anciennes (optimisation temps calcul)


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