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 a9e092bc39cecbe144a6d718120b43e7028ac454
parent 4b0a26275089fcc87ebe0e80f83b949940a0b1f8
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri,  1 Sep 2017 12:48:13 +0200

Minor fixes on the man pages

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

diff --git a/doc/solstice-output.5.txt b/doc/solstice-output.5.txt @@ -174,7 +174,7 @@ _______ <expected-value> ::= REAL <standard-error> ::= REAL # in [0, INF) -<entity-identifier> # Defined in *solstice-input*(1) +<entity-identifier> # Defined in *solstice-input*(5) _______ SIMULATION diff --git a/doc/solstice-receiver.5.txt b/doc/solstice-receiver.5.txt @@ -68,7 +68,7 @@ _______ | BACK | FRONT_AND_BACK -<entity-identifier> # Defined in *solstice-input*(1) +<entity-identifier> # Defined in *solstice-input*(5) _______ EXAMPLES diff --git a/doc/solstice.1.txt.in b/doc/solstice.1.txt.in @@ -210,7 +210,7 @@ first line that stores the sun direction from which the radiative paths come from. The remaining data that list the radiative paths geometry are redirected into the *paths.vtk* file: - $ solstice -n 100 -D0,90 -R rcvs.yaml -p default input.yaml | sed '1d' > paths.vtk + $ solstice -n 100 -D0,90 -R rcvs.yaml -p default input.yaml | sed '1d'>paths.vtk Use the path-tracing rendering algorithm to draw the solar plant *solplant.yaml* with respect to the sun direction whose azimuthal and elevation @@ -237,5 +237,5 @@ SEE ALSO *sed*(1), *solstice-input*(5), *solstice-output*(5), -*solstice-receivers*(5) +*solstice-receiver*(5)