solstice

Compute collected power and efficiencies of a solar plant
git clone git://git.meso-star.com/solstice.git
Log | Files | Refs | README | LICENSE

commit 34627e1667be4a5a54a38b2cf9c3317dc19e5e5a
parent 1ed452b01b5ed921dcafce190681800bf82c83e3
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon,  7 Nov 2016 16:20:36 +0100

Update the input specification for the sun item

Diffstat:
Mdoc/input | 28++++++++++------------------
1 file changed, 10 insertions(+), 18 deletions(-)

diff --git a/doc/input b/doc/input @@ -209,29 +209,21 @@ ---------------------------------------- <sun> ::= - <directional> - | <pillbox> - | <buie> - -<directional> ::= - directional: - direction: <real3> - dni: REAL + sun: + dni: REAL # Direct Normal Irradiance */ <spectrum> +[ <radial-angular-distribution> ] -<pillbox> ::= - pillbox: - direction: <real3> - dni: REAL - aperture: REAL - <spectrum> +<radia-angular-distribution> ::= + <pillbox> | <buie> <buie> ::= buie: - direction: <real3> - dni: REAL - param: REAL - <spectrum> + csr: REAL + +<pillbox> ::= + pillbox: + aperture: REAL ---------------------------------------- spawn: