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 2572f76c857eaaa0789aa0c7f9c844fd83d5383c
parent eddcdb11b7ce3fb801976d6278e4a5257cf4670e
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 24 May 2017 09:36:32 +0200

Minor fix of the receiver man page

Diffstat:
Mdoc/solstice-receiver.5.txt | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/solstice-receiver.5.txt b/doc/solstice-receiver.5.txt @@ -74,8 +74,8 @@ _______ EXAMPLES -------- -Define that the entity *small_square* is a receiver for both its front and back -side. Enable the estimation of its per triangle front and back irradiance. +Define that the front and back side of the entity *small_square* are +receivers. For each side, enable the computation of per triangle irradiance. ....... - name: small_square @@ -83,8 +83,8 @@ side. Enable the estimation of its per triangle front and back irradiance. per_primitive: 1 ....... -Declare 3 reflectors as receivers for their front side. Use the YAML compact -notation to reduce the number of lines: +Declare that the front side of 3 reflectors are receivers. Use the YAML +compact notation to reduce the number of lines: ...... - {name: H1.heliostat.reflector, side: FRONT}