Commit 418d6d0
Add a simple transformer effficiency model to pvlib (#2053)
* wrote a simple transformer efficiency model
* edited documentation to include latex, unsure if it will compile correctly in docs.
* removed "if __main__"
* removed "if __main__"
* changed whatsnew rst
* updated to be in compliance with Flake8
* Update pvlib/transformer.py
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
* Update pvlib/transformer.py
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
* Update pvlib/transformer.py
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
* + added transformer to index.rst
+ added transformer.rst to pvlib/docs/source/sphinx/reference
* Update docs/sphinx/source/reference/transformer.rst
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
* Update pvlib/transformer.py
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
* updated names of loss values and changed to [unitless]
* Update pvlib/transformer.py
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
* Update pvlib/transformer.py
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
* Update pvlib/transformer.py
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
* Update pvlib/transformer.py
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
* Update pvlib/transformer.py
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
* Update pvlib/transformer.py
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
* Update pvlib/transformer.py
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
* Update pvlib/transformer.py
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
* forgot to update arguments in test function
* updated formatting of docstring
* Update pvlib/transformer.py
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
* Update pvlib/transformer.py
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
* Update pvlib/transformer.py
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
* Update pvlib/transformer.py
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
* Update pvlib/transformer.py
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
* adding space between equations in docstring
* fixing flake8 linting
* removing whitespace
* Update docs/sphinx/source/reference/transformer.rst
Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com>
* Update pvlib/transformer.py
Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com>
* Update pvlib/transformer.py
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
* Update pvlib/transformer.py
Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com>
* Update pvlib/transformer.py
Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com>
* Update pvlib/transformer.py
Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com>
* Update docs/sphinx/source/whatsnew/v0.11.0.rst
Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com>
* Update pvlib/transformer.py
Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com>
* Update pvlib/tests/test_transformer.py
Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com>
* Update pvlib/transformer.py
Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com>
* Update pvlib/transformer.py
Co-authored-by: Kevin Anderson <kevin.anderso@gmail.com>
* Update pvlib/transformer.py
Co-authored-by: Kevin Anderson <kevin.anderso@gmail.com>
* Update docs/sphinx/source/whatsnew/v0.11.0.rst
Co-authored-by: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com>
* Update pvlib/transformer.py
Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com>
* Update pvlib/transformer.py
Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com>
* clean up derivation and docstring
* change code calculations to match docstring
* test recovery of no-load and full-load values
* bit more cleanup
* typo
* Apply suggestions from code review
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
* Apply suggestions from code review
---------
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com>
Co-authored-by: Kevin Anderson <kevin.anderso@gmail.com>
Co-authored-by: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com>1 parent 1eecaa3 commit 418d6d0
File tree
5 files changed
+192
-0
lines changed- docs/sphinx/source
- reference
- whatsnew
- pvlib
- tests
5 files changed
+192
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
70 | 72 | | |
71 | 73 | | |
72 | 74 | | |
| 75 | + | |
73 | 76 | | |
74 | 77 | | |
75 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
0 commit comments