Prado EFO PVA
efo
general.py
Go to the documentation of this file.
1
# -*- coding: utf-8 -*-
2
"""
3
Created on Wed May 6 12:13:23 2020
4
5
@author: cd
6
"""
7
8
9
class
Constants
:
10
def
__init__
(self, time):
11
# Assumes and hourly time step
12
self.
cfs2af
cfs2af = 1.98347109902*time.nHrs/24
13
self.
af2cfs
af2cfs = 0.50416666040/time.nHrs*24
14
15
16
17
general.Constants
Definition:
general.py:9
general.Constants.__init__
def __init__(self, time)
Definition:
general.py:10
general.Constants.af2cfs
af2cfs
Definition:
general.py:13
general.Constants.cfs2af
cfs2af
Definition:
general.py:12
Generated by
1.9.1