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 c2c5a1f834c93b7ea89170d06ba418d93714803d
parent ab1841b45be0a828e9f8cc618d804bf7d20b1548
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 23 May 2017 11:48:23 +0200

Minor upd of the solstice-<output|receiver> man pages

Diffstat:
Mdoc/solstice-input.5.txt | 4++--
Mdoc/solstice-receiver.5.txt | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/solstice-input.5.txt b/doc/solstice-input.5.txt @@ -611,7 +611,7 @@ identity, i.e. its *rotation* and *translation* are nulls. Each entity has a *name* which must be unique per hierarchy level: 2 root entities (i.e. entities without parent) cannot have the same name as well as the children of a same parent entity. A child entity is identified into the -solar plant by successively concatenating, with the '.' character, the name of +solar plant by successively concatenating, with the \'.' character, the name of its ancestors with its own name. This naming convention is used in the *solstice-receiver*(5) format to define the entities to track during the *solstice*(1) computations. For instance, in the following example, the @@ -729,7 +729,7 @@ particularly useful for pivots and hyperbolic shapes that may have to reference a position relative to an entity whose transformations may also depends of its ancestor. An anchor has a *name* that must be unique for the whole sets of per entity anchors. An anchor is identified into the solar plant by concatenating, -with the '.' character, its name to the *entity-identifier* of the entity into +with the \'.' character, its name to the *entity-identifier* of the entity into which it is declared. For instance, in the following example, the *anchor-identifier* of the anchor named *anchor0* is *level0.level1.anchor0*: ....... diff --git a/doc/solstice-receiver.5.txt b/doc/solstice-receiver.5.txt @@ -94,7 +94,7 @@ notation to reduce the number of lines: Declare that the back side of *receiver* is effectively a receiver and enable the estimation of its associated irradiance map. Make a receiver from the front -side of the reflector named `LFR0.pivot.reflector`: +side of the reflector named *LFR0.pivot.reflector*: ....... - {name: receiver, side: BACK, per_primitive: 1}