Tonatiuh solar dish modelling problem

125 views
Skip to first unread message

mukhta...@gmail.com

unread,
Feb 11, 2016, 5:42:05 AM2/11/16
to Tonatiuh - Monte Carlo ray tracer for the optical simulation of CSP systems.
Dear Tonatiuh users

I am new with Tonatiuh and I've tried to follow the tutorials to model the solar dish, but I've got a files plenty of a non-understood signs like: @"$%!!!

Actually i reviewed the steps many times without getting any good results. 

Germilly Barreto

unread,
Dec 9, 2016, 2:26:50 AM12/9/16
to Tonatiuh - Monte Carlo ray tracer for the optical simulation of CSP systems., mukhta...@gmail.com
Hello

In Tonatiuh, you have two options of data output format: "Binary_file" and "SQL_Database". I always use Binary_file. 

To see the results (coordinates of the photons ... ) it is necessary a post-processing code to convert the binary file to a file format that you understand. 

For example, in matlab you can do:

%-----------------------------------------------
      fid = fopen('data.dat');
      results =  fread( fd, inf, 'double', 'b');
%-----------------------------------------------

where data.dat is the name of the file (Tonatiuh output).

It is also necessary a statistical analysis of the data. For that, you need to know which is the information provided by Tonatiuh and how it is organized.


GB

Reply all
Reply to author
Forward
0 new messages