I know this forum is for CS. But I'm not able to find any information or other forum regarding Syrthes.
Allthough the last Syrthes post in this forum (last April 2014) wasn't answered.
I try it anyway.

The simulation of a vacuum furnace works with constant heat source, heat source as function and heat source as C-file.
But I do not understand how to read data from a file and how the file should be structured. (csv, dat, column, row,header...)
This would be very helpful to compare the simulation with a real run.
In the User.c file I set
Code: Select all
my_file=1;// was 0
/* name of the file */
char filename[CHLONG]="realdata.csv";
/* number of variables to read */
myfile->nbvar=2; // time, Temperature
/* number of values per variable */
myfile->nelem=500; // for testing
If anybody has a hint please do not hesitate

best regards
Michael